We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b554af + 4934177 commit b2c2949Copy full SHA for b2c2949
.env.example
@@ -42,6 +42,13 @@ REDIS_TLS_DISABLED=true
42
# REPLY_TO_EMAIL=
43
# RESEND_API_KEY=
44
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
+
52
# Concurrency limits
53
#
54
# - 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