summaryrefslogtreecommitdiff
path: root/scalelite/config
diff options
context:
space:
mode:
authorjfederico <jesus@123it.ca>2020-04-25 09:58:29 -0400
committerjfederico <jesus@123it.ca>2020-04-27 22:44:34 -0400
commita6e93f19e3147e2e21d4a838e6e232c9a99f8684 (patch)
tree620036dbe7e93800a8b1140c5b4990275eba45c7 /scalelite/config
parente3683c4abdd6abb055eee83b6d412c2dcf1ac8ff (diff)
downloadscalelite-run-itzks-a6e93f19e3147e2e21d4a838e6e232c9a99f8684.tar.gz
scalelite-run-itzks-a6e93f19e3147e2e21d4a838e6e232c9a99f8684.tar.bz2
scalelite-run-itzks-a6e93f19e3147e2e21d4a838e6e232c9a99f8684.zip
Added new version
Updated init-letsencrypt updated init-letsencrypt with docker-compose-init updated init-letsencrypt with docker-compose-init restored init-letsencrypt updates to certbot updates to certbot updates to certbot updates to certbot updates to certbot updates to certbot updates to certbot added certbot to scalelite-nginx fixed settings for acme-challenge added blacklist updated init-letsencrypt for working with scaleite-nginx Removed unnecessary files percisted certbot logs and added env options to init-letsencrypt
Diffstat (limited to 'scalelite/config')
-rw-r--r--scalelite/config/database.yml23
1 files changed, 0 insertions, 23 deletions
diff --git a/scalelite/config/database.yml b/scalelite/config/database.yml
deleted file mode 100644
index 80a0afd..0000000
--- a/scalelite/config/database.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-default: &default
- pool: <%= ENV.fetch('RAILS_MAX_THREADS') { 5 } %>
- timeout: 5000
- adapter: postgresql
- host: <%= ENV['DB_HOST'] %>
- username: <%= ENV['DB_USERNAME'] %>
- password: <%= ENV['DB_PASSWORD'] %>
- encoding: unicode
-
-development:
- <<: *default
- database: scalelite_development
-
-# Warning: The database defined as "test" will be erased and
-# re-generated from your development database when you run "rake".
-# Do not set this db to the same as development or production.
-test:
- <<: *default
- database: scalelite_test
-
-production:
- <<: *default
- database: <%= ENV['DB_NAME'] || 'scalelite' %>