diff options
| author | hukl <contact@smyck.org> | 2009-11-16 17:39:39 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-11-16 17:39:39 +0100 |
| commit | a9d04a7d13b3b33e4594da942836f0076494f93f (patch) | |
| tree | ad26fd7776e787ba0d162cd2cb7978ec01320c4b /config/environment.rb | |
| parent | 6d8a5755301cd12aa31f24543c8796da20dd53ba (diff) | |
changed email address for exception notifier
Diffstat (limited to 'config/environment.rb')
| -rw-r--r-- | config/environment.rb | 5 |
1 files changed, 4 insertions, 1 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| | |||
| 56 | config.i18n.default_locale = :de | 56 | config.i18n.default_locale = :de |
| 57 | end | 57 | end |
| 58 | 58 | ||
| 59 | require 'awesome_patch' \ No newline at end of file | 59 | require 'awesome_patch' |
| 60 | |||
| 61 | ExceptionNotifier.exception_recipients = %w(hukl@berlin.ccc.de) | ||
| 62 | ExceptionNotifier.sender_address = %("CCCMS Error" <error@ccc.de>) \ No newline at end of file | ||
