app: enable local email storage for now

This commit is contained in:
Nikos Papadakis 2023-09-04 12:34:41 +03:00
parent e0991498fd
commit 414cba561b
Signed by untrusted user who does not match committer: nikos
GPG key ID: 78871F9905ADFF02

View file

@ -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 config :swoosh, api_client: Swoosh.ApiClient.Finch, finch_name: Prymn.Finch
# Disable Swoosh Local Memory Storage # Disable Swoosh Local Memory Storage
config :swoosh, local: false config :swoosh, local: true
# Do not print debug messages in production # Do not print debug messages in production
config :logger, level: :info config :logger, level: :info