Remove unnecessary db config of heroku

This commit is contained in:
bananaappletw 2016-12-22 15:28:44 +08:00
parent acaeef172a
commit 936d922442

View file

@ -23,12 +23,6 @@ EOF
{ {
"production": { "production": {
"db": {
"database": "${DATABASE_URL}",
"dialectOptions": {
"ssl": true
}
}
} }
} }