document new hook option "dryrun"
This commit is contained in:
@@ -1529,6 +1529,14 @@ Available types:
|
||||
|
||||
Default: `none`
|
||||
|
||||
##### dryrun
|
||||
|
||||
_(> 3.5.4)_
|
||||
|
||||
Dry-Run (do not really trigger hook action)
|
||||
|
||||
Default: `False`
|
||||
|
||||
##### rabbitmq_endpoint
|
||||
|
||||
_(>= 3.2.0)_
|
||||
|
||||
7
config
7
config
@@ -313,9 +313,16 @@
|
||||
# Hook types
|
||||
# Value: none | rabbitmq | email
|
||||
#type = none
|
||||
|
||||
# dry-run (do not really trigger hook action)
|
||||
#dryrun = False
|
||||
|
||||
# hook: rabbitmq
|
||||
#rabbitmq_endpoint =
|
||||
#rabbitmq_topic =
|
||||
#rabbitmq_queue_type = classic
|
||||
|
||||
# hook: email
|
||||
#smtp_server = localhost
|
||||
#smtp_port = 25
|
||||
#smtp_security = starttls
|
||||
|
||||
Reference in New Issue
Block a user