Add config.yaml
This commit is contained in:
+24
@@ -0,0 +1,24 @@
|
||||
port: 7880
|
||||
bind_addresses:
|
||||
- "0.0.0.0"
|
||||
rtc:
|
||||
tcp_port: 7881
|
||||
port_range_start: 50100
|
||||
port_range_end: 50200
|
||||
use_external_ip: true
|
||||
turn_servers:
|
||||
- host: turn.example.com
|
||||
port: 3478
|
||||
protocol: udp
|
||||
secret: "superstrongpassword" #password from coturn static-auth-secret
|
||||
room:
|
||||
auto_create: false
|
||||
logging:
|
||||
level: info
|
||||
keys:
|
||||
devkey: "livekit-password"
|
||||
webhook:
|
||||
api_key: devkey # must match LIVEKIT_KEY used by this service ^`^t
|
||||
# the SFU signs webhooks with it, this service verifies
|
||||
urls:
|
||||
- https://matrixrtc.example.com/livekit/jwt/sfu_webhook
|
||||
Reference in New Issue
Block a user