demarches-normaliennes/config/database.yml

22 lines
306 B
YAML
Raw Normal View History

2015-08-10 11:05:06 +02:00
development:
adapter: postgresql
encoding: unicode
2015-09-01 14:27:27 +02:00
database: tps_development
2015-08-10 11:05:06 +02:00
host: localhost
pool: 5
2015-09-01 14:27:27 +02:00
username: tps
2015-08-10 11:05:06 +02:00
password: lol
2015-08-11 14:38:10 +02:00
2015-08-10 11:05:06 +02:00
test:
adapter: postgresql
encoding: unicode
2015-12-21 10:45:50 +01:00
database: tps_test<%= ENV['TEST_ENV_NUMBER'] %>
2015-08-10 11:05:06 +02:00
host: localhost
pool: 5
2015-09-01 14:27:27 +02:00
username: tps
2015-08-10 11:05:06 +02:00
password: lol
2015-08-11 14:38:10 +02:00