diff --git a/config.yaml b/config.yaml new file mode 100644 index 0000000..3eee87e --- /dev/null +++ b/config.yaml @@ -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 \ No newline at end of file