This commit is contained in:
Julian Lam
2014-11-29 21:54:58 -05:00
parent dfbac595b6
commit d5e473609c
3 changed files with 18 additions and 25 deletions

View File

@@ -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);