mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
29 lines
653 B
JSON
29 lines
653 B
JSON
|
{
|
||
|
"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": {}
|
||
|
}
|