summaryrefslogtreecommitdiffstats
path: root/server/bin
diff options
context:
space:
mode:
authorUdo Walter2019-04-17 23:13:36 +0200
committerUdo Walter2019-04-17 23:13:36 +0200
commitbe01061aa4e940c2fafe4752dc6b4d85b5654113 (patch)
tree10480cfef5e2b4f70a707a6fd1f99e1285c4009c /server/bin
parent[server] remove laterjs; intergrate documentation into server (diff)
downloadbas-be01061aa4e940c2fafe4752dc6b4d85b5654113.tar.gz
bas-be01061aa4e940c2fafe4752dc6b4d85b5654113.tar.xz
bas-be01061aa4e940c2fafe4752dc6b4d85b5654113.zip
[server] env variable PORT -> BAS_PORT
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 28815c4..ee23b07 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(process.env.PORT || config.port || '3000')
+var port = normalizePort(process.env.BAS_PORT || config.port || '8000')
app.set('port', port)
/**