# ============================================================================= # StoreHealthAnalyzer Remote Agent — Environment # Copy this file to `.env` (next to docker-compose.yml) and fill in the # values. NEVER commit .env — the top-level .dockerignore already excludes # it from the image and .gitignore excludes it from git. # ============================================================================= # Websocket URL of the main StoreHealthAnalyzer server. Use `wss://` if # the server is reverse-proxied through TLS; `ws://host:port` for direct. # Leave any legacy `?token=...` query parameter off — the WS_TOKEN below is # sent as an Authorization: Bearer header instead. WS_URL=wss://storehealthanalyzer.example.com/ws # Shared secret the main server accepts. Must match the WS_TOKEN configured # on the server side. Generate a strong random value once and rotate it if # you suspect it's been exposed. WS_TOKEN=change_me_to_a_long_random_value