diff --git a/config/application.yml.example b/config/application.yml.example index 0f65c2e1d..218e58b89 100644 --- a/config/application.yml.example +++ b/config/application.yml.example @@ -122,6 +122,9 @@ defaults: &defaults # connection or 'sendmail' to use the sendmail binary, or messagebus, to use the messagebus service 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 sendmail_location: '/usr/sbin/sendmail'