mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-05 07:09:02 +02:00
Use port 3015 by default
This commit is contained in:
@@ -17,7 +17,7 @@ app.use (error, req, res, next) ->
|
||||
logger.error err: error, "an internal error occured"
|
||||
res.send 500
|
||||
|
||||
port = Settings.internal?.trackchanges?.port or 3014
|
||||
port = Settings.internal?.trackchanges?.port or 3015
|
||||
host = Settings.internal?.trackchanges?.host or "localhost"
|
||||
app.listen port, host, (error) ->
|
||||
if error?
|
||||
|
||||
@@ -3,5 +3,5 @@ module.exports =
|
||||
url: 'mongodb://127.0.0.1/sharelatex'
|
||||
internal:
|
||||
trackchanges:
|
||||
port: 3014
|
||||
port: 3015
|
||||
host: "localhost"
|
||||
|
||||
Reference in New Issue
Block a user