blob: bc7c38547ea03d94d67a27e5c10b7d725401f2fa (
plain)
1
2
3
4
5
6
|
Cccms::Application.config.middleware.use ExceptionNotification::Rack,
:email => {
:email_prefix => "[CCCMS] ",
:sender_address => %("CCCMS Error" <error@www.ccc.de>),
:exception_recipients => %w(erdgeist@ccc.de)
}
|