sip-communicator.properties 327 B

1234567
  1. org.jitsi.jicofo.ALWAYS_TRUST_MODE_ENABLED=true
  2. org.jitsi.jicofo.BRIDGE_MUC={{ .Env.JVB_BREWERY_MUC }}@{{ .Env.XMPP_INTERNAL_MUC_DOMAIN }}
  3. org.jitsi.jicofo.jigasi.BREWERY={{ .Env.JIGASI_BREWERY_MUC}}@{{ .Env.XMPP_INTERNAL_MUC_DOMAIN }}
  4. {{ if .Env.ENABLE_AUTH }}
  5. org.jitsi.jicofo.auth.URL=XMPP:{{ .Env.XMPP_DOMAIN }}
  6. {{ end }}