Remove unnecessary db config of heroku

This commit is contained in:
bananaappletw 2016-12-22 15:28:44 +08:00
parent acaeef172a
commit 936d922442
1 changed files with 0 additions and 6 deletions

View File

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