demarches-normaliennes/config/database.yml
Simon Lehericey 8bccf375e1 Tests: adapt migration to sqlite
Add sqlite
Remove scenic from tests
2017-02-28 17:01:58 +01:00

16 lines
225 B
YAML

development:
adapter: postgresql
encoding: unicode
database: tps_development
host: localhost
pool: 5
username: tps
password: lol
test:
adapter: sqlite3
pool: 5
timeout: 5000
database: db/test.sqlite3