Remove database yml and just leave example file
This commit is contained in:
parent
53aaa7aa00
commit
468364302d
|
@ -11,6 +11,7 @@
|
||||||
|
|
||||||
/config/application.yml
|
/config/application.yml
|
||||||
/config/mongoid.yml
|
/config/mongoid.yml
|
||||||
|
/config/database.yml
|
||||||
/public/assets/*
|
/public/assets/*
|
||||||
*.old
|
*.old
|
||||||
*.bak
|
*.bak
|
||||||
|
|
|
@ -1,20 +0,0 @@
|
||||||
development:
|
|
||||||
adapter: postgresql
|
|
||||||
host: localhost
|
|
||||||
encoding: unicode
|
|
||||||
database: wblog_development
|
|
||||||
pool: 5
|
|
||||||
|
|
||||||
test:
|
|
||||||
adapter: postgresql
|
|
||||||
host: localhost
|
|
||||||
encoding: unicode
|
|
||||||
database: wblog_test
|
|
||||||
pool: 5
|
|
||||||
|
|
||||||
production:
|
|
||||||
adapter: postgresql
|
|
||||||
host: localhost
|
|
||||||
encoding: unicode
|
|
||||||
database: wblog_production
|
|
||||||
pool: 5
|
|
Loading…
Reference in New Issue