ws-office/local-production-linux.json

47 lines
1.3 KiB
JSON

{
"services": {
"CoAuthoring": {
"server": {
"savetimeoutdelay": 5000
},
"expire": {
"sessionidle": "10h",
"sessionabsolute": "1d"
},
"autoAssembly": {
"enable": true,
"interval": "1m"
},
"lock": {
"enable": false
},
"callbackBackoffOptions": {
"retries": 5,
"timeout": {
"factor": 2,
"minTimeout": 5000,
"maxTimeout": 86400000,
"randomize": false
},
"httpStatus": "404,429,500-599"
},
"token": {
"enable": {
"request": {
"inbox": false,
"outbox": false
},
"browser": false
},
"inbox": {
"header": "Authorization",
"inBody": false
},
"outbox": {
"header": "Authorization",
"inBody": false
}
}
}
}
}