feat: Add an env var for jicofo load redistribution. (#2053)

* feat: Add an env var for jicofo load redistribution.

* Update jicofo/rootfs/defaults/jicofo.conf

---------

Co-authored-by: Aaron van Meerten <aaron.van.meerten@gmail.com>
This commit is contained in:
bgrozev
2025-03-20 12:45:53 -05:00
committed by GitHub
parent 1c3857df2e
commit 62feac8e4d
2 changed files with 6 additions and 0 deletions

View File

@@ -98,6 +98,11 @@ jicofo {
enabled = {{ .Env.JICOFO_ENABLE_ICE_FAILURE_DETECTION | toBool }}
}
{{ end }}
{{ if .Env.JICOFO_ENABLE_LOAD_REDISTRIBUTION }}
load-redistribution {
enabled = {{ .Env.JICOFO_ENABLE_LOAD_REDISTRIBUTION | toBool }}
}
{{ end }}
{{ if $ENABLE_JVB_XMPP_SERVER }}
brewery-jid = "{{ $JVB_BREWERY_MUC }}@{{ $JVB_XMPP_INTERNAL_MUC_DOMAIN }}"