Remove TLS required properties

This commit is contained in:
Jordan Bradford
2024-02-03 13:18:39 -05:00
parent fa363658df
commit d0c9aa263a

View File

@@ -69,7 +69,6 @@ config_schema = {
"type": "object", "type": "object",
"additionalProperties": False, "additionalProperties": False,
"properties": {"key": {"type": "string"}, "cert": {"type": "string"}}, "properties": {"key": {"type": "string"}, "cert": {"type": "string"}},
"required": ["key", "cert"],
}, },
"Limits": { "Limits": {
"description": "User CPU and memory limits.", "description": "User CPU and memory limits.",