1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/overleaf_ynh.git synced 2024-09-03 19:56:27 +02:00
overleaf_ynh/conf/production.json
2024-02-17 18:10:50 +01:00

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"
}
}