Commit f071069c

mo k <mo@mokhan.ca>
2012-10-12 15:54:07
fix the exception notifier email address.
1 parent 14dc9af
Changed files (1)
config.ru
@@ -3,6 +3,6 @@
 require ::File.expand_path('../config/environment',  __FILE__)
 run Cake::Application
 Cake::Application.config.middleware.use ExceptionNotifier,
-  :email_prefix => "[Cake] ",
+  :email_prefix => "[CakeSide] ",
   :sender_address => %{"notifier" <noreply@cakeside.com>},
-  :exception_recipients => %w{cakeside+bugs@mokhan.ca}
+  :exception_recipients => %w{mo.khan+cakeside@gmail.com luuduong@gmail.com}