summaryrefslogtreecommitdiff
path: root/bin/heroku
diff options
context:
space:
mode:
Diffstat (limited to 'bin/heroku')
-rwxr-xr-xbin/heroku8
1 files changed, 7 insertions, 1 deletions
diff --git a/bin/heroku b/bin/heroku
index f30b2b23..0375e9e7 100755
--- a/bin/heroku
+++ b/bin/heroku
@@ -19,10 +19,16 @@ module.exports = {
EOF
- cat << EOF > config.json
+ cat << EOF > config.json
{
"production": {
+ "db": {
+ "database": "${DATABASE_URL}",
+ "dialectOptions": {
+ "ssl": true
+ }
+ }
}
}