overleaf/services/history-v1/config/overleaf-ce.json
Miguel Serrano e5858f53ed Merge pull request #11300 from overleaf/msm-ce-fph
Setup Full Project History services for CE/SP

GitOrigin-RevId: 96e3a5996d1fdc1d396862b6ab430d315dca3320
2023-01-18 15:09:44 +00:00

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": {}
}