overleaf/server-ce/config/production.json

15 lines
223 B
JSON
Raw Normal View History

{
"persistor": {
"useSubdirectories": true
},
"basicHttpAuth": {
"password": "password"
},
"useDeleteObjects": "false",
"jwtAuth": {
"key": "secureKey",
"algorithm": "HS256"
},
"mongo": {}
}