mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-21 16:00:26 +01:00
merge
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user