From d75c686288c41df1d5740fed5b7b1ae23bc3c217 Mon Sep 17 00:00:00 2001 From: atomizeee Date: Tue, 4 Aug 2026 19:51:09 -0400 Subject: [PATCH] Add config.yaml --- config.yaml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 config.yaml 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