Skip to content

Commit b2c2949

Browse files
authored
Merge pull request #9 from iFlyinq/patch-alerts-support
Updated .env.example for email alerts
2 parents 1b554af + 4934177 commit b2c2949

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: .env.example

+7
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@ REDIS_TLS_DISABLED=true
4242
# REPLY_TO_EMAIL=
4343
# RESEND_API_KEY=
4444

45+
# Alert E-mail settings
46+
# - Ensure the ALERT_FROM_EMAIL matches what you setup with Resend.com
47+
# - If these are not set, email alerts will not work.
48+
#
49+
# ALERT_FROM_EMAIL=
50+
# ALERT_RESEND_API_KEY=
51+
4552
# Concurrency limits
4653
#
4754
# - If these are too high, you may run out of resources on your worker. A simple fix is to either re-deploy

0 commit comments

Comments
 (0)