Skip to content

Commit

Permalink
specify env in honeybadger config
Browse files Browse the repository at this point in the history
  • Loading branch information
yujonglee committed Sep 18, 2024
1 parent 5a10949 commit 89ca592
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ config :canary, :github_app_url, "https://github.com/apps/getcanary-dev/installa
config :ash, :missed_notifications, :ignore

config :honeybadger,
environment_name: Mix.env(),
api_key: {:system, "HONEYBADGER_API_KEY"},
revision: {:system, "APP_REVISION"},
ecto_repos: [Canary.Repo]
Expand Down

0 comments on commit 89ca592

Please sign in to comment.