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:
parent
a824ae6c14
commit
de384d5f4a
1 changed files with 4 additions and 0 deletions
|
@ -427,6 +427,10 @@ DEFAULT_CONFIG_SCHEMA: types.CONFIG_SCHEMA = OrderedDict([
|
||||||
"help": "hook backend",
|
"help": "hook backend",
|
||||||
"type": str,
|
"type": str,
|
||||||
"internal": hook.INTERNAL_TYPES}),
|
"internal": hook.INTERNAL_TYPES}),
|
||||||
|
("dryrun", {
|
||||||
|
"value": "False",
|
||||||
|
"help": "dry-run (do not really trigger hook action)",
|
||||||
|
"type": bool}),
|
||||||
("rabbitmq_endpoint", {
|
("rabbitmq_endpoint", {
|
||||||
"value": "",
|
"value": "",
|
||||||
"help": "endpoint where rabbitmq server is running",
|
"help": "endpoint where rabbitmq server is running",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue