From e0207c780f30331ac985abd3db78e20bb33aa596 Mon Sep 17 00:00:00 2001 From: mjrode Date: Sun, 31 Mar 2019 17:11:24 -0500 Subject: [PATCH] Add config for heroku db --- server/db/config/config.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/server/db/config/config.json b/server/db/config/config.json index ba6e745..6b5eb5f 100644 --- a/server/db/config/config.json +++ b/server/db/config/config.json @@ -18,11 +18,6 @@ "logging": false }, "production": { - "username": "postgres", - "password": "postgres", - "database": "recommend_production", - "host": "127.0.0.1", - "dialect": "postgres", - "operatorsAliases": false + "use_env_variable": "DATABASE_URL" } }