mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-03 06:09:02 +02:00
default port to 3042
This commit is contained in:
@@ -39,6 +39,6 @@ app.get '*', (req, res)->
|
||||
res.send 404
|
||||
|
||||
host = Settings.internal?.notifications?.host || "localhost"
|
||||
port = Settings.internal?.notifications?.port || 3041
|
||||
port = Settings.internal?.notifications?.port || 3042
|
||||
app.listen port, host, ->
|
||||
logger.info "notifications starting up, listening on #{host}:#{port}"
|
||||
|
||||
Reference in New Issue
Block a user