1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00

align option name

This commit is contained in:
Peter Bieringer 2024-08-28 08:59:32 +02:00
parent 6d11738243
commit a79c2ad83e
4 changed files with 12 additions and 10 deletions

View file

@ -292,9 +292,9 @@ DEFAULT_CONFIG_SCHEMA: types.CONFIG_SCHEMA = OrderedDict([
"value": "False",
"help": "log response content on level=debug",
"type": bool}),
("right_doesnt_match", {
("rights_rule_doesnt_match_on_debug", {
"value": "False",
"help": "log rights which doesn't match on level=debug",
"help": "log rights rules which doesn't match on level=debug",
"type": bool}),
("mask_passwords", {
"value": "True",