diff options
Diffstat (limited to 'bin/heroku')
-rwxr-xr-x | bin/heroku | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -6,6 +6,16 @@ cat << EOF > config.json { "production": { + "db": { + "dialect": "postgres", + "protocol": "postgres", + "dialectOptions": { + "ssl": { + "require": true, + "rejectUnauthorized": false + } + } + } } } |