Skip to content

Commit

Permalink
remove zabbix notification handler from production.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
codez committed Mar 5, 2018
1 parent 3575529 commit 918e73c
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,10 @@
# Do not dump schema after migrations.
config.active_record.dump_schema_after_migration = false

Rails.application.config.middleware.use ExceptionNotification::Rack,
zabbix: {}
#email: {
# email_prefix: "[PREFIX] ",
# sender_address: %{"notifier" <notifier@example.com>},
# exception_recipients: %w{exceptions@example.com} }
# Rails.application.config.middleware.use ExceptionNotification::Rack,
# email: {
# email_prefix: "[PREFIX] ",
# sender_address: %{"notifier" <notifier@example.com>},
# exception_recipients: %w{exceptions@example.com} }

end

0 comments on commit 918e73c

Please sign in to comment.