Skip to content

Commit

Permalink
Remove Honeybadger keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Jberlinsky committed Feb 17, 2015
1 parent 737d4c8 commit 77d6828
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/initializers/resque.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
if Rails.env.production?

Resque::Failure::Honeybadger.configure do |config|
config.api_key = '***REMOVED***'
config.api_key = '**REMOVED**'
end

Resque::Failure::Multiple.classes = [Resque::Failure::Redis, Resque::Failure::Honeybadger]
Expand Down
2 changes: 1 addition & 1 deletion lib/api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class API
def initialize
@app = Rack::Builder.new do
Honeybadger.configure do |config|
config.api_key = '***REMOVED***'
config.api_key = '**REMOVED**'
end

use Honeybadger::Rack
Expand Down

0 comments on commit 77d6828

Please sign in to comment.