diff options
author | Logan Hunt <loganhunt@simponic.xyz> | 2022-04-21 18:54:26 -0600 |
---|---|---|
committer | Logan Hunt <loganhunt@simponic.xyz> | 2022-04-21 18:54:26 -0600 |
commit | c9a6abf9b7f67dd1bdf465de02fe17e859914464 (patch) | |
tree | 210f2099f9e644c34206af3d494e4dfd075f4b17 /config/config.exs | |
parent | f6b262ea668bfaef48be40efb809e791258e2417 (diff) | |
download | aggiedit-c9a6abf9b7f67dd1bdf465de02fe17e859914464.tar.gz aggiedit-c9a6abf9b7f67dd1bdf465de02fe17e859914464.zip |
Get ready for deployment
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 0ffcbbd..8be792c 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, |