mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-19 01:35:18 -04: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'),
|
'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…
Add table
Add a link
Reference in a new issue