Re-add swoosh api client to false

This commit is contained in:
Logan Hunt 2022-04-21 19:01:54 -06:00
parent c9a6abf9b7
commit 2493954be3
Signed by untrusted user who does not match committer: simponic
GPG Key ID: 52B3774857EB24B1

View File

@ -27,7 +27,7 @@ config :aggiedit, AggieditWeb.Endpoint,
config :aggiedit, Aggiedit.Mailer, adapter: Swoosh.Adapters.Local
# 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)
config :esbuild,