summaryrefslogtreecommitdiff
path: root/config/environments
diff options
context:
space:
mode:
authorhukl <contact@smyck.org>2009-11-16 17:39:39 +0100
committerhukl <contact@smyck.org>2009-11-16 17:39:39 +0100
commita9d04a7d13b3b33e4594da942836f0076494f93f (patch)
treead26fd7776e787ba0d162cd2cb7978ec01320c4b /config/environments
parent6d8a5755301cd12aa31f24543c8796da20dd53ba (diff)
changed email address for exception notifier
Diffstat (limited to 'config/environments')
-rw-r--r--config/environments/production.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/config/environments/production.rb b/config/environments/production.rb
index 429bf05..1fc9f6b 100644
--- a/config/environments/production.rb
+++ b/config/environments/production.rb
@@ -24,7 +24,4 @@ config.action_controller.perform_caching = true
24# config.action_mailer.raise_delivery_errors = false 24# config.action_mailer.raise_delivery_errors = false
25 25
26# Enable threaded mode 26# Enable threaded mode
27# config.threadsafe! 27# config.threadsafe! \ No newline at end of file
28
29ExceptionNotifier.exception_recipients = %w(hukl@h3q.com)
30ExceptionNotifier.sender_address = %("CCCMS Error" <error@ccc.de>) \ No newline at end of file