mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
9ac982cda7
[history-v1] delete count_blob_references script and related infra GitOrigin-RevId: f1fb41600486d2b22fa47b922b8895c0ae8e9288
37 lines
790 B
JSON
37 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"
|
|
}
|