Section improvements and add exception notifier
This commit is contained in:
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user