From c33c703570d79787d283098d6325e9fbdce1251c Mon Sep 17 00:00:00 2001 From: fkwp Date: Tue, 5 Nov 2024 00:36:18 +0100 Subject: [PATCH] adapt config.sample.json to development environment settings --- config/config.sample.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/config.sample.json b/config/config.sample.json index 12381a66..76f42050 100644 --- a/config/config.sample.json +++ b/config/config.sample.json @@ -1,12 +1,12 @@ { "default_server_config": { "m.homeserver": { - "base_url": "https://call.ems.host", - "server_name": "call.ems.host" + "base_url": "http://synapse.localhost:8008", + "server_name": "synapse.localhost" } }, "livekit": { - "livekit_service_url": "http://localhost:7881" + "livekit_service_url": "http://localhost:8080" }, "features": { "feature_use_device_session_member_events": true