From d53ad9a8f39db9b5d4edbc615c0fb80ce43078e4 Mon Sep 17 00:00:00 2001 From: Timo <16718859+toger5@users.noreply.github.com> Date: Thu, 18 Jul 2024 16:01:10 +0200 Subject: [PATCH] Update sample config with livekit (rebase on livekit) (#2483) * Update sample cfg with livekit config * matching ports in readme and example --------- Co-authored-by: xmj --- README.md | 2 +- config/config.sample.json | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 086447d1..ff3cb935 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ advertises one in the client well-known, this will not be used.) ```json "livekit": { - "livekit_service_url": "http://localhost:8881" + "livekit_service_url": "http://localhost:7881" }, ``` 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" }