-`RPC_URL` - Chain RPC used by Track 1 and mission-control health/SSE data
-`TOKEN_AGGREGATION_BASE_URL` - Upstream token-aggregation base URL for mission-control liquidity proxy
-`BLOCKSCOUT_INTERNAL_URL` - Internal Blockscout base URL for bridge trace lookups
-`EXPLORER_PUBLIC_BASE` - Public explorer base URL used in mission-control trace responses
-`CCIP_RELAY_HEALTH_URL` - Optional relay health probe URL, for example `http://192.168.11.11:9860/healthz`
-`CCIP_RELAY_HEALTH_URLS` - Optional comma-separated named relay probes, for example `mainnet=http://192.168.11.11:9860/healthz,bsc=http://192.168.11.11:9861/healthz,avax=http://192.168.11.11:9862/healthz`
-`MISSION_CONTROL_CCIP_JSON` - Optional JSON snapshot fallback when relay health is provided as a file instead of an HTTP endpoint
-`OPERATOR_SCRIPTS_ROOT` - Root directory for allowlisted Track 4 scripts
-`OPERATOR_SCRIPT_ALLOWLIST` - Comma-separated list of permitted script names or relative paths
- Include `explorer-monorepo/deployment/common/nginx-mission-control-sse.conf` in the same nginx server block that proxies `/explorer-api/`.
- Keep the nginx upstream port aligned with the Go API `PORT`.
- Verify internal reachability to `BLOCKSCOUT_INTERNAL_URL` and `TOKEN_AGGREGATION_BASE_URL` from the API host before enabling the mission-control cards in production.