document how to include message bus api key
This commit is contained in:
parent
8713c58860
commit
24545743e2
1 changed files with 3 additions and 0 deletions
|
|
@ -122,6 +122,9 @@ defaults: &defaults
|
||||||
# connection or 'sendmail' to use the sendmail binary, or messagebus, to use the messagebus service
|
# connection or 'sendmail' to use the sendmail binary, or messagebus, to use the messagebus service
|
||||||
mailer_method: 'smtp'
|
mailer_method: 'smtp'
|
||||||
|
|
||||||
|
#API key if you are using message bus
|
||||||
|
message_bus_api_key: ''
|
||||||
|
|
||||||
# The path to the sendmail binary. Ignored if mailer_method is not set to sendmail
|
# The path to the sendmail binary. Ignored if mailer_method is not set to sendmail
|
||||||
sendmail_location: '/usr/sbin/sendmail'
|
sendmail_location: '/usr/sbin/sendmail'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue