jicofo: add support of reservation REST API
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
6234a18dc6
commit
8bfe7fbb92
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user