fix: pass list for turn_uris

This commit is contained in:
cellarspoon
2021-12-13 10:37:03 +01:00
parent e2d21764f1
commit fd76821803
2 changed files with 2 additions and 2 deletions

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
#