Skip to content

Commit

Permalink
Use ssl for errbit
Browse files Browse the repository at this point in the history
  • Loading branch information
TomNaessens committed Mar 16, 2015
1 parent f01ea6b commit 0d85024
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/initializers/errbit.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
Airbrake.configure do |config|
config.api_key = '47ef697722f25e7952911b731b975eda'
config.host = 'zeus-errbit.ilion.me'
config.port = 80
config.port = 443
config.secure = config.port == 443
end

0 comments on commit 0d85024

Please sign in to comment.