Mercurial > hgrepos > FreeBSD > ports > net > turnserver
view files/patch-examples_etc_turnserver.conf @ 23:72bb14b947f8
>>>>> Added tag v4.5.2 for changeset cc083b998fe4
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Wed, 01 Sep 2021 22:11:05 +0200 |
| parents | 735b41782ed7 |
| children | e5d83559f2b5 |
line wrap: on
line source
--- examples/etc/turnserver.conf.orig 2021-01-10 19:59:55 UTC +++ examples/etc/turnserver.conf @@ -334,17 +334,17 @@ # as the user database. # This database can be used for long-term credential mechanism # and it can store the secret value for secret-based timed authentication in TURN REST API. -# Use the string format below (space separated parameters, all optional): +# Use the string format below (space separated parameters, all optional, "socket" has higher prio then "ip"): # -#redis-userdb="ip=<ip-address> dbname=<database-number> password=<database-user-password> port=<port> connect_timeout=<seconds>" +#redis-userdb="ip=<ip-address> socket=<unix-domain-socket-path> dbname=<database-number> password=<database-user-password> port=<port> connect_timeout=<seconds>" # Redis status and statistics database connection string, if used (default - empty, no Redis stats DB used). # This database keeps allocations status information, and it can be also used for publishing # and delivering traffic and allocation event notifications. # The connection string has the same parameters as redis-userdb connection string. -# Use the string format below (space separated parameters, all optional): +# Use the string format below (space separated parameters, all optional, "socket" has higher prio than "ip"): # -#redis-statsdb="ip=<ip-address> dbname=<database-number> password=<database-user-password> port=<port> connect_timeout=<seconds>" +#redis-statsdb="ip=<ip-address> socket=<unix-domain-socket-path> dbname=<database-number> password=<database-user-password> port=<port> connect_timeout=<seconds>" # The default realm to be used for the users when no explicit # origin/realm relationship is found in the database, or if the TURN
