diff options
author | bananaappletw | 2016-12-22 15:28:44 +0800 |
---|---|---|
committer | bananaappletw | 2016-12-22 15:28:44 +0800 |
commit | 936d922442faa5c60d6831cd350c0fc885e32bcb (patch) | |
tree | 5c5f61115deb7ca2cd5049895f3ddd47ea999a50 /bin | |
parent | acaeef172a96f613704a08c5fdc0d192be9eab31 (diff) |
Remove unnecessary db config of heroku
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/heroku | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -23,12 +23,6 @@ EOF { "production": { - "db": { - "database": "${DATABASE_URL}", - "dialectOptions": { - "ssl": true - } - } } } |