|
@@ -2,8 +2,6 @@
|
|
|
{{ $ENABLE_COLIBRI_WEBSOCKET := .Env.ENABLE_COLIBRI_WEBSOCKET | default "1" | toBool }}
|
|
|
{{ $ENABLE_OCTO := .Env.ENABLE_OCTO | default "0" | toBool }}
|
|
|
{{ $JVB_MUC_NICKNAME := .Env.JVB_MUC_NICKNAME | default .Env.HOSTNAME -}}
|
|
|
-{{ $JVB_TCP_PORT := .Env.JVB_TCP_PORT | default "4443" }}
|
|
|
-{{ $JVB_TCP_MAPPED_PORT := .Env.JVB_TCP_MAPPED_PORT | default $JVB_TCP_PORT }}
|
|
|
{{ $PUBLIC_URL_DOMAIN := .Env.PUBLIC_URL | default "https://localhost:8443" | trimPrefix "https://" | trimSuffix "/" -}}
|
|
|
{{ $SHUTDOWN_REST_ENABLED := .Env.SHUTDOWN_REST_ENABLED | default "false" | toBool }}
|
|
|
{{ $WS_DOMAIN := .Env.JVB_WS_DOMAIN | default $PUBLIC_URL_DOMAIN -}}
|
|
@@ -14,13 +12,6 @@ videobridge {
|
|
|
udp {
|
|
|
port = {{ .Env.JVB_PORT }}
|
|
|
}
|
|
|
- tcp {
|
|
|
- enabled = {{ not (.Env.JVB_TCP_HARVESTER_DISABLED | default "true" | toBool) }}
|
|
|
- port = {{ .Env.JVB_TCP_PORT }}
|
|
|
- {{ if not (eq $JVB_TCP_PORT $JVB_TCP_MAPPED_PORT) }}
|
|
|
- mapped-port = {{ $JVB_TCP_MAPPED_PORT }}
|
|
|
- {{ end }}
|
|
|
- }
|
|
|
}
|
|
|
apis {
|
|
|
xmpp-client {
|