Use existing values during configure mode

This commit is contained in:
NGPixel
2017-04-04 19:50:32 -04:00
parent 4f1c37a3bc
commit b7442443d3
5 changed files with 46362 additions and 17 deletions

View File

@@ -323,7 +323,6 @@ module.exports = (port, spinner) => {
} else {
conf.auth = { local: { enabled: true } }
}
conf.admin = req.body.adminEmail
conf.db = req.body.db
if (req.body.gitUseRemote === false) {
conf.git = false