diff --git a/docker-compose.yml b/docker-compose.yml index 8cb772a..3d23a4d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -365,6 +365,7 @@ services: - ENABLE_OCTO_SCTP - ENABLE_RECORDING - ENABLE_SCTP + - ENABLE_SHARED_DOCUMENT_RANDOM_NAME - ENABLE_TRANSCRIPTIONS - ENABLE_VISITORS - ENABLE_AUTO_LOGIN diff --git a/jicofo/rootfs/defaults/jicofo.conf b/jicofo/rootfs/defaults/jicofo.conf index 3bc8f0b..ed720a5 100644 --- a/jicofo/rootfs/defaults/jicofo.conf +++ b/jicofo/rootfs/defaults/jicofo.conf @@ -12,6 +12,7 @@ {{ $ENABLE_AUTO_LOGIN := .Env.ENABLE_AUTO_LOGIN | default "1" | toBool -}} {{ $ENABLE_REST := .Env.JICOFO_ENABLE_REST | default "0" | toBool -}} {{ $ENABLE_JVB_XMPP_SERVER := .Env.ENABLE_JVB_XMPP_SERVER | default "0" | toBool -}} +{{ $ENABLE_SHARED_DOCUMENT_RANDOM_NAME := .Env.ENABLE_SHARED_DOCUMENT_RANDOM_NAME | default "0" | toBool -}} {{ $HEALTH_CHECKS_USE_PRESENCE := .Env.JICOFO_HEALTH_CHECKS_USE_PRESENCE | default "0" | toBool -}} {{ $JIBRI_BREWERY_MUC := .Env.JIBRI_BREWERY_MUC | default "jibribrewery" -}} {{ $JIGASI_BREWERY_MUC := .Env.JIGASI_BREWERY_MUC | default "jigasibrewery" -}} @@ -187,6 +188,12 @@ jicofo { enable-multi-stream-backward-compat = {{ .Env.JICOFO_MULTI_STREAM_BACKWARD_COMPAT | toBool }} {{ end }} + {{ if $ENABLE_SHARED_DOCUMENT_RANDOM_NAME }} + shared-document { + use-random-name = {{ $ENABLE_SHARED_DOCUMENT_RANDOM_NAME }} + } + {{ end }} + } {{ if .Env.JICOFO_ENABLE_HEALTH_CHECKS }}