From 1abc672e300bc205da93ef4e97699b851f8dc297 Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Mon, 20 Dec 2021 11:45:36 +0100 Subject: [PATCH] element: disable identity server --- element/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/element/config.json b/element/config.json index 5222b38..965f9d5 100644 --- a/element/config.json +++ b/element/config.json @@ -5,7 +5,7 @@ "server_name": "auro.re" }, "m.identity_server": { - "base_url": "https://auro.re" + "base_url": "" } }, "disable_custom_urls": false,