mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
38 lines
790 B
JSON
38 lines
790 B
JSON
|
{
|
||
|
"databaseUrl": "postgres://sharelatex:sharelatex@postgres/sharelatex",
|
||
|
"persistor": {
|
||
|
"backend": "gcs",
|
||
|
"gcs": {
|
||
|
"unsignedUrls": "true",
|
||
|
"endpoint": {
|
||
|
"apiEndpoint": "gcs:9090",
|
||
|
"apiScheme": "http",
|
||
|
"projectId": "fake"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"blobStore": {
|
||
|
"globalBucket": "overleaf-test-blobs",
|
||
|
"projectBucket": "overleaf-test-project-blobs"
|
||
|
},
|
||
|
"chunkStore": {
|
||
|
"bucket": "overleaf-test-chunks"
|
||
|
},
|
||
|
"zipStore": {
|
||
|
"bucket": "overleaf-test-zips"
|
||
|
},
|
||
|
"maxDeleteKeys": "3",
|
||
|
"useDeleteObjects": "false",
|
||
|
"mongo": {
|
||
|
"uri": "mongodb://mongo:27017/sharelatex"
|
||
|
},
|
||
|
"basicHttpAuth": {
|
||
|
"password": "test"
|
||
|
},
|
||
|
"jwtAuth": {
|
||
|
"key": "testtest",
|
||
|
"algorithm": "HS256"
|
||
|
},
|
||
|
"maxFileUploadSize": "524288"
|
||
|
}
|