Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down