Skip to content
Snippets Groups Projects
Commit 86e61656 authored by Marvin Steadfast's avatar Marvin Steadfast
Browse files

Added default config for turn username and password

parent 1e38be3a
No related branches found
No related tags found
Loading
......@@ -34,6 +34,11 @@ class VoipConfig(Config):
# The shared secret used to compute passwords for the TURN server
turn_shared_secret: "YOUR_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"
# How long generated TURN credentials last
turn_user_lifetime: "1h"
"""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment