added .env support for a systemd EnvironmentFile with an example and updated email sender

This commit is contained in:
2026-04-03 17:00:38 -04:00
parent abe10922eb
commit a70ea18e56
7 changed files with 256 additions and 16 deletions

View File

@@ -21,7 +21,7 @@ config :mixer, MixerWeb.Endpoint,
]
# Configure Swoosh API Client
config :swoosh, api_client: Swoosh.ApiClient.Req
config :swoosh, api_client: Swoosh.ApiClient.Hackney
# Disable Swoosh Local Memory Storage
config :swoosh, local: false