mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 10:31:42 +00:00
Merge branch 'notify' into rails
This commit is contained in:
commit
8ded0e47b7
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ Rails.application.configure do
|
||||||
config.middleware.use ExceptionNotification::Rack,
|
config.middleware.use ExceptionNotification::Rack,
|
||||||
error_grouping: true,
|
error_grouping: true,
|
||||||
email: {
|
email: {
|
||||||
email_prefix: '[ERROR] ',
|
email_prefix: '',
|
||||||
sender_address: ENV['DEFAULT_FROM'],
|
sender_address: ENV['DEFAULT_FROM'],
|
||||||
exception_recipients: ENV['EXCEPTION_TO'],
|
exception_recipients: ENV['EXCEPTION_TO'],
|
||||||
normalize_subject: true
|
normalize_subject: true
|
||||||
|
|
Loading…
Reference in a new issue