mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
6d98d6a7c0
[server-pro] remove ShareLaTeX branding from filesystem GitOrigin-RevId: c1d2c63bdc888d81e03bb1721e44b6ed6f64524b
24 lines
563 B
JSON
24 lines
563 B
JSON
{
|
|
"persistor": {
|
|
"backend": "fs",
|
|
"useSubdirectories": true
|
|
},
|
|
"basicHttpAuth": {
|
|
"password": "password"
|
|
},
|
|
"useDeleteObjects": "false",
|
|
"jwtAuth": {
|
|
"algorithm": "HS256"
|
|
},
|
|
"mongo": {},
|
|
"blobStore": {
|
|
"globalBucket": "/var/lib/overleaf/data/history/overleaf-global-blobs",
|
|
"projectBucket": "/var/lib/overleaf/data/history/overleaf-project-blobs"
|
|
},
|
|
"chunkStore": {
|
|
"bucket": "/var/lib/overleaf/data/history/overleaf-chunks"
|
|
},
|
|
"zipStore": {
|
|
"bucket": "/var/lib/overleaf/data/history/overleaf-zips"
|
|
}
|
|
}
|