docs: move timeout settings from web to status group

This commit is contained in:
2023-11-13 16:53:16 +02:00
parent ff78577d61
commit 2d21c999d1
2 changed files with 6 additions and 1 deletions

View File

@ -269,6 +269,11 @@ CONFIGURATION_SCHEMA: ConfigurationSchema = {
"type": "boolean",
"coerce": "boolean",
},
"timeout": {
"type": "integer",
"coerce": "integer",
"min": 0,
},
"username": {
"type": "string",
"empty": False,