diff options
author | Logan Hunt <loganhunt@simponic.xyz> | 2022-04-21 19:01:54 -0600 |
---|---|---|
committer | Logan Hunt <loganhunt@simponic.xyz> | 2022-04-21 19:01:54 -0600 |
commit | 2493954be38a621aa5aaf1c94988e2d9feabf96f (patch) | |
tree | 66606ca2d99e78bbf76c4641f66e2d124f7ff4c0 /config/config.exs | |
parent | c9a6abf9b7f67dd1bdf465de02fe17e859914464 (diff) | |
download | aggiedit-2493954be38a621aa5aaf1c94988e2d9feabf96f.tar.gz aggiedit-2493954be38a621aa5aaf1c94988e2d9feabf96f.zip |
Re-add swoosh api client to false
Diffstat (limited to 'config/config.exs')
-rw-r--r-- | config/config.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs index 8be792c..0ffcbbd 100644 --- a/config/config.exs +++ b/config/config.exs @@ -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, |