Skip to content

Commit

Permalink
Fix exception notification settings
Browse files Browse the repository at this point in the history
  • Loading branch information
zonque committed Apr 21, 2024
1 parent cf4fdcf commit e569562
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/initializers/exception_notification.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@

# Email notifier sends notifications by email.
config.add_notifier :email, {
email_prefix: '[ERROR] ',
sender_address: ENV['EXCEPTION_NOTIFIER_SENDER']&.gsub('"', '\"'),
email_prefix: '[HopHub ERROR] ',
sender_address: ENV['EXCEPTION_NOTIFIER_SENDER'],
exception_recipients: %w{ ENV['EXCEPTION_NOTIFIER_RECIPIENT'] }
}

Expand Down

0 comments on commit e569562

Please sign in to comment.