rename config option header to headers

This commit is contained in:
2021-10-08 15:27:15 +02:00
parent acecac14da
commit 8307277718
2 changed files with 40 additions and 27 deletions

View File

@@ -118,7 +118,8 @@ class ConditionsConfig(BaseConfig):
"items": {"type": "string"}},
"envfrom": {"type": "string"},
"envto": {"type": "string"},
"header": {"type": "string"},
"headers": {"type": "array",
"items": {"type": "string"}},
"var": {"type": "string"},
"whitelist": {"type": "object"}}}