From a9d04a7d13b3b33e4594da942836f0076494f93f Mon Sep 17 00:00:00 2001 From: hukl Date: Mon, 16 Nov 2009 17:39:39 +0100 Subject: changed email address for exception notifier --- config/environment.rb | 5 ++++- config/environments/production.rb | 5 +---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/environment.rb b/config/environment.rb index 18415aa..70d97f5 100644 --- a/config/environment.rb +++ b/config/environment.rb @@ -56,4 +56,7 @@ Rails::Initializer.run do |config| config.i18n.default_locale = :de end -require 'awesome_patch' \ No newline at end of file +require 'awesome_patch' + +ExceptionNotifier.exception_recipients = %w(hukl@berlin.ccc.de) +ExceptionNotifier.sender_address = %("CCCMS Error" ) \ No newline at end of file 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 # config.action_mailer.raise_delivery_errors = false # Enable threaded mode -# config.threadsafe! - -ExceptionNotifier.exception_recipients = %w(hukl@h3q.com) -ExceptionNotifier.sender_address = %("CCCMS Error" ) \ No newline at end of file +# config.threadsafe! \ No newline at end of file -- cgit v1.3