18 lines
365 B
YAML
18 lines
365 B
YAML
port: 7880
|
|
bind_addresses:
|
|
- ""
|
|
rtc:
|
|
tcp_port: 7881
|
|
port_range_start: 50000
|
|
port_range_end: 60000
|
|
use_external_ip: false
|
|
enable_loopback_candidate: false
|
|
turn_servers:
|
|
- host: <turnUrl>
|
|
port: 443
|
|
protocol: tls
|
|
credential: <turnSecret>
|
|
redis:
|
|
address: 127.0.0.1:6379
|
|
keys:
|
|
meetling: <secret>
|