mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
4e885da597
[server-ce] s3 settings for history-v1 GitOrigin-RevId: 51d5c6b3a67339b126ccbaa61d78f3cd36377e79
14 lines
223 B
JSON
14 lines
223 B
JSON
{
|
|
"persistor": {
|
|
"useSubdirectories": true
|
|
},
|
|
"basicHttpAuth": {
|
|
"password": "password"
|
|
},
|
|
"useDeleteObjects": "false",
|
|
"jwtAuth": {
|
|
"key": "secureKey",
|
|
"algorithm": "HS256"
|
|
},
|
|
"mongo": {}
|
|
}
|