We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76f886f commit 1a4f9bdCopy full SHA for 1a4f9bd
jicofo/rootfs/defaults/jicofo.conf
@@ -4,7 +4,7 @@
4
{{ $ENABLE_RECORDING := .Env.ENABLE_RECORDING | default "0" | toBool }}
5
{{ $ENABLE_OCTO := .Env.ENABLE_OCTO | default "0" | toBool }}
6
{{ $ENABLE_AUTO_LOGIN := .Env.ENABLE_AUTO_LOGIN | default "1" | toBool }}
7
-{{ $ENABLE_REST := Env.JICOFO_ENABLE_REST | default "0" | toBool }}
+{{ $ENABLE_REST := .Env.JICOFO_ENABLE_REST | default "0" | toBool }}
8
{{ $ENABLE_JVB_XMPP_SERVER := Env.ENABLE_JVB_XMPP_SERVER | default "0" | toBool }}
9
{{ $JIBRI_BREWERY_MUC := .Env.JIBRI_BREWERY_MUC | default "jibribrewery" -}}
10
{{ $JIGASI_BREWERY_MUC := .Env.JIGASI_BREWERY_MUC | default "jigasibrewery" -}}
0 commit comments