Skip to content

Commit

Permalink
remove dev mail shim
Browse files Browse the repository at this point in the history
  • Loading branch information
daveminer committed Nov 3, 2024
1 parent 93408ae commit 80cc5b5
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions config/dev.exs
Original file line number Diff line number Diff line change
Expand Up @@ -88,15 +88,11 @@ config :phoenix, :plug_init_mode, :runtime
config :phoenix_live_view, :debug_heex_annotations, true

# Disable swoosh api client as it is only required for production adapters.

# config :swoosh, :api_client, false
config :basket, Basket.Pow.Mailer,
adapter: Swoosh.Adapters.Brevo,
api_key: System.get_env("BREVO_API_KEY")
config :swoosh, :api_client, false

config :basket, :host, "http://localhost:4000"

# Turn on logging spans to the console via
# Turn on logging spans to the console
# DEBUG_OTEL=true mix phx.server

if System.get_env("DEBUG_OTEL") == "true" do
Expand Down

0 comments on commit 80cc5b5

Please sign in to comment.