1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-04 18:22:26 +00:00

document new hook option "dryrun"

This commit is contained in:
Peter Bieringer 2025-07-22 20:57:05 +02:00
parent de384d5f4a
commit 26f3fea0ff
2 changed files with 15 additions and 0 deletions

View file

@ -1529,6 +1529,14 @@ Available types:
Default: `none` Default: `none`
##### dryrun
_(> 3.5.4)_
Dry-Run (do not really trigger hook action)
Default: `False`
##### rabbitmq_endpoint ##### rabbitmq_endpoint
_(>= 3.2.0)_ _(>= 3.2.0)_

7
config
View file

@ -313,9 +313,16 @@
# Hook types # Hook types
# Value: none | rabbitmq | email # Value: none | rabbitmq | email
#type = none #type = none
# dry-run (do not really trigger hook action)
#dryrun = False
# hook: rabbitmq
#rabbitmq_endpoint = #rabbitmq_endpoint =
#rabbitmq_topic = #rabbitmq_topic =
#rabbitmq_queue_type = classic #rabbitmq_queue_type = classic
# hook: email
#smtp_server = localhost #smtp_server = localhost
#smtp_port = 25 #smtp_port = 25
#smtp_security = starttls #smtp_security = starttls