default port 3041

This commit is contained in:
Henry Oswald 2016-02-04 13:38:33 +00:00
parent 5dd890bfc3
commit b53dd50340

View file

@ -39,6 +39,6 @@ app.get '*', (req, res)->
res.send 404
host = Settings.internal?.notifications?.host || "localhost"
port = Settings.internal?.notifications?.port || 3033
port = Settings.internal?.notifications?.port || 3041
app.listen port, host, ->
logger.info "notifications starting up, listening on #{host}:#{port}"