From c404d719dc34ad669fd86bbe0844b9208e3f6f84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 14 Jun 2022 15:43:39 +0200 Subject: [PATCH] Update config.json --- conf/config.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/conf/config.json b/conf/config.json index fb0a558..8d57a89 100644 --- a/conf/config.json +++ b/conf/config.json @@ -1,13 +1,13 @@ { - "default_hs_url": "https://__DEFAULT_HOME_SERVER__", - "default_is_url": "https://vector.im", - "brand": "Element", - "integrations_ui_url": "https://scalar.vector.im/", - "integrations_rest_url": "https://scalar.vector.im/api", - "enableLabs": true, - "roomDirectory": { - "servers": [ - "matrix.org" - ] - } -} + "default_server_config": { + "m.homeserver": { + "base_url": "https://__DEFAULT_HOME_SERVER__" + }, + "m.identity_server": { + "base_url": "https://vector.im" + } + }, + "room_directory": { + "servers": ["matrix.org"] + } +} \ No newline at end of file