Remove required properties for TLS

This commit is contained in:
Jordan Bradford
2025-03-11 14:38:26 -04:00
parent 3ee67e1581
commit fa83068cdb

View File

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