summary refs log tree commit diff
path: root/synapse/config/voip.py
diff options
context:
space:
mode:
authorMarvin Steadfast <marvin@xsteadfastx.org>2017-01-19 14:35:55 +0100
committerMarvin Steadfast <marvin@xsteadfastx.org>2017-01-19 14:35:55 +0100
commit86e616568793f4b208137ed61add2d5aba9d6c43 (patch)
tree782b8fe245e03f692fb6bb2aa279afebef03b53c /synapse/config/voip.py
parentAdded username and password for turn server (diff)
downloadsynapse-86e616568793f4b208137ed61add2d5aba9d6c43.tar.xz
Added default config for turn username and password
Diffstat (limited to 'synapse/config/voip.py')
-rw-r--r--synapse/config/voip.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/synapse/config/voip.py b/synapse/config/voip.py
index ef9d61adfc..eeb693027b 100644
--- a/synapse/config/voip.py
+++ b/synapse/config/voip.py
@@ -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"
         """