From acc0b64968726a2c5643996f0728eea96989c487 Mon Sep 17 00:00:00 2001 From: Strac Consulting Engineers Pty Ltd Date: Fri, 28 Feb 2025 05:25:24 +1100 Subject: [PATCH] Update config.sample.json (#3001) Co-authored-by: Hugh Nimmo-Smith Co-authored-by: Hugh Nimmo-Smith --- config/config.sample.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/config/config.sample.json b/config/config.sample.json index 80d774c8..bd4e112b 100644 --- a/config/config.sample.json +++ b/config/config.sample.json @@ -1,10 +1,13 @@ { "default_server_config": { "m.homeserver": { - "base_url": "http://synapse.localhost:8008", - "server_name": "synapse.localhost" + "base_url": "https://mydomain.com", + "server_name": "mydomain.com" } }, + "livekit": { + "livekit_service_url": "https://livekit-jwt.mydomain.com" + }, "features": { "feature_use_device_session_member_events": true },