Skip to content

Commit ada7b95

Browse files
committed
jvb: fix check for JVB_TCP_HARVESTER_DISABLED
Fixes: jitsi#885
1 parent a7fb101 commit ada7b95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jvb/rootfs/defaults/jvb.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ videobridge {
1010
port = {{ .Env.JVB_PORT }}
1111
}
1212
tcp {
13-
enabled = {{ not .Env.JVB_TCP_HARVESTER_DISABLED }}
13+
enabled = {{ not (.Env.JVB_TCP_HARVESTER_DISABLED | default "true" | toBool) }}
1414
port = {{ .Env.JVB_TCP_PORT }}
1515
{{ if not (eq $JVB_TCP_PORT $JVB_TCP_MAPPED_PORT) }}
1616
mapped-port = {{ $JVB_TCP_MAPPED_PORT }}

0 commit comments

Comments
 (0)