overleaf/services/track-changes/config/settings.development.coffee

15 lines
266 B
CoffeeScript
Raw Normal View History

2014-02-26 11:17:15 -05:00
module.exports =
mongo:
url: 'mongodb://127.0.0.1/sharelatex'
internal:
trackchanges:
2014-03-03 08:31:10 -05:00
port: 3015
2014-02-26 11:17:15 -05:00
host: "localhost"
apis:
documentupdater:
url: "http://localhost:3003"
web:
url: "http://localhost:3000"
user: "sharelatex"
pass: "password"