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

11 lines
168 B
CoffeeScript
Raw Normal View History

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