mirror of
https://github.com/YunoHost-Apps/overleaf_ynh.git
synced 2024-09-03 19:56:27 +02:00
24 lines
No EOL
545 B
JSON
24 lines
No EOL
545 B
JSON
{
|
|
"persistor": {
|
|
"backend": "fs",
|
|
"useSubdirectories": true
|
|
},
|
|
"basicHttpAuth": {
|
|
"password": "password"
|
|
},
|
|
"useDeleteObjects": "false",
|
|
"jwtAuth": {
|
|
"algorithm": "HS256"
|
|
},
|
|
"mongo": {},
|
|
"blobStore": {
|
|
"globalBucket": "__DATA_DIR__/history/overleaf-global-blobs",
|
|
"projectBucket": "__DATA_DIR__/history/overleaf-project-blobs"
|
|
},
|
|
"chunkStore": {
|
|
"bucket": "__DATA_DIR__/history/overleaf-chunks"
|
|
},
|
|
"zipStore": {
|
|
"bucket": "__DATA_DIR__/history/overleaf-zips"
|
|
}
|
|
} |