We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d8626a commit 808ad29Copy full SHA for 808ad29
bin/heroku
@@ -11,8 +11,7 @@ module.exports = {
11
'config': path.resolve('config.json'),
12
'migrations-path': path.resolve('lib', 'migrations'),
13
'models-path': path.resolve('lib', 'models'),
14
- 'url': process.env.DATABASE_URL,
15
- 'dialect': process.env.DB_TYPE
+ 'url': process.env.DATABASE_URL
16
}
17
18
EOF
0 commit comments