Added loads

This commit is contained in:
Jeremy Caudle
2022-02-06 15:04:32 +00:00
parent 140921ce10
commit 055b79373c
42 changed files with 944 additions and 7 deletions

View File

@@ -13,20 +13,20 @@ default: &default
adapter: mysql2
encoding: utf8mb4
pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
username: root
password:
username: caf
password: password
host: localhost
development:
<<: *default
database: caf_hiddenagenda_ltd_uk_development
database: caf
# 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: caf_hiddenagenda_ltd_uk_test
database: caf_test
# As with config/credentials.yml, you never want to store sensitive information,
# like your database password, in your source code. If your source code is
@@ -50,6 +50,6 @@ test:
#
production:
<<: *default
database: caf_hiddenagenda_ltd_uk_production
username: caf_hiddenagenda_ltd_uk
database: caf_production
username: caf
password: <%= ENV["CAF_HIDDENAGENDA_LTD_UK_DATABASE_PASSWORD"] %>