From 24545743e21a0c7edbc79189e15b1fb38f6bbdd8 Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Mon, 31 Oct 2011 14:48:12 -0700 Subject: [PATCH] document how to include message bus api key --- config/application.yml.example | 3 +++ 1 file changed, 3 insertions(+) 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'