File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -365,6 +365,7 @@ services:
365365 - ENABLE_OCTO_SCTP
366366 - ENABLE_RECORDING
367367 - ENABLE_SCTP
368+ - ENABLE_SHARED_DOCUMENT_RANDOM_NAME
368369 - ENABLE_TRANSCRIPTIONS
369370 - ENABLE_VISITORS
370371 - ENABLE_AUTO_LOGIN
Original file line number Diff line number Diff line change 1212{{ $ENABLE_AUTO_LOGIN := .Env.ENABLE_AUTO_LOGIN | default "1" | toBool -}}
1313{{ $ENABLE_REST := .Env.JICOFO_ENABLE_REST | default "0" | toBool -}}
1414{{ $ENABLE_JVB_XMPP_SERVER := .Env.ENABLE_JVB_XMPP_SERVER | default "0" | toBool -}}
15+ {{ $ENABLE_SHARED_DOCUMENT_RANDOM_NAME := .Env.ENABLE_SHARED_DOCUMENT_RANDOM_NAME | default "0" | toBool -}}
1516{{ $HEALTH_CHECKS_USE_PRESENCE := .Env.JICOFO_HEALTH_CHECKS_USE_PRESENCE | default "0" | toBool -}}
1617{{ $JIBRI_BREWERY_MUC := .Env.JIBRI_BREWERY_MUC | default "jibribrewery" -}}
1718{{ $JIGASI_BREWERY_MUC := .Env.JIGASI_BREWERY_MUC | default "jigasibrewery" -}}
@@ -187,6 +188,12 @@ jicofo {
187188 enable-multi-stream-backward-compat = {{ .Env.JICOFO_MULTI_STREAM_BACKWARD_COMPAT | toBool }}
188189 {{ end }}
189190
191+ {{ if $ENABLE_SHARED_DOCUMENT_RANDOM_NAME }}
192+ shared-document {
193+ use-random-name = {{ $ENABLE_SHARED_DOCUMENT_RANDOM_NAME }}
194+ }
195+ {{ end }}
196+
190197 }
191198
192199 {{ if .Env.JICOFO_ENABLE_HEALTH_CHECKS }}
You can’t perform that action at this time.
0 commit comments