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

12 lines
182 B
CoffeeScript
Raw Normal View History

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