Added loads
This commit is contained in:
@@ -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"] %>
|
||||
|
||||
Reference in New Issue
Block a user