mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-24 03:31:27 +00:00
e5858f53ed
Setup Full Project History services for CE/SP GitOrigin-RevId: 96e3a5996d1fdc1d396862b6ab430d315dca3320
30 lines
542 B
JSON
30 lines
542 B
JSON
{
|
|
"persistor": {
|
|
"s3": {
|
|
"endpoint": "http://s3:8080",
|
|
"pathStyle": "true"
|
|
}
|
|
},
|
|
"blobStore": {
|
|
"globalBucket": "overleaf-blobs",
|
|
"projectBucket": "overleaf-project-blobs"
|
|
},
|
|
"chunkStore": {
|
|
"bucket": "overleaf-chunks"
|
|
},
|
|
"zipStore": {
|
|
"bucket": "overleaf-zips"
|
|
},
|
|
"analytics": {
|
|
"bucket": "overleaf-analytics"
|
|
},
|
|
"useDeleteObjects": "false",
|
|
"basicHttpAuth": {
|
|
"password": "password"
|
|
},
|
|
"jwtAuth": {
|
|
"key": "secureKey",
|
|
"algorithm": "HS256"
|
|
},
|
|
"mongo": {}
|
|
}
|