File tree 2 files changed +4
-2
lines changed 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -211,6 +211,7 @@ services:
211
211
- JVB_TCP_MAPPED_PORT
212
212
- JVB_STUN_SERVERS
213
213
- JVB_ENABLE_APIS
214
+ - JVB_WS_DOMAIN
214
215
- JVB_WS_SERVER_ID
215
216
- PUBLIC_URL
216
217
- TZ
Original file line number Diff line number Diff line change @@ -26,8 +26,9 @@ org.jitsi.videobridge.ENABLE_STATISTICS=true
26
26
org.jitsi.videobridge.STATISTICS_TRANSPORT =muc
27
27
org.jitsi.videobridge.STATISTICS_INTERVAL =5000
28
28
29
- {{ $WS_DOMAIN := .Env.PUBLIC_URL | default " https://localhost:8443" | trimPrefix " https://" | trimSuffix " /" -}}
30
- {{ $WS_SERVER_ID := .Env.JVB_WS_SERVER_ID | default .Env.LOCAL_ADDRESS }}
29
+ {{ $PUBLIC_URL_DOMAIN := .Env.PUBLIC_URL | default " https://localhost:8443" | trimPrefix " https://" | trimSuffix " /" -}}
30
+ {{ $WS_DOMAIN := .Env.JVB_WS_DOMAIN | default $PUBLIC_URL_DOMAIN -}}
31
+ {{ $WS_SERVER_ID := .Env.JVB_WS_SERVER_ID | default .Env.LOCAL_ADDRESS -}}
31
32
32
33
org.jitsi.videobridge.rest.COLIBRI_WS_DISABLE =false
33
34
org.jitsi.videobridge.rest.jetty.port =9090
You can’t perform that action at this time.
0 commit comments