Expand description
Default configuration values for WiseGate.
This module centralizes all default values used throughout WiseGate, ensuring consistency between production code and tests.
Constantsยง
- AUTH_
REALM - Default authentication realm.
- MAX_
BODY_ SIZE - Default maximum body size in bytes.
- MAX_
BODY_ SIZE_ MB - Default maximum body size in megabytes.
- MAX_
CONNECTIONS - Default maximum concurrent connections.
- PROXY_
TIMEOUT - Default proxy timeout duration.
- PROXY_
TIMEOUT_ SECS - Default proxy timeout in seconds.
- RATE_
LIMIT_ CLEANUP_ INTERVAL - Default cleanup interval duration.
- RATE_
LIMIT_ CLEANUP_ INTERVAL_ SECS - Default cleanup interval in seconds.
- RATE_
LIMIT_ CLEANUP_ THRESHOLD - Default cleanup threshold (number of entries before triggering cleanup).
- RATE_
LIMIT_ REQUESTS - Default maximum requests per rate limit window.
- RATE_
LIMIT_ WINDOW - Default rate limit window duration.
- RATE_
LIMIT_ WINDOW_ SECS - Default rate limit window duration in seconds.