More ssl setup
This commit is contained in:
@ -312,6 +312,7 @@ if (process.env.NODE_ENV === 'production') {
|
|||||||
app.get('port'),
|
app.get('port'),
|
||||||
app.get('env')
|
app.get('env')
|
||||||
);
|
);
|
||||||
|
app.emit('started', 'https://' + process.env.HOST + ':' + app.get('port'));
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user