jicofo: add support of reservation REST API

This commit is contained in:
Mohammed
2020-01-28 08:53:19 +01:00
committed by Saúl Ibarra Corretgé
parent 6234a18dc6
commit 8bfe7fbb92
3 changed files with 8 additions and 0 deletions

View File

@@ -13,3 +13,7 @@ org.jitsi.jicofo.jigasi.BREWERY={{ .Env.JIGASI_BREWERY_MUC}}@{{ .Env.XMPP_INTERN
{{ if .Env.ENABLE_AUTH | default "0" | toBool }}
org.jitsi.jicofo.auth.URL=XMPP:{{ .Env.XMPP_DOMAIN }}
{{ end }}
{{ if .Env.JICOFO_RESERVATION_REST_BASE_URL }}
org.jitsi.impl.reservation.rest.BASE_URL={{ .Env.JICOFO_RESERVATION_REST_BASE_URL }}
{{ end }}