Browse Source

fix: removed dev values for setup wizard

pull/107/head
NGPixel 7 years ago
parent
commit
d212d65f88
1 changed files with 2 additions and 2 deletions
  1. 4
      server/configure.js

4
server/configure.js

@ -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,
staticMongo: (!_.isNil(process.env.IS_HEROKU)) || true
staticPort: (process.env.IS_HEROKU || process.env.WIKI_JS_DOCKER),
staticMongo: (!_.isNil(process.env.IS_HEROKU))
} }
}) })
}) })

Loading…
Cancel
Save