Compare commits

..

No commits in common. "b3aff0d7423a084ef46fe5c90f23068d10661f60" and "29474f49c1a40fe3fde0b42c902d2c39396688c3" have entirely different histories.

View File

@ -24,12 +24,10 @@ config :friends, FriendsWeb.Endpoint,
# #
# For production it's recommended to configure a different adapter # For production it's recommended to configure a different adapter
# at the `config/runtime.exs`. # at the `config/runtime.exs`.
config :friends, Friends.Mailer, config :friends, Friends.Mailer, adapter: Swoosh.Adapters.Local
adapter: Swoosh.Adapters.Postmark,
api_key: "9f88862b-b2b3-46bf-9d50-31ebc2f7820c"
# Swoosh API client is needed for adapters other than SMTP. # Swoosh API client is needed for adapters other than SMTP.
# config :swoosh, :api_client, false config :swoosh, :api_client, false
# Configure esbuild (the version is required) # Configure esbuild (the version is required)
config :esbuild, config :esbuild,