feat: Add an option to set jibri-sip brewery jid. (#1689)
This commit is contained in:
@@ -190,6 +190,12 @@ jicofo {
|
||||
}
|
||||
{{ end }}
|
||||
|
||||
{{ if .Env.JIBRI_SIP_BREWERY_MUC }}
|
||||
jibri-sip {
|
||||
brewery-jid = "{{ .Env.JIBRI_SIP_BREWERY_MUC }}"
|
||||
}
|
||||
{{ end }}
|
||||
|
||||
{{ if and .Env.JIGASI_SIP_URI $JIGASI_BREWERY_MUC }}
|
||||
jigasi {
|
||||
brewery-jid = "{{ $JIGASI_BREWERY_MUC }}@{{ $XMPP_INTERNAL_MUC_DOMAIN }}"
|
||||
|
||||
Reference in New Issue
Block a user