fix: set public.pads.url instead of public.note.url in bbb-conf

partially fixes #14410
This commit is contained in:
Daniel Molkentin 2022-02-19 17:44:42 +01:00
parent f52376e594
commit 75641f9bee

View File

@ -1747,7 +1747,7 @@ if [ -n "$HOST" ]; then
if [ -f $HTML5_DEFAULT_CONFIG ]; then
yq w -i $HTML5_DEFAULT_CONFIG public.kurento.wsUrl "wss://$HOST/bbb-webrtc-sfu"
yq w -i $HTML5_DEFAULT_CONFIG public.note.url "$PROTOCOL://$HOST/pad"
yq w -i $HTML5_DEFAULT_CONFIG public.pads.url "$PROTOCOL://$HOST/pad"
chown meteor:meteor $HTML5_DEFAULT_CONFIG
#if [ -f $KURENTO_CONFIG ]; then