Fix up config validation, and allow for custom 'validators'

This commit is contained in:
Patrick Robertson
2025-01-27 11:00:52 +01:00
parent 3fc6ddfe85
commit 0b03f54f4e
2 changed files with 10 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
# used as validators for config values.
def example_validator(value):
return "example" in value