mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
15 lines
223 B
JSON
15 lines
223 B
JSON
|
{
|
||
|
"persistor": {
|
||
|
"useSubdirectories": true
|
||
|
},
|
||
|
"basicHttpAuth": {
|
||
|
"password": "password"
|
||
|
},
|
||
|
"useDeleteObjects": "false",
|
||
|
"jwtAuth": {
|
||
|
"key": "secureKey",
|
||
|
"algorithm": "HS256"
|
||
|
},
|
||
|
"mongo": {}
|
||
|
}
|