jicofo: fix healthcheck

Fixes: #929
pull/947/head
Prayag Singh 4 years ago committed by GitHub
parent 493cbdd406
commit 88e950dcd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      jicofo/rootfs/defaults/jicofo.conf

@ -122,7 +122,7 @@ jicofo {
domain = "{{ .Env.XMPP_AUTH_DOMAIN }}"
username = "{{ .Env.JICOFO_AUTH_USER }}"
password = "{{ .Env.JICOFO_AUTH_PASSWORD }}"
conference-muc-jid = "{{ first (splitList "." .Env.XMPP_MUC_DOMAIN) }}"
conference-muc-jid = "{{ .Env.XMPP_MUC_DOMAIN }}"
disable-certificate-verification = true
}
}

Loading…
Cancel
Save