mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-29 12:01:32 +02:00
add dispatcherCount to config file
This commit is contained in:
@@ -86,5 +86,7 @@ module.exports =
|
||||
|
||||
max_doc_length: 2 * 1024 * 1024 # 2mb
|
||||
|
||||
dispatcherCount: process.env["DISPATCHER_COUNT"]
|
||||
|
||||
mongo:
|
||||
url: "mongodb://#{process.env["MONGO_HOST"] or "localhost"}/sharelatex"
|
||||
|
||||
Reference in New Issue
Block a user