overleaf/services/contacts/config/settings.defaults.coffee

12 lines
182 B
CoffeeScript
Raw Normal View History

http = require('http')
http.globalAgent.maxSockets = 300
module.exports =
internal:
2015-10-07 09:20:30 -04:00
contacts:
port: 3036
host: "localhost"
mongo:
url: 'mongodb://127.0.0.1/sharelatex'