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
|
2017-04-04 13:33:43 +02:00
|
|
|
username: tps_development
|
|
|
|
password: tps_development
|
2015-08-10 11:05:06 +02:00
|
|
|
|
|
|
|
test:
|
2017-04-04 11:43:07 +02:00
|
|
|
adapter: postgresql
|
|
|
|
encoding: unicode
|
|
|
|
database: tps_test
|
|
|
|
host: localhost
|
2015-08-10 11:05:06 +02:00
|
|
|
pool: 5
|
2017-04-04 11:43:07 +02:00
|
|
|
username: tps_test
|
|
|
|
password: tps_test
|