mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-14 06:31:41 +00:00
no usar espacio extra en los asuntos
This commit is contained in:
parent
1d6cf11d52
commit
a960f93075
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