fix: dont use turn user/pass

This commit is contained in:
cellarspoon
2021-12-13 10:32:06 +01:00
parent daf4fcb02e
commit e2d21764f1
4 changed files with 2 additions and 9 deletions

View File

@ -1136,8 +1136,8 @@ turn_shared_secret: "{{ secret "turn_shared_secret" }}"
# The Username and password if the TURN server needs them and
# does not use a token
#
turn_username: "{{ env "TURN_USERNAME" }}"
turn_password: "{{ secret "turn_password" }}"
#turn_username: "TURNSERVER_USERNAME"
#turn_password: "TURNSERVER_PASSWORD"
# How long generated TURN credentials last
#