diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/environment.rb | 5 | ||||
| -rw-r--r-- | 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| | |||
| 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 | ||
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 | |||
| 29 | ExceptionNotifier.exception_recipients = %w(hukl@h3q.com) | ||
| 30 | ExceptionNotifier.sender_address = %("CCCMS Error" <error@ccc.de>) \ No newline at end of file | ||
