Без опису
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

12345678910111213141516171819
  1. # BizGaze Support — server secrets / config.
  2. # Copy this file to `.env` next to docker-compose.yml on the server and fill in
  3. # real values. The real `.env` is gitignored — NEVER commit credentials.
  4. # Compose injects these into the container via `env_file:`.
  5. # Managed TURN relay (Metered) — makes WebRTC work on mobile/cellular & strict NATs.
  6. # Comma-separated URL list; username + credential from the Metered dashboard.
  7. TURN_URLS=turn:global.relay.metered.ca:80,turn:global.relay.metered.ca:80?transport=tcp,turn:global.relay.metered.ca:443,turns:global.relay.metered.ca:443?transport=tcp
  8. TURN_USERNAME=
  9. TURN_CREDENTIAL=
  10. # Optional: open self-registration of the first/any team (1 to enable).
  11. # ALLOW_REGISTRATION=1
  12. # Optional: shared secret for BizGaze SSO + signed webhook delivery.
  13. # SSO_SECRET=
  14. # Optional: BizGaze webhook endpoint for session events.
  15. # BIZGAZE_WEBHOOK_URL=