5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-11-15 10:21:41 +00:00

Merge branch 'notify' into rails

This commit is contained in:
f 2021-04-21 10:09:45 -03:00
commit 8ded0e47b7

View file

@ -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