mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-12-28 04:21:32 +00:00
Merge pull request #252 from ccoenen/master
heroku complains about dialect
This commit is contained in:
commit
95d3e5c58b
1 changed files with 1 additions and 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
|
||||
|
|
Loading…
Reference in a new issue