Skip to content

Commit 0dad31d

Browse files
fix(jicofo) enable jigasi brewery with ENABLE_TRANSCRIPTIONS
1 parent fae66ad commit 0dad31d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jicofo/rootfs/defaults/jicofo.conf

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
{{ $ENABLE_JVB_XMPP_SERVER := .Env.ENABLE_JVB_XMPP_SERVER | default "0" | toBool -}}
1414
{{ $HEALTH_CHECKS_USE_PRESENCE := .Env.JICOFO_HEALTH_CHECKS_USE_PRESENCE | default "0" | toBool -}}
1515
{{ $JIBRI_BREWERY_MUC := .Env.JIBRI_BREWERY_MUC | default "jibribrewery" -}}
16+
{{ $ENABLE_TRANSCRIPTIONS := .Env.ENABLE_TRANSCRIPTIONS | default "0" | toBool -}}
1617
{{ $JIGASI_BREWERY_MUC := .Env.JIGASI_BREWERY_MUC | default "jigasibrewery" -}}
1718
{{ $JVB_BREWERY_MUC := .Env.JVB_BREWERY_MUC | default "jvbbrewery" -}}
1819
{{ $JIBRI_PENDING_TIMEOUT := .Env.JIBRI_PENDING_TIMEOUT | default "90 seconds" -}}
@@ -203,7 +204,7 @@ jicofo {
203204
}
204205
{{ end }}
205206

206-
{{ if and .Env.JIGASI_SIP_URI $JIGASI_BREWERY_MUC }}
207+
{{ if or .Env.JIGASI_SIP_URI $ENABLE_TRANSCRIPTIONS }}
207208
jigasi {
208209
brewery-jid = "{{ $JIGASI_BREWERY_MUC }}@{{ $XMPP_INTERNAL_MUC_DOMAIN }}"
209210
}

0 commit comments

Comments
 (0)