mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 01:36: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'),
|
'config': path.resolve('config.json'),
|
||||||
'migrations-path': path.resolve('lib', 'migrations'),
|
'migrations-path': path.resolve('lib', 'migrations'),
|
||||||
'models-path': path.resolve('lib', 'models'),
|
'models-path': path.resolve('lib', 'models'),
|
||||||
'url': process.env.DATABASE_URL,
|
'url': process.env.DATABASE_URL
|
||||||
'dialect': process.env.DB_TYPE
|
|
||||||
}
|
}
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Reference in a new issue