From 515861c20609a8a38ee73bdb3085c55145d906b8 Mon Sep 17 00:00:00 2001 From: Jesper Hess Nielsen Date: Mon, 11 Jul 2022 20:59:11 +0200 Subject: [PATCH] Fix config for default matrix server in element Fixes: #88 --- roles/docker/files/configs/riot/config.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/roles/docker/files/configs/riot/config.json b/roles/docker/files/configs/riot/config.json index ed9f5fb..0ea4d1a 100644 --- a/roles/docker/files/configs/riot/config.json +++ b/roles/docker/files/configs/riot/config.json @@ -1,6 +1,12 @@ { - "default_hs_url": "https://{{ matrix.domain }}", - "default_is_url": "https://vector.im", + "default_server_config": { + "m.homeserver": { + "base_url": "https://{{ matrix.domain }}" + }, + "m.identity_server": { + "base_url": "https://vector.im" + } + }, "brand": "element.data.coop", "integrations_ui_url": "https://scalar.vector.im/", "integrations_rest_url": "https://scalar.vector.im/api",