1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-07 18:30:54 +00:00

add hook option "dryrun"

This commit is contained in:
Peter Bieringer 2025-07-22 20:56:43 +02:00
parent a824ae6c14
commit de384d5f4a

View file

@ -427,6 +427,10 @@ DEFAULT_CONFIG_SCHEMA: types.CONFIG_SCHEMA = OrderedDict([
"help": "hook backend",
"type": str,
"internal": hook.INTERNAL_TYPES}),
("dryrun", {
"value": "False",
"help": "dry-run (do not really trigger hook action)",
"type": bool}),
("rabbitmq_endpoint", {
"value": "",
"help": "endpoint where rabbitmq server is running",