mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-24 06:51:50 +00:00
31 lines
542 B
JSON
31 lines
542 B
JSON
|
{
|
||
|
"persistor": {
|
||
|
"s3": {
|
||
|
"endpoint": "http://s3:8080",
|
||
|
"pathStyle": "true"
|
||
|
}
|
||
|
},
|
||
|
"blobStore": {
|
||
|
"globalBucket": "overleaf-blobs",
|
||
|
"projectBucket": "overleaf-project-blobs"
|
||
|
},
|
||
|
"chunkStore": {
|
||
|
"bucket": "overleaf-chunks"
|
||
|
},
|
||
|
"zipStore": {
|
||
|
"bucket": "overleaf-zips"
|
||
|
},
|
||
|
"analytics": {
|
||
|
"bucket": "overleaf-analytics"
|
||
|
},
|
||
|
"useDeleteObjects": "false",
|
||
|
"basicHttpAuth": {
|
||
|
"password": "password"
|
||
|
},
|
||
|
"jwtAuth": {
|
||
|
"key": "secureKey",
|
||
|
"algorithm": "HS256"
|
||
|
},
|
||
|
"mongo": {}
|
||
|
}
|