Sfoglia il codice sorgente

Remove extra space

pull/2166/head
Slavi Pantaleev 3 anni fa
committed by GitHub
parent
commit
b6c2523352
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      docs/configuring-playbook-jitsi.md

+ 1
- 1
docs/configuring-playbook-jitsi.md Vedi File

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


Caricamento…
Annulla
Salva