From af23e30f37f3cf24ba8f7eb732bbc002df2fbf88 Mon Sep 17 00:00:00 2001 From: Fred Dixon <ffdixon@gmail.com> Date: Sun, 7 Mar 2021 19:48:08 -0600 Subject: [PATCH] Added text for override of bbb-web.properties --- bigbluebutton-config/bin/bbb-conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bigbluebutton-config/bin/bbb-conf b/bigbluebutton-config/bin/bbb-conf index e1f8d82094..4010cd3ffa 100755 --- a/bigbluebutton-config/bin/bbb-conf +++ b/bigbluebutton-config/bin/bbb-conf @@ -1304,6 +1304,7 @@ if [ $CHECK ]; then echo " CPU cores: $NCPU" echo + echo "$BBB_WEB_ETC_CONFIG (override for bbb-web)" echo "$BBB_WEB_CONFIG (bbb-web)" echo " bigbluebutton.web.serverURL: $(get_bbb_web_config_value bigbluebutton.web.serverURL)" echo " defaultGuestPolicy: $(get_bbb_web_config_value defaultGuestPolicy)" @@ -1644,9 +1645,7 @@ if [ -n "$HOST" ]; then fi if [ -f $HTML5_CONFIG ]; then - WS=$(cat $SERVLET_DIR/WEB-INF/classes/bigbluebutton.properties | grep -v '#' | sed -n '/^bigbluebutton.web.serverURL/{s/.*=//;p}' | sed 's/https/wss/g' | sed s'/http/ws/g') - - yq w -i $HTML5_CONFIG public.kurento.wsUrl "$WS/bbb-webrtc-sfu" + yq w -i $HTML5_CONFIG public.kurento.wsUrl "wss://$HOST/bbb-webrtc-sfu" yq w -i $HTML5_CONFIG public.note.url "$PROTOCOL://$HOST/pad" chown meteor:meteor $HTML5_CONFIG -- GitLab