overleaf/services/document-updater/config/settings.defaults.coffee

29 lines
445 B
CoffeeScript
Raw Normal View History

2014-02-12 05:40:42 -05:00
Path = require('path')
http = require('http')
http.globalAgent.maxSockets = 300
module.exports =
internal:
documentupdater:
port: 3003
apis:
web:
url: "http://localhost:3000"
user: "sharelatex"
pass: "password"
trackchanges:
url: "http://localhost:3015"
2014-02-12 05:40:42 -05:00
redis:
web:
port:"6379"
host:"localhost"
password:""
zip:
2015-03-27 11:32:13 -04:00
minSize: 10*1024
writesEnabled: false
2014-02-12 05:40:42 -05:00
mongo:
url: 'mongodb://127.0.0.1/sharelatex'