summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/heroku10
1 files changed, 10 insertions, 0 deletions
diff --git a/bin/heroku b/bin/heroku
index 908ea4eb..2bb49fbe 100755
--- a/bin/heroku
+++ b/bin/heroku
@@ -6,6 +6,16 @@ cat << EOF > config.json
{
"production": {
+ "db": {
+ "dialect": "postgres",
+ "protocol": "postgres",
+ "dialectOptions": {
+ "ssl": {
+ "require": true,
+ "rejectUnauthorized": false
+ }
+ }
+ }
}
}