jicofo: add ability to configure health checks
This commit is contained in:
committed by
GitHub
parent
ec3622b87c
commit
3472ab0b19
@@ -17,3 +17,7 @@ org.jitsi.jicofo.auth.URL=XMPP:{{ .Env.XMPP_DOMAIN }}
|
||||
{{ if .Env.JICOFO_RESERVATION_REST_BASE_URL }}
|
||||
org.jitsi.impl.reservation.rest.BASE_URL={{ .Env.JICOFO_RESERVATION_REST_BASE_URL }}
|
||||
{{ end }}
|
||||
|
||||
{{ if .Env.JICOFO_ENABLE_HEALTH_CHECKS | default "0" | toBool }}
|
||||
org.jitsi.jicofo.health.ENABLE_HEALTH_CHECKS=true
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user