database.yml fix
This commit is contained in:
parent
af3c9b52be
commit
17b0d70a3c
|
@ -2,3 +2,5 @@
|
||||||
db/*.sqlite3
|
db/*.sqlite3
|
||||||
log/*.log
|
log/*.log
|
||||||
tmp/
|
tmp/
|
||||||
|
config/database.yml
|
||||||
|
config/application.yml
|
||||||
|
|
|
@ -1,23 +0,0 @@
|
||||||
development:
|
|
||||||
adapter: postgresql
|
|
||||||
encoding: unicode
|
|
||||||
database: rosa_development
|
|
||||||
pool: 5
|
|
||||||
username: anayden
|
|
||||||
password: nfhtkrf
|
|
||||||
|
|
||||||
test:
|
|
||||||
adapter: postgresql
|
|
||||||
encoding: unicode
|
|
||||||
database: rosa_test
|
|
||||||
pool: 5
|
|
||||||
username: anayden
|
|
||||||
password: nfhtkrf
|
|
||||||
|
|
||||||
production:
|
|
||||||
adapter: postgresql
|
|
||||||
encoding: unicode
|
|
||||||
database: rosa_production
|
|
||||||
pool: 5
|
|
||||||
username: rosa
|
|
||||||
password:
|
|
Loading…
Reference in New Issue