浏览代码

Merge pull request #184 from dometec/master

Add the realm parameter in the example config file
misi 8 年之前
父节点
当前提交
4d650b97f8
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      examples/etc/turnserver.conf

+ 7 - 0
examples/etc/turnserver.conf

@@ -217,8 +217,15 @@
 #
 #oauth
 
+#The default realm to be used for the users when no explicit origin/realm 
+#relationship was found in the database. Must be used with long-term 
+#credentials mechanism or with TURN REST API.
+#
+#realm=realm
+
 # 'Static' user accounts for long term credentials mechanism, only.
 # This option cannot be used with TURN REST API.
+# This option require a realm.
 # 'Static' user accounts are NOT dynamically checked by the turnserver process, 
 # so that they can NOT be changed while the turnserver is running.
 #