demarches-normaliennes/config/database.yml
gregoirenovel aef804a988 Use a postgresql database for tests
Try to be the closest to the production
environment
2017-04-10 16:17:34 +02:00

18 lines
284 B
YAML

development:
adapter: postgresql
encoding: unicode
database: tps_development
host: localhost
pool: 5
username: tps
password: lol
test:
adapter: postgresql
encoding: unicode
database: tps_test
host: localhost
pool: 5
username: tps_test
password: tps_test