mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
6c234e81c0
Config adjustments for git bridge in Server Pro GitOrigin-RevId: 1fc4563253252e5a05118d8fda99a00c8b22126a
24 lines
571 B
JSON
24 lines
571 B
JSON
{
|
|
"persistor": {
|
|
"backend": "fs",
|
|
"useSubdirectories": true
|
|
},
|
|
"basicHttpAuth": {
|
|
"password": "password"
|
|
},
|
|
"useDeleteObjects": "false",
|
|
"jwtAuth": {
|
|
"algorithm": "HS256"
|
|
},
|
|
"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"
|
|
}
|
|
}
|