mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
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:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user