From a9db540cbef65316c54f5bd1f1a9da97f5f3b12a Mon Sep 17 00:00:00 2001 From: Udo Walter Date: Wed, 17 Apr 2019 21:11:05 +0000 Subject: [server] remove laterjs; intergrate documentation into server --- 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 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) /** -- cgit v1.2.3-55-g7522