mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
heroku complains about dialect
Signed-off-by: Claudius <opensource@amenthes.de>
This commit is contained in:
parent
472ae01546
commit
ebe67298fc
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