jicofo: fix XMPP config (all moved to jicofo.conf)

This commit is contained in:
bgrozev
2022-10-31 13:08:18 -05:00
committed by GitHub
parent a2333b3e76
commit 9fbb5bd815
2 changed files with 2 additions and 8 deletions

View File

@@ -144,6 +144,7 @@ jicofo {
hostname = "{{ $XMPP_SERVER }}"
port = "{{ $XMPP_PORT }}"
domain = "{{ $XMPP_AUTH_DOMAIN }}"
xmpp-domain = "{{ $XMPP_DOMAIN }}"
username = "{{ $JICOFO_AUTH_USER }}"
password = "{{ .Env.JICOFO_AUTH_PASSWORD }}"
conference-muc-jid = "{{ $XMPP_MUC_DOMAIN }}"