document how to include message bus api key

This commit is contained in:
Maxwell Salzberg 2011-10-31 14:48:12 -07:00
parent 8713c58860
commit 24545743e2

View file

@ -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'