From b6c2523352f355534cd1d024a28006268ef5e498 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Fri, 18 Nov 2022 13:40:44 +0200 Subject: [PATCH] Remove extra space --- docs/configuring-playbook-jitsi.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuring-playbook-jitsi.md b/docs/configuring-playbook-jitsi.md index 8a28753aa..4c29b3eb8 100644 --- a/docs/configuring-playbook-jitsi.md +++ b/docs/configuring-playbook-jitsi.md @@ -166,7 +166,7 @@ The JVB will also need to know where the prosody xmpp server is located, similar `matrix_jitsi_xmpp_server`. The Jitsi prosody container is deployed on the matrix server by default so the value can be set to the matrix domain. For example: ```yaml -matrix_jitsi_xmpp_server: "{{ matrix_domain }}" +matrix_jitsi_xmpp_server: "{{ matrix_domain }}" ``` However, it can also be set the ip address of the matrix server. This can be useful if you wish to use a private ip. For example: