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

22 lines
349 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'
2015-06-01 17:24:40 -04:00
docstore:
healthCheck:
project_id: "5620bece05509b0a7a3cbc61"
2015-06-01 17:24:40 -04:00
# s3:
# key: ""
2015-06-01 18:36:26 -04:00
# secret: ""
2015-08-13 09:16:40 -04:00
# bucket: "something"
2015-11-06 07:42:44 -05:00
max_doc_length: 2 * 1024 * 1024 # 2mb