From 9c65b402251a8307215c8f437579a2aaa62758f9 Mon Sep 17 00:00:00 2001 From: fkwp Date: Mon, 5 May 2025 13:07:37 +0200 Subject: [PATCH] adapt new hostname schema and move to https URLs --- config/config.devenv.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.devenv.json b/config/config.devenv.json index b0e38ee4..59608d13 100644 --- a/config/config.devenv.json +++ b/config/config.devenv.json @@ -1,8 +1,8 @@ { "default_server_config": { "m.homeserver": { - "base_url": "http://synapse.localhost:8008", - "server_name": "synapse.localhost" + "base_url": "https://synapse.m.localhost", + "server_name": "synapse.m.localhost" } }, "features": {