From 414cba561b9d502553903fe181ca84423818de78 Mon Sep 17 00:00:00 2001 From: Nikos Papadakis Date: Mon, 4 Sep 2023 12:34:41 +0300 Subject: [PATCH] app: enable local email storage for now --- app/config/prod.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/prod.exs b/app/config/prod.exs index 57c1de7..3a6e94b 100644 --- a/app/config/prod.exs +++ b/app/config/prod.exs @@ -11,7 +11,7 @@ config :prymn, PrymnWeb.Endpoint, cache_static_manifest: "priv/static/cache_mani config :swoosh, api_client: Swoosh.ApiClient.Finch, finch_name: Prymn.Finch # Disable Swoosh Local Memory Storage -config :swoosh, local: false +config :swoosh, local: true # Do not print debug messages in production config :logger, level: :info