mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-11 14:00:29 +00:00
586aafd476
- Re-enable DISCOVERY_SUBNET env var for Docker network configuration - Re-enable LOG_LEVEL env var for runtime logging control - Re-enable CONNECTION_TIMEOUT env var for timeout configuration - Re-enable ALLOWED_ORIGINS env var for CORS configuration - Update documentation to reflect working env vars These env vars were accidentally disabled but are useful for Docker deployments. Env vars override system.json settings when present. Addresses #214 - user requested DISCOVERY_SUBNET env var support