jicofo: add ability to configure health checks

This commit is contained in:
Cedric Roijakkers
2020-05-06 15:40:39 +02:00
committed by GitHub
parent ec3622b87c
commit 3472ab0b19
3 changed files with 8 additions and 0 deletions

View File

@@ -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 }}