# ============================================================================= # wbxStoreProvision Remote Agent — Environment # Copy this file to `.env` (next to docker-compose.yml) and fill in the # values. NEVER commit .env — the .gitignore already excludes it. # ============================================================================= # WebSocket URL of the main wbxStoreProvision bot. Use `wss://` if the bot # is reverse-proxied through TLS; `ws://host:port` for a direct connection. # Do NOT put the token in a `?token=` query parameter — WS_TOKEN below is # sent as an Authorization: Bearer header instead. WS_URL=wss://wbxstoreprovision.example.com/ws # Shared secret that must match WS_TOKEN on the bot side (the value in the # bot's own .env). 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