Add config for heroku db

This commit is contained in:
mjrode
2019-03-31 17:11:24 -05:00
parent 34b65e6e50
commit e0207c780f

View File

@@ -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"
}
}