mirror of
https://github.com/yusufipk/OpenFrame.git
synced 2026-09-11 17:46:06 +00:00
feat(rate-limit): add environment variable to disable rate limiting for local testing
This commit is contained in:
@@ -59,6 +59,9 @@ SMTP_FROM="[email protected]"
|
||||
# ============================================================================
|
||||
# development | production | test
|
||||
NODE_ENV="development"
|
||||
# Disable all app-level rate limiting for local testing. Leave unset to keep rate limiting enabled.
|
||||
# Accepted truthy values: "true", "1", "yes", "on"
|
||||
# DISABLE_RATE_LIMIT="true"
|
||||
# Admin emails for accessing the /admin panel (comma separated list)
|
||||
# e.g., "[email protected],[email protected]"
|
||||
ADMIN_EMAILS=""
|
||||
|
||||
Reference in New Issue
Block a user