diff --git a/conf/config.json b/conf/config.json index 5d1bddf..d61641b 100644 --- a/conf/config.json +++ b/conf/config.json @@ -11,10 +11,14 @@ "integrations_ui_url": "https://scalar.vector.im/", "integrations_rest_url": "https://scalar.vector.im/api", "showLabsSettings": false, - "roomDirectory": {"servers": ["matrix.org"]}, + "roomDirectory": { + "servers": ["matrix.org"] + }, "enable_presence_by_hs_url": { "https://matrix.org": false, "https://matrix-client.matrix.org": false }, - "embedded_pages": {"login_for_welcome": __LOGIN_FOR_WELCOME__} + "embedded_pages": { + "login_for_welcome": __LOGIN_FOR_WELCOME__ + } }