2023-01-13 07:42:29 -05:00
|
|
|
{
|
|
|
|
"databaseUrl": "postgres://sharelatex:sharelatex@postgres/sharelatex",
|
|
|
|
"persistor": {
|
|
|
|
"backend": "gcs",
|
|
|
|
"gcs": {
|
|
|
|
"unsignedUrls": "true",
|
|
|
|
"endpoint": {
|
2023-06-01 04:43:56 -04:00
|
|
|
"apiEndpoint": "http://gcs:9090",
|
2023-01-13 07:42:29 -05:00
|
|
|
"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"
|
|
|
|
}
|