Skip to content

Commit

Permalink
adding tesla configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jdonis committed Oct 6, 2024
1 parent e183b2e commit ccd939c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/config.exs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ config :logger_json, :backend, metadata: :all
config :phoenix, :json_library, Jason
config :bamboo, :json_library, Jason

config :tesla, :adapter, Tesla.Adapter.Hackney

config :challenge_gov, :recaptcha, module: ChallengeGov.Recaptcha.Implementation
config :challenge_gov, :gov_delivery, module: ChallengeGov.GovDelivery.Implementation

Expand Down

0 comments on commit ccd939c

Please sign in to comment.