|
|
@ -8,23 +8,41 @@ default: &default
|
|
|
|
application_name: ''
|
|
|
|
application_name: ''
|
|
|
|
|
|
|
|
|
|
|
|
development:
|
|
|
|
development:
|
|
|
|
<<: *default
|
|
|
|
primary:
|
|
|
|
database: <%= ENV['DB_NAME'] || 'mastodon_development' %>
|
|
|
|
<<: *default
|
|
|
|
username: <%= ENV['DB_USER'] %>
|
|
|
|
database: <%= ENV['DB_NAME'] || 'mastodon_development' %>
|
|
|
|
password: <%= (ENV['DB_PASS'] || '').to_json %>
|
|
|
|
username: <%= ENV['DB_USER'] %>
|
|
|
|
host: <%= ENV['DB_HOST'] %>
|
|
|
|
password: <%= (ENV['DB_PASS'] || '').to_json %>
|
|
|
|
port: <%= ENV['DB_PORT'] %>
|
|
|
|
host: <%= ENV['DB_HOST'] %>
|
|
|
|
|
|
|
|
port: <%= ENV['DB_PORT'] %>
|
|
|
|
|
|
|
|
read:
|
|
|
|
|
|
|
|
<<: *default
|
|
|
|
|
|
|
|
database: <%= ENV['DB_NAME'] || 'mastodon_development' %>
|
|
|
|
|
|
|
|
username: <%= ENV['DB_USER'] %>
|
|
|
|
|
|
|
|
password: <%= (ENV['DB_PASS'] || '').to_json %>
|
|
|
|
|
|
|
|
host: <%= ENV['DB_HOST'] %>
|
|
|
|
|
|
|
|
port: <%= ENV['DB_PORT'] %>
|
|
|
|
|
|
|
|
replica: true
|
|
|
|
|
|
|
|
|
|
|
|
# Warning: The database defined as "test" will be erased and
|
|
|
|
# Warning: The database defined as "test" will be erased and
|
|
|
|
# re-generated from your development database when you run "rake".
|
|
|
|
# re-generated from your development database when you run "rake".
|
|
|
|
# Do not set this db to the same as development or production.
|
|
|
|
# Do not set this db to the same as development or production.
|
|
|
|
test:
|
|
|
|
test:
|
|
|
|
<<: *default
|
|
|
|
primary:
|
|
|
|
database: <%= ENV['DB_NAME'] || 'mastodon' %>_test<%= ENV['TEST_ENV_NUMBER'] %>
|
|
|
|
<<: *default
|
|
|
|
username: <%= ENV['DB_USER'] %>
|
|
|
|
database: <%= ENV['DB_NAME'] || 'mastodon' %>_test<%= ENV['TEST_ENV_NUMBER'] %>
|
|
|
|
password: <%= (ENV['DB_PASS'] || '').to_json %>
|
|
|
|
username: <%= ENV['DB_USER'] %>
|
|
|
|
host: <%= ENV['DB_HOST'] %>
|
|
|
|
password: <%= (ENV['DB_PASS'] || '').to_json %>
|
|
|
|
port: <%= ENV['DB_PORT'] %>
|
|
|
|
host: <%= ENV['DB_HOST'] %>
|
|
|
|
|
|
|
|
port: <%= ENV['DB_PORT'] %>
|
|
|
|
|
|
|
|
read:
|
|
|
|
|
|
|
|
<<: *default
|
|
|
|
|
|
|
|
database: <%= ENV['DB_NAME'] || 'mastodon' %>_test<%= ENV['TEST_ENV_NUMBER'] %>
|
|
|
|
|
|
|
|
username: <%= ENV['DB_USER'] %>
|
|
|
|
|
|
|
|
password: <%= (ENV['DB_PASS'] || '').to_json %>
|
|
|
|
|
|
|
|
host: <%= ENV['DB_HOST'] %>
|
|
|
|
|
|
|
|
port: <%= ENV['DB_PORT'] %>
|
|
|
|
|
|
|
|
replica: true
|
|
|
|
|
|
|
|
|
|
|
|
production:
|
|
|
|
production:
|
|
|
|
primary:
|
|
|
|
primary:
|
|
|
|