Skip to content

Commit

Permalink
Formatted code
Browse files Browse the repository at this point in the history
  • Loading branch information
vloothuis committed May 26, 2024
1 parent f9558ca commit 03aa9c4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions core/config/runtime.exs
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,10 @@ if config_env() == :prod do

config :logger, level: System.get_env("LOG_LEVEL", "info") |> String.to_existing_atom()

config :core, opp_client_options: [
auth: {:bearer, System.fetch_env!("OPP_API_KEY")}
]
config :core,
opp_client_options: [
auth: {:bearer, System.fetch_env!("OPP_API_KEY")}
]

if sentry_dsn = System.get_env("SENTRY_DSN") do
config :sentry,
Expand Down

0 comments on commit 03aa9c4

Please sign in to comment.