mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
c7f03c1b23
[server-ce] fix bucket locations for history-v1 GitOrigin-RevId: a1709a72438d0cf36fa8679d90f6322c24d97fc7
28 lines
678 B
JSON
28 lines
678 B
JSON
{
|
|
"persistor": {
|
|
"backend": "fs",
|
|
"useSubdirectories": true
|
|
},
|
|
"blobStore": {
|
|
"globalBucket": "/var/lib/sharelatex/data/history/overleaf-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"
|
|
},
|
|
"analytics": {
|
|
"bucket": "/var/lib/sharelatex/data/history/overleaf-analytics"
|
|
},
|
|
"basicHttpAuth": {
|
|
"password": "password"
|
|
},
|
|
"useDeleteObjects": "false",
|
|
"jwtAuth": {
|
|
"key": "secureKey",
|
|
"algorithm": "HS256"
|
|
},
|
|
"mongo": {}
|
|
}
|