Complete list of runtime environment variables, model switches, and dynamic feature flags.
1. Core System Environment Variables
System configuration environment variables control database connection pools, model timeouts, and log verbosity.
| Variable Name | Default | Description |
|---|---|---|
VARIXEN_ENV | production | Runtime environment mode (local, staging, production) |
LOG_LEVEL | info | Logging verbosity (debug, info, warn, error) |
MAX_CONCURRENT_AGENTS | 50 | Maximum concurrent background worker tasks per pod |
2. Runtime Feature Flag Toggles
Dynamic feature flags can be toggled live via the Varixen Admin API without restarting server instances.
