From 99da6e77d6d3b054b115e5371d9eaebebe65b00e Mon Sep 17 00:00:00 2001 From: Domenico Briganti Date: Thu, 19 Oct 2017 18:51:56 +0200 Subject: [PATCH] Add the realm parameter in the example config file --- examples/etc/turnserver.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/examples/etc/turnserver.conf b/examples/etc/turnserver.conf index f701b20..1eaefe4 100644 --- a/examples/etc/turnserver.conf +++ b/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. #