From 71f715f5445f183e2a52f0788c3553009cae0289 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Fri, 29 Jan 2021 13:30:01 +0100 Subject: [PATCH] actually use the configured turn servers... --- rootfs/etc/confd/templates/server.yaml.tmpl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/rootfs/etc/confd/templates/server.yaml.tmpl b/rootfs/etc/confd/templates/server.yaml.tmpl index 3a084d0..7ab5a4b 100644 --- a/rootfs/etc/confd/templates/server.yaml.tmpl +++ b/rootfs/etc/confd/templates/server.yaml.tmpl @@ -1038,11 +1038,11 @@ url_preview_accept_language: # The public URIs of the TURN server to give to clients # -#turn_uris: [{{getenv "TURN_URIS" ""}}] +turn_uris: [{{getenv "TURN_URIS" ""}}] # The shared secret used to compute passwords for the TURN server # -#turn_shared_secret: "{{getenv "TURN_SHARED_SECRET"}}" +turn_shared_secret: "{{getenv "TURN_SHARED_SECRET"}}" # The Username and password if the TURN server needs them and # does not use a token @@ -2589,4 +2589,3 @@ redis: # Optional password if configured on the Redis instance # #password: -