Ver a proveniência

Fix STUN server URL for jitsi/web (turns -> stun)

Discussed in #446 (Github Pull Request).
pull/452/head
Slavi Pantaleev há 6 anos
ascendente
cometimento
515160f0d7
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      group_vars/matrix_servers

+ 1
- 1
group_vars/matrix_servers Ver ficheiro

@@ -445,7 +445,7 @@ matrix_jitsi_jvb_auth_password: "{{ matrix_synapse_macaroon_secret_key | passwor
matrix_jitsi_web_stun_servers: |
{{
[
'turns:' + matrix_server_fqn_matrix + ':5349',
'stun:' + matrix_server_fqn_matrix + ':5349',
'stun:' + matrix_server_fqn_matrix + ':3478',
]
if matrix_coturn_enabled


Carregando…
Cancelar
Guardar