File tree 2 files changed +3
-1
lines changed 2 files changed +3
-1
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_SERVER_ID
214
215
- PUBLIC_URL
215
216
- TZ
216
217
depends_on :
Original file line number Diff line number Diff line change @@ -27,11 +27,12 @@ org.jitsi.videobridge.STATISTICS_TRANSPORT=muc
27
27
org.jitsi.videobridge.STATISTICS_INTERVAL =5000
28
28
29
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 }}
30
31
31
32
org.jitsi.videobridge.rest.COLIBRI_WS_DISABLE =false
32
33
org.jitsi.videobridge.rest.jetty.port =9090
33
34
org.jitsi.videobridge.rest.COLIBRI_WS_DOMAIN ={{ $WS_DOMAIN }}
34
35
org.jitsi.videobridge.rest.COLIBRI_WS_TLS =true
35
- org.jitsi.videobridge.rest.COLIBRI_WS_SERVER_ID ={{ .Env.LOCAL_ADDRESS }}
36
+ org.jitsi.videobridge.rest.COLIBRI_WS_SERVER_ID ={{ $WS_SERVER_ID }}
36
37
37
38
org.jitsi.videobridge.rest.private.jetty.host =0.0.0.0
You can’t perform that action at this time.
0 commit comments