|
@@ -10,7 +10,7 @@ videobridge {
|
|
port = {{ .Env.JVB_PORT }}
|
|
port = {{ .Env.JVB_PORT }}
|
|
}
|
|
}
|
|
tcp {
|
|
tcp {
|
|
- enabled = {{ not .Env.JVB_TCP_HARVESTER_DISABLED }}
|
|
|
|
|
|
+ enabled = {{ not (.Env.JVB_TCP_HARVESTER_DISABLED | default "true" | toBool) }}
|
|
port = {{ .Env.JVB_TCP_PORT }}
|
|
port = {{ .Env.JVB_TCP_PORT }}
|
|
{{ if not (eq $JVB_TCP_PORT $JVB_TCP_MAPPED_PORT) }}
|
|
{{ if not (eq $JVB_TCP_PORT $JVB_TCP_MAPPED_PORT) }}
|
|
mapped-port = {{ $JVB_TCP_MAPPED_PORT }}
|
|
mapped-port = {{ $JVB_TCP_MAPPED_PORT }}
|