diff --git a/services/notifications/app.coffee b/services/notifications/app.coffee index e831015aba..6ffb10ca44 100644 --- a/services/notifications/app.coffee +++ b/services/notifications/app.coffee @@ -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}"