This commit is contained in:
barisusakli
2014-11-30 01:50:49 -05:00
7 changed files with 106 additions and 1141 deletions

View File

@@ -31,7 +31,7 @@ if(nconf.get('ssl')) {
}
(function (app) {
var port = nconf.get('PORT') || nconf.get('port');
var port = nconf.get('port');
module.exports.init = function() {
emailer.registerApp(app);