mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 08:21:41 +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,
|
||||
error_grouping: true,
|
||||
email: {
|
||||
email_prefix: '[ERROR] ',
|
||||
email_prefix: '',
|
||||
sender_address: ENV['DEFAULT_FROM'],
|
||||
exception_recipients: ENV['EXCEPTION_TO'],
|
||||
normalize_subject: true
|
||||
|
|
Loading…
Reference in a new issue