removed database.yml, added it to gitignore, added .idea to gitignore
This commit is contained in:
parent
af3c9b52be
commit
c23b0a7f6e
|
@ -2,3 +2,5 @@
|
||||||
db/*.sqlite3
|
db/*.sqlite3
|
||||||
log/*.log
|
log/*.log
|
||||||
tmp/
|
tmp/
|
||||||
|
config/database.yml
|
||||||
|
.idea
|
||||||
|
|
|
@ -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