a888125eca550cf6fee1a6eaac0638ca67762d1f
The Stack example only listed the required set; expand it to the FULL reference so an operator can see (and tweak) every env without digging through code. Grouped: - IMAGE SELECTION (REGISTRY, TAG) - REQUIRED (JWT_SECRET, EVENT_SIGNING_KEY, COOKIE_SECURE — no safe default) - COMMONLY SET (VISION_ENABLED, WS_ALLOWED_ORIGINS) - SET BY COMPOSE — don't put in the Stack (VISION_URL, DATABASE_URL, VISION_RECOGNIZER) - OPTIONAL TUNABLES with code defaults: ports, logging/retention, device+printer poll intervals, lane/capture TTLs, and the ANPR knobs incl. this session's new ANPR_POLL_MS=1000 / ANPR_POLL_WINDOW_MS=8000 (raise the window for a slow barrier) - VISION CONTAINER env (the Python service's own VISION_* vars) All defaults pulled from the code (process.env.X ?? default). Documentation only.
Description
No description provided