From 322745464c0e60753b9dba47bdf6f8f6fb5d23e8 Mon Sep 17 00:00:00 2001 From: aceArt-GmbH <33117017+aceArt-GmbH@users.noreply.github.com> Date: Sat, 15 Oct 2022 03:01:35 +0200 Subject: [PATCH] Update documentation on how to disable integration managers (#23489) Signed-off-by: lukas --- docs/config.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/config.md b/docs/config.md index 7f091529d1..1903c70efd 100644 --- a/docs/config.md +++ b/docs/config.md @@ -360,8 +360,7 @@ For example: ## Integration managers Integration managers are embedded applications within Element to help the user configure bots, bridges, and widgets. An integration manager -is a separate piece of software not typically available with your homeserver. To disable integrations, leave the options defined here out of -your config. +is a separate piece of software not typically available with your homeserver. To disable integrations, set the options defined here to `null`. 1. `integrations_ui_url`: The UI URL for the integration manager. 2. `integrations_rest_url`: The REST interface URL for the integration manager.