Remove database yml and just leave example file

This commit is contained in:
yafeilee 2016-04-25 14:30:15 +08:00
parent 53aaa7aa00
commit 468364302d
2 changed files with 1 additions and 20 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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