From 8f43f609774d9e6d000d470366d220e4ea1f1c01 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Fri, 29 Jan 2021 14:00:49 +0100 Subject: [PATCH] user and password for turn server. --- rootfs/etc/confd/templates/server.yaml.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rootfs/etc/confd/templates/server.yaml.tmpl b/rootfs/etc/confd/templates/server.yaml.tmpl index 7ab5a4b..b34884e 100644 --- a/rootfs/etc/confd/templates/server.yaml.tmpl +++ b/rootfs/etc/confd/templates/server.yaml.tmpl @@ -1042,13 +1042,13 @@ 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 # -#turn_username: "TURNSERVER_USERNAME" -#turn_password: "TURNSERVER_PASSWORD" +#turn_username: "coturn" +#turn_password: "{{getenv "TURN_SHARED_SECRET"}}" # How long generated TURN credentials last #