jicofo: set XMPP_MUC_COMPONENT_PREFIX

Fixes: #691
pull/712/head
Cedric Roijakkers 4 years ago committed by GitHub
parent 2a0120de8b
commit 8f9caa47f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      jicofo/rootfs/defaults/sip-communicator.properties

@ -18,6 +18,10 @@ org.jitsi.impl.reservation.rest.BASE_URL={{ .Env.JICOFO_RESERVATION_REST_BASE_UR
org.jitsi.jicofo.health.ENABLE_HEALTH_CHECKS=true org.jitsi.jicofo.health.ENABLE_HEALTH_CHECKS=true
{{ end }} {{ end }}
{{ if .Env.XMPP_MUC_DOMAIN }}
org.jitsi.jicofo.XMPP_MUC_COMPONENT_PREFIX={{ first (splitList "." .Env.XMPP_MUC_DOMAIN) }}
{{ end }}
{{ $ENABLE_AUTH := .Env.ENABLE_AUTH | default "0" | toBool }} {{ $ENABLE_AUTH := .Env.ENABLE_AUTH | default "0" | toBool }}
{{ $AUTH_TYPE := .Env.AUTH_TYPE | default "internal" }} {{ $AUTH_TYPE := .Env.AUTH_TYPE | default "internal" }}

Loading…
Cancel
Save