We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7fb101 commit ada7b95Copy full SHA for ada7b95
jvb/rootfs/defaults/jvb.conf
@@ -10,7 +10,7 @@ videobridge {
10
port = {{ .Env.JVB_PORT }}
11
}
12
tcp {
13
- enabled = {{ not .Env.JVB_TCP_HARVESTER_DISABLED }}
+ enabled = {{ not (.Env.JVB_TCP_HARVESTER_DISABLED | default "true" | toBool) }}
14
port = {{ .Env.JVB_TCP_PORT }}
15
{{ if not (eq $JVB_TCP_PORT $JVB_TCP_MAPPED_PORT) }}
16
mapped-port = {{ $JVB_TCP_MAPPED_PORT }}
0 commit comments