use lowercase for database config

This commit is contained in:
Tanguy PATTE 2015-09-01 14:27:27 +02:00
parent c5a2c7848e
commit b36e48239b

View file

@ -2,20 +2,20 @@
development: development:
adapter: postgresql adapter: postgresql
encoding: unicode encoding: unicode
database: TPS_development database: tps_development
host: localhost host: localhost
pool: 5 pool: 5
username: TPS username: tps
password: lol password: lol
test: test:
adapter: postgresql adapter: postgresql
encoding: unicode encoding: unicode
database: TPS_test database: tps_test
host: localhost host: localhost
pool: 5 pool: 5
username: TPS username: tps
password: lol password: lol