diff --git a/config/dev.exs b/config/dev.exs index 6181e17..649345c 100644 --- a/config/dev.exs +++ b/config/dev.exs @@ -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