diff --git a/synapse/config/voip.py b/synapse/config/voip.py
index ef9d61adfc97885726c1956406b9419e5ee8908f..eeb693027b473b5f5e671c12eff18320d26e5598 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"
         """