diff --git a/jicofo/rootfs/defaults/jicofo.conf b/jicofo/rootfs/defaults/jicofo.conf index cabf4f6..750de77 100644 --- a/jicofo/rootfs/defaults/jicofo.conf +++ b/jicofo/rootfs/defaults/jicofo.conf @@ -158,6 +158,9 @@ jicofo { video-layers-allocation { enabled = {{ .Env.ENABLE_VLA | default "0" | toBool }} } + mid { + enabled = {{ .Env.JICOFO_ENABLE_MID | default "1" | toBool }} + } } }