Merge pull request #11346 from overleaf/msm-config-history-v1-sp

Configuration changes for FPH in CE/SP

GitOrigin-RevId: 990eb0fa6158d4815740413da085759d2cc5e231
This commit is contained in:
Miguel Serrano
2023-01-20 12:06:26 +01:00
committed by Copybot
parent 0b986d5625
commit 4a84922a2f
13 changed files with 83 additions and 108 deletions

View File

@@ -0,0 +1,28 @@
{
"persistor": {
"backend": "fs",
"useSubdirectories": true
},
"blobStore": {
"globalBucket": "/var/lib/sharelatex/history/overleaf-blobs",
"projectBucket": "/var/lib/sharelatex/history/overleaf-project-blobs"
},
"chunkStore": {
"bucket": "/var/lib/sharelatex/history/overleaf-chunks"
},
"zipStore": {
"bucket": "/var/lib/sharelatex/history/overleaf-zips"
},
"analytics": {
"bucket": "/var/lib/sharelatex/history/overleaf-analytics"
},
"basicHttpAuth": {
"password": "password"
},
"useDeleteObjects": "false",
"jwtAuth": {
"key": "secureKey",
"algorithm": "HS256"
},
"mongo": {}
}