Merge pull request #12377 from overleaf/em-server-pro-config

Config adjustments for git bridge in Server Pro

GitOrigin-RevId: 1fc4563253252e5a05118d8fda99a00c8b22126a
This commit is contained in:
Eric Mc Sween
2023-04-03 10:48:23 -04:00
committed by Copybot
parent 91ec3ca47e
commit 6c234e81c0
3 changed files with 17 additions and 6 deletions

View File

@@ -1,5 +1,6 @@
{
"persistor": {
"backend": "fs",
"useSubdirectories": true
},
"basicHttpAuth": {
@@ -7,8 +8,17 @@
},
"useDeleteObjects": "false",
"jwtAuth": {
"key": "secureKey",
"algorithm": "HS256"
},
"mongo": {}
"mongo": {},
"blobStore": {
"globalBucket": "/var/lib/sharelatex/data/history/overleaf-global-blobs",
"projectBucket": "/var/lib/sharelatex/data/history/overleaf-project-blobs"
},
"chunkStore": {
"bucket": "/var/lib/sharelatex/data/history/overleaf-chunks"
},
"zipStore": {
"bucket": "/var/lib/sharelatex/data/history/overleaf-zips"
}
}