mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-21 16:00:26 +01:00
first pass, #1984
This commit is contained in:
@@ -34,7 +34,7 @@ if(nconf.get('ssl')) {
|
||||
(function (app) {
|
||||
"use strict";
|
||||
|
||||
var port = nconf.get('PORT') || nconf.get('port');
|
||||
var port = nconf.get('port') || nconf.get('PORT') || 4567;
|
||||
|
||||
logger.init(app);
|
||||
emailer.registerApp(app);
|
||||
|
||||
Reference in New Issue
Block a user