diff options
author | Claudius | 2020-01-11 23:50:24 +0100 |
---|---|---|
committer | Claudius | 2020-01-11 23:51:52 +0100 |
commit | ebe67298fc95a5321138f12502ea4b2ffbb6f346 (patch) | |
tree | edee884e9f90ebddbf6c41de656fc5f9ed38ad60 | |
parent | 472ae01546ac041657429fb8590c32b1794aff1c (diff) |
heroku complains about dialect
Signed-off-by: Claudius <opensource@amenthes.de>
-rwxr-xr-x | bin/heroku | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -9,8 +9,7 @@ module.exports = { 'config': path.resolve('config.json'), 'migrations-path': path.resolve('lib', 'migrations'), 'models-path': path.resolve('lib', 'models'), - 'url': process.env.DATABASE_URL, - 'dialect': process.env.DB_TYPE + 'url': process.env.DATABASE_URL } EOF |