From 493417798db352d81c7c6ce7424e316b9f3d1fcb Mon Sep 17 00:00:00 2001 From: Niels Date: Thu, 2 Jan 2025 10:12:08 +0100 Subject: [PATCH] Updated .env.example --- .env.example | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.env.example b/.env.example index d38572a..ae7ebb1 100644 --- a/.env.example +++ b/.env.example @@ -42,6 +42,13 @@ REDIS_TLS_DISABLED=true # REPLY_TO_EMAIL= # RESEND_API_KEY= +# Alert E-mail settings +# - Ensure the ALERT_FROM_EMAIL matches what you setup with Resend.com +# - If these are not set, email alerts will not work. +# +# ALERT_FROM_EMAIL= +# ALERT_RESEND_API_KEY= + # Concurrency limits # # - If these are too high, you may run out of resources on your worker. A simple fix is to either re-deploy