2023-01-13 07:42:29 -05:00
|
|
|
{
|
|
|
|
"databaseUrl": "postgres://postgres:postgres@postgres/write_latex_dev",
|
|
|
|
"persistor": {
|
|
|
|
"s3": {
|
|
|
|
"endpoint": "http://s3:8080",
|
|
|
|
"pathStyle": "true"
|
|
|
|
},
|
|
|
|
"gcs": {
|
|
|
|
"unsignedUrls": "true",
|
|
|
|
"endpoint": {
|
2023-06-01 04:43:56 -04:00
|
|
|
"apiEndpoint": "http://fake-gcs:9090",
|
2023-01-13 07:42:29 -05:00
|
|
|
"projectId": "fake"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"blobStore": {
|
|
|
|
"globalBucket": "overleaf-development-blobs",
|
|
|
|
"projectBucket": "overleaf-development-project-blobs"
|
|
|
|
},
|
|
|
|
"chunkStore": {
|
|
|
|
"bucket": "overleaf-development-chunks"
|
|
|
|
},
|
|
|
|
"zipStore": {
|
|
|
|
"bucket": "overleaf-development-zips"
|
|
|
|
},
|
2024-11-15 09:45:04 -05:00
|
|
|
"backupStore": {
|
|
|
|
"chunksBucket":"overleaf-development-history-chunks",
|
|
|
|
"deksBucket":"overleaf-development-history-deks",
|
|
|
|
"globalBlobsBucket":"overleaf-development-history-global-blobs",
|
|
|
|
"projectBlobsBucket":"overleaf-development-history-project-blobs"
|
|
|
|
},
|
|
|
|
"backupPersistor": {
|
|
|
|
"keyEncryptionKeys": "[{\"key\":\"AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=\",\"salt\":\"AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=\"}]",
|
|
|
|
"s3SSEC": {
|
|
|
|
"ca": "[\"/certs/public.crt\"]"
|
|
|
|
}
|
|
|
|
},
|
2023-01-13 07:42:29 -05:00
|
|
|
"useDeleteObjects": "false",
|
|
|
|
"mongo": {
|
|
|
|
"uri": "mongodb://mongo:27017/sharelatex"
|
|
|
|
},
|
|
|
|
"basicHttpAuth": {
|
|
|
|
"password": "password"
|
|
|
|
},
|
|
|
|
"jwtAuth": {
|
|
|
|
"key": "secureKey",
|
|
|
|
"algorithm": "HS256"
|
|
|
|
}
|
|
|
|
}
|