Skip to content

Commit

Permalink
Updated exception notification setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
seaneshbaugh committed Apr 11, 2014
1 parent c76ad41 commit f445a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/production.rb
Expand Up @@ -83,5 +83,5 @@
# Set mailer host to cavesofkoilos.com for in email links
config.action_mailer.default_url_options = { :host => 'cavesofkoilos.com' }

config.middleware.use ExceptionNotification::Rack, :email => { :sender_address => SMTP_SETTINGS['user_name'], :exception_recipients => 'seaneshbaugh@gmail.com' }
config.middleware.use ExceptionNotifier, :email => { :sender_address => SMTP_SETTINGS['user_name'], :exception_recipients => 'seaneshbaugh@gmail.com' }
end

0 comments on commit f445a73

Please sign in to comment.