user and password for turn server.

This commit is contained in:
Sebastian Hugentobler 2021-01-29 14:00:49 +01:00
parent 71f715f544
commit 8f43f60977
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -1042,13 +1042,13 @@ turn_uris: [{{getenv "TURN_URIS" ""}}]
# The shared secret used to compute passwords for the TURN server # 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 # The Username and password if the TURN server needs them and
# does not use a token # does not use a token
# #
#turn_username: "TURNSERVER_USERNAME" #turn_username: "coturn"
#turn_password: "TURNSERVER_PASSWORD" #turn_password: "{{getenv "TURN_SHARED_SECRET"}}"
# How long generated TURN credentials last # How long generated TURN credentials last
# #