use lowercase for database config
This commit is contained in:
parent
c5a2c7848e
commit
b36e48239b
1 changed files with 4 additions and 4 deletions
|
@ -2,20 +2,20 @@
|
|||
development:
|
||||
adapter: postgresql
|
||||
encoding: unicode
|
||||
database: TPS_development
|
||||
database: tps_development
|
||||
host: localhost
|
||||
pool: 5
|
||||
username: TPS
|
||||
username: tps
|
||||
password: lol
|
||||
|
||||
|
||||
test:
|
||||
adapter: postgresql
|
||||
encoding: unicode
|
||||
database: TPS_test
|
||||
database: tps_test
|
||||
host: localhost
|
||||
pool: 5
|
||||
username: TPS
|
||||
username: tps
|
||||
password: lol
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue