Nenhuma descrição
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

.env.example 1.1KB

1234567891011121314151617181920212223
  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: BizGaze as the identity provider. When set, /api/login validates
  13. # credentials against this endpoint (after a local check) and provisions the user.
  14. # BIZGAZE_LOGIN_URL=https://c02.bizgaze.app/Account/ValidateAndLogin
  15. # Optional: shared secret for BizGaze SSO + signed webhook delivery.
  16. # SSO_SECRET=
  17. # Optional: BizGaze webhook endpoint for session events.
  18. # BIZGAZE_WEBHOOK_URL=