overleaf/services/contacts/config/settings.defaults.coffee
2015-10-07 14:20:30 +01:00

11 lines
182 B
CoffeeScript

http = require('http')
http.globalAgent.maxSockets = 300
module.exports =
internal:
contacts:
port: 3036
host: "localhost"
mongo:
url: 'mongodb://127.0.0.1/sharelatex'