summaryrefslogtreecommitdiffstats
path: root/server/bin/www
diff options
context:
space:
mode:
Diffstat (limited to 'server/bin/www')
-rwxr-xr-xserver/bin/www2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/bin/www b/server/bin/www
index 3cfebbd..28815c4 100755
--- a/server/bin/www
+++ b/server/bin/www
@@ -18,7 +18,7 @@ var config = require(path.join(__appdir, 'config', 'config')).https
* Get port from environment and store in Express.
*/
-var port = normalizePort(config.port || process.env.PORT || '3000')
+var port = normalizePort(process.env.PORT || config.port || '3000')
app.set('port', port)
/**