mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-12-22 20:45:48 +00:00
Fix STUN server URL for jitsi/web (turns -> stun)
Discussed in #446 (Github Pull Request).
This commit is contained in:
parent
181434d9c6
commit
515160f0d7
@ -445,7 +445,7 @@ matrix_jitsi_jvb_auth_password: "{{ matrix_synapse_macaroon_secret_key | passwor
|
|||||||
matrix_jitsi_web_stun_servers: |
|
matrix_jitsi_web_stun_servers: |
|
||||||
{{
|
{{
|
||||||
[
|
[
|
||||||
'turns:' + matrix_server_fqn_matrix + ':5349',
|
'stun:' + matrix_server_fqn_matrix + ':5349',
|
||||||
'stun:' + matrix_server_fqn_matrix + ':3478',
|
'stun:' + matrix_server_fqn_matrix + ':3478',
|
||||||
]
|
]
|
||||||
if matrix_coturn_enabled
|
if matrix_coturn_enabled
|
||||||
|
Loading…
Reference in New Issue
Block a user