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.
1 parent ec3b6c7 commit 892b335Copy full SHA for 892b335
.env.example
@@ -150,3 +150,11 @@ REDIS_DB=0
150
# How long cached responses are stored before expiring
151
# Individual endpoints may override this value
152
CACHE_DEFAULT_TTL=300
153
+
154
+# Rate Limiting Settings (opt-in, disabled by default)
155
+# When enabled, uses Redis if available, otherwise in-memory storage
156
+# Protects authentication endpoints from brute force and abuse
157
+# Note: Rate limiting automatically uses Redis when both
158
+# RATE_LIMIT_ENABLED=true and REDIS_ENABLED=true
159
+# No additional Redis configuration needed
160
+RATE_LIMIT_ENABLED=false
0 commit comments