mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Remove required properties for TLS
This commit is contained in:
@@ -74,7 +74,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.",
|
||||||
|
|||||||
Reference in New Issue
Block a user