From d0e848d90d8c29c868fa4bd0b0478554e41878a4 Mon Sep 17 00:00:00 2001 From: xmj Date: Wed, 17 Jul 2024 15:26:52 +0200 Subject: [PATCH] Update sample cfg with livekit config --- config/config.sample.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/config.sample.json b/config/config.sample.json index 35ad1846..e0f0decf 100644 --- a/config/config.sample.json +++ b/config/config.sample.json @@ -5,5 +5,8 @@ "server_name": "call.ems.host" } }, + "livekit": { + "livekit_service_url": "http://localhost:7881" + }, "eula": "https://static.element.io/legal/online-EULA.pdf" }