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