Commit d212d65f authored by NGPixel's avatar NGPixel

fix: removed dev values for setup wizard

parent 451b2a64
...@@ -67,8 +67,8 @@ module.exports = (port, spinner) => { ...@@ -67,8 +67,8 @@ module.exports = (port, spinner) => {
langs, langs,
conf, conf,
runmode: { runmode: {
staticPort: (process.env.IS_HEROKU || process.env.WIKI_JS_DOCKER) || true, staticPort: (process.env.IS_HEROKU || process.env.WIKI_JS_DOCKER),
staticMongo: (!_.isNil(process.env.IS_HEROKU)) || true staticMongo: (!_.isNil(process.env.IS_HEROKU))
} }
}) })
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment