app: enable local email storage for now
This commit is contained in:
parent
e0991498fd
commit
414cba561b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue