Environment
Runtime variables without secret values.
#Variables
| Variable | Required | Purpose |
|---|---|---|
| NODE_ENV | yes | production runtime |
| OVERWEIGHT_ENGINE_DB_PATH | VPS yes | Persistent SQLite path |
| AGENT_ENGINE_INTERVAL_MS | no | Polling interval; min 15000 |
| ROBINHOOD_MARKET_API_BASE | no | Market API base override |
| ROBINHOOD_RPC_URL | recommended | Server RPC health |
| NEXT_PUBLIC_ROBINHOOD_RPC_URL | recommended | Browser RPC reads |
| NEXT_PUBLIC_SITE_URL | yes | Absolute metadata URL |
#Secrets
Do not commit production environment files. No private key is required by the current application.
#Alignment
Keep .env.example synchronized with supported keys and validate status after changes.