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" }