document new hook option "dryrun"
This commit is contained in:
@@ -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
7
config
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user