mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-23 03:33:53 +00:00
62fd4be5fc
- 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