mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-16 08:04:45 -04:00
fix(config): some environment config not parse properly
This commit is contained in:
parent
cceb5b1a26
commit
826ad213d6
2 changed files with 7 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
'use strict'
|
||||
|
||||
module.exports = {
|
||||
debug: process.env.DEBUG,
|
||||
debug: (process.env.DEBUG === 'true'),
|
||||
dburl: process.env.DATABASE_URL,
|
||||
urlpath: process.env.URL_PATH,
|
||||
port: process.env.PORT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue