fix: pass list for turn_uris
This commit is contained in:
@ -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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user