Parcourir la source

Remove extra space

pull/2166/head
Slavi Pantaleev il y a 3 ans
committed by GitHub
Parent
révision
b6c2523352
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      docs/configuring-playbook-jitsi.md

+ 1
- 1
docs/configuring-playbook-jitsi.md Voir le fichier

@@ -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:


Chargement…
Annuler
Enregistrer