Add the realm parameter in the example config file

This commit is contained in:
Domenico Briganti 2017-10-19 18:51:56 +02:00
parent f0376e813c
commit 99da6e77d6

View File

@ -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.
#