Section improvements and add exception notifier

This commit is contained in:
2015-10-09 14:58:37 +02:00
parent 709bd59c0c
commit 978dfcbf82
7 changed files with 27 additions and 22 deletions
+6
View File
@@ -76,6 +76,12 @@ Qwaiter::Application.configure do
#password: "BjTKct22",
#enable_starttls_auto: true
#}
config.middleware.use ExceptionNotification::Rack,
email: {
email_prefix: "[MOZO][EXCEPTION] ",
sender_address: %|"notifier" <notifier@mozo.bar>|,
exception_recipients: %w[bterkuile@gmail.com]
}
# Enable threaded mode
# config.threadsafe!