fix: pass list for turn_uris

This commit is contained in:
decentral1se 2021-12-13 10:37:03 +01:00
parent e2d21764f1
commit fd76821803
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
2 changed files with 2 additions and 2 deletions

View File

@ -18,6 +18,6 @@ SYNAPSE_ADMIN_EMAIL=admin@example.com
#COMPOSE_FILE="compose.yml:compose.turn.yml"
#TURN_ENABLED=1
#TURN_URI=
#TURN_URIS=["turn:turn.example.com?transport=udp", "turn:turn.example.com?transport=tcp"]
#TURN_ALLOW_GUESTS=true
#SECRET_TURN_SHARED_SECRET_VERSION=v1

View File

@ -1127,7 +1127,7 @@ oembed:
# The public URIs of the TURN server to give to clients
#
turn_uris: ["{{ env "TURN_URI" }}"]
turn_uris: {{ env "TURN_URIS" }}
# The shared secret used to compute passwords for the TURN server
#