Skip to content

Commit

Permalink
Use config for Honeybadger api key (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkadel authored Sep 15, 2023
1 parent d231413 commit 1237eae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/honeybadger.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
# For more options, see https://docs.honeybadger.io/lib/ruby/gem-reference/configuration
# The API key is configured as an environment variable in Princeton Ansible
api_key: "<%= ENV['HONEYBADGER_API_KEY'] %>"

# The environment your app is running in.
env: "<%= Rails.env %>"
Expand Down

0 comments on commit 1237eae

Please sign in to comment.