jicofo: disable cert verification for jvb xmpp (#1501)

pull/1503/head
Aaron van Meerten 2 years ago committed by GitHub
parent a8fe1aaee4
commit ef7ef9cfd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      jicofo/rootfs/defaults/jicofo.conf

@ -184,6 +184,7 @@ jicofo {
domain = "{{ $JVB_XMPP_AUTH_DOMAIN }}"
username = "focus"
password = "{{ .Env.JICOFO_AUTH_PASSWORD }}"
disable-certificate-verification = true
}
{{ end }}
{{ if $ENABLE_RECORDING }}

Loading…
Cancel
Save