File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# --- Cloudflare API Credentials (Do not use quotes) ---
2- CLOUDFLARE_API_KEY =
2+ CLOUDFLARE_API_TOKEN =
33CLOUDFLARE_ZONE_ID =
44
55# --- Email Configuration (Do not use quotes) ---
Original file line number Diff line number Diff line change 2626limiter = Limiter (
2727 get_remote_address ,
2828 app = app ,
29- default_limits = [os .getenv ("RATE_LIMIT_DEFAULT" , "60 per minute" )], # Apply default limit
30- storage_uri = "memory://" , # Simple in-memory storage, consider Redis for multi-process/scaled setups
31- strategy = "fixed-window" # or "moving-window"
29+ default_limits = [os .getenv ("RATE_LIMIT_DEFAULT" , "60 per minute" )],
30+ storage_uri = "memory://" ,
31+ strategy = "fixed-window"
3232)
3333
3434DATABASE_PATH = '/app/data/emails.db'
You can’t perform that action at this time.
0 commit comments