feat: add auth email rate limit (#220)

This commit is contained in:
KM Koushik
2025-09-09 23:08:59 +10:00
committed by GitHub
parent 3d123dba1f
commit 9723c78825
4 changed files with 87 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ AWS_ACCESS_KEY="<your-aws-access-key>"
DOCKER_OUTPUT=1
API_RATE_LIMIT=1
AUTH_EMAIL_RATE_LIMIT=5
# used to send important error notification - optional
DISCORD_WEBHOOK_URL=""