diff --git a/install/web.js b/install/web.js index 3a2b3f0373..c61ae743a0 100644 --- a/install/web.js +++ b/install/web.js @@ -71,9 +71,7 @@ function welcome(req, res) { function install(req, res) { var env = {}; - - req.body.port = "4567"; - + for (var i in req.body) { if (req.body.hasOwnProperty(i)) { env[i.replace(':', '__')] = req.body[i];