mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
add HEALTH_CHECK_PROJECT_ID
This commit is contained in:
parent
afc0058b87
commit
7a90d49f42
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ Settings =
|
||||||
|
|
||||||
docstore:
|
docstore:
|
||||||
healthCheck:
|
healthCheck:
|
||||||
project_id: ""
|
project_id: process.env['HEALTH_CHECK_PROJECT_ID']
|
||||||
|
|
||||||
max_doc_length: 2 * 1024 * 1024 # 2mb
|
max_doc_length: 2 * 1024 * 1024 # 2mb
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue