|
|
@ -7,6 +7,10 @@ default: &default |
|
|
|
development: |
|
|
|
development: |
|
|
|
<<: *default |
|
|
|
<<: *default |
|
|
|
database: mastodon_development |
|
|
|
database: mastodon_development |
|
|
|
|
|
|
|
username: <%= ENV['DB_USER'] %> |
|
|
|
|
|
|
|
password: <%= ENV['DB_PASS'] %> |
|
|
|
|
|
|
|
host: <%= ENV['DB_HOST'] %> |
|
|
|
|
|
|
|
port: <%= ENV['DB_PORT'] %> |
|
|
|
|
|
|
|
|
|
|
|
# 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". |
|
|
@ -14,6 +18,10 @@ development: |
|
|
|
test: |
|
|
|
test: |
|
|
|
<<: *default |
|
|
|
<<: *default |
|
|
|
database: mastodon_test<%= ENV['TEST_ENV_NUMBER'] %> |
|
|
|
database: mastodon_test<%= ENV['TEST_ENV_NUMBER'] %> |
|
|
|
|
|
|
|
username: <%= ENV['TEST_DB_USER'] %> |
|
|
|
|
|
|
|
password: <%= ENV['TEST_DB_PASS'] %> |
|
|
|
|
|
|
|
host: <%= ENV['TEST_DB_HOST'] %> |
|
|
|
|
|
|
|
port: <%= ENV['TEST_DB_PORT'] %> |
|
|
|
|
|
|
|
|
|
|
|
production: |
|
|
|
production: |
|
|
|
<<: *default |
|
|
|
<<: *default |
|
|
|