Skip to content

Commit

Permalink
web: revert using PUBLIC_URL for BOSH URL
Browse files Browse the repository at this point in the history
This partially reverts
jitsi@5e6face

It was unnecessary, and created lot of trouble.
  • Loading branch information
saghul committed Apr 14, 2020
1 parent 79e9bce commit 2c95ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/rootfs/etc/cont-init.d/10-config
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ if [[ ! -f /config/config.js ]]; then
cp /defaults/config.js /config/config.js
sed -i \
-e "s#jitsi-meet.example.com#$XMPP_DOMAIN#g" \
-e "s#bosh:.*#bosh: '${PUBLIC_URL}/http-bind',#" \
-e "s#bosh:.*#bosh: '/http-bind',#" \
-e "s#muc:.*#muc: '${XMPP_MUC_DOMAIN}',#" \
-e "s#// focusUserJid:.*#focusUserJid: '${JICOFO_AUTH_USER}@${XMPP_AUTH_DOMAIN}',#" \
/config/config.js
Expand Down

0 comments on commit 2c95ab7

Please sign in to comment.