Add livekit/livekit.yaml
This commit is contained in:
parent
b1b41bb8da
commit
3d3c916acf
1 changed files with 23 additions and 0 deletions
23
livekit/livekit.yaml
Normal file
23
livekit/livekit.yaml
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
port: 7880
|
||||||
|
bind_addresses:
|
||||||
|
- ""
|
||||||
|
rtc:
|
||||||
|
tcp_port: 7881
|
||||||
|
port_range_start: 50000
|
||||||
|
port_range_end: 60000
|
||||||
|
use_external_ip: false
|
||||||
|
enable_loopback_candidate: false
|
||||||
|
redis:
|
||||||
|
address: redis-ja:6379
|
||||||
|
username: ""
|
||||||
|
password: ""
|
||||||
|
db: 0
|
||||||
|
use_tls: false
|
||||||
|
sentinel_master_name: ""
|
||||||
|
sentinel_username: ""
|
||||||
|
sentinel_password: ""
|
||||||
|
sentinel_addresses: []
|
||||||
|
cluster_addresses: []
|
||||||
|
max_redirects: null
|
||||||
|
keys:
|
||||||
|
APIVg6jLoiMwFHp: O7CKx1ptmrBOtM6bMePQq0derknyE5jbjnYXlRm4oG0
|
Loading…
Add table
Reference in a new issue