From be01061aa4e940c2fafe4752dc6b4d85b5654113 Mon Sep 17 00:00:00 2001 From: Udo Walter Date: Wed, 17 Apr 2019 21:13:36 +0000 Subject: [server] env variable PORT -> BAS_PORT --- server/bin/www | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/bin') 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) /** -- cgit v1.2.3-55-g7522