update schema

This commit is contained in:
2025-09-02 12:22:02 -04:00
parent 176bf46d53
commit 737ead7337

View File

@@ -61,6 +61,12 @@
"listen": { "listen": {
"type": "string" "type": "string"
}, },
"logExcludePathRegexps": {
"items": {
"type": "string"
},
"type": "array"
},
"logRequests": { "logRequests": {
"type": "boolean" "type": "boolean"
}, },