summaryrefslogtreecommitdiffstats
path: root/server/bin
diff options
context:
space:
mode:
authorUdo Walter2019-04-17 23:11:05 +0200
committerUdo Walter2019-04-17 23:11:05 +0200
commita9db540cbef65316c54f5bd1f1a9da97f5f3b12a (patch)
tree0b61baa5301159486d450b773c1b60a41a51366a /server/bin
parent[server/external-backends/idoit] Network requests only send if a object gets ... (diff)
downloadbas-a9db540cbef65316c54f5bd1f1a9da97f5f3b12a.tar.gz
bas-a9db540cbef65316c54f5bd1f1a9da97f5f3b12a.tar.xz
bas-a9db540cbef65316c54f5bd1f1a9da97f5f3b12a.zip
[server] remove laterjs; intergrate documentation into server
Diffstat (limited to 'server/bin')
-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)
/**