You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
499 B
30 lines
499 B
## |
|
## turnserver.conf -- CoTURN Server Configuration |
|
## |
|
|
|
proc-user=@l_rusr@ |
|
proc-group=@l_rgrp@ |
|
|
|
listening-ip=127.0.0.1 |
|
listening-port=3478 |
|
|
|
cli-ip=127.0.0.1 |
|
cli-port=5766 |
|
|
|
no-multicast-peers |
|
|
|
cert=@l_prefix@/etc/x509/example-server.crt |
|
pkey=@l_prefix@/etc/x509/example-server.key |
|
|
|
no-auth |
|
userdb=@l_prefix@/var/coturn/db/turnserver.db |
|
realm=example.com |
|
|
|
pidfile=@l_prefix@/var/coturn/run/turnserver.pid |
|
log-file=@l_prefix@/var/coturn/log/turnserver.log |
|
no-stdout-log |
|
simple-log |
|
|
|
verbose |
|
#Verbose |
|
|
|
|