overleaf/services/track-changes/config/settings.defaults.coffee
2014-06-06 13:00:28 +01:00

16 lines
310 B
CoffeeScript
Executable file

module.exports =
mongo:
url: 'mongodb://127.0.0.1/sharelatex'
internal:
trackchanges:
port: 3015
host: "localhost"
apis:
documentupdater:
url: "http://localhost:3003"
docstore:
url: "http://localhost:3016"
web:
url: "http://localhost:3000"
user: "sharelatex"
pass: "password"