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:
|
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
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue