Loading go-apps/meep-federation/entrypoint.sh +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ else fi WEBSOCK_ETPATH="/$MEEP_SANDBOX_NAME"${WEBSOCK_ETPATH:-"/monaco-telecom/meep-cloud-mosquitto"} MEEP_BROKER="wss://$MEEP_HOST_URL:443$WEBSOCK_ETPATH" MEEP_BROKER="wss://${MEEP_HOST_URL#https://}:443$WEBSOCK_ETPATH" # Update API yaml basepaths to enable "Try-it-out" feature # OAS2: Set relative path to sandbox name + endpoint path (origin will be derived from browser URL) Loading Loading
go-apps/meep-federation/entrypoint.sh +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ else fi WEBSOCK_ETPATH="/$MEEP_SANDBOX_NAME"${WEBSOCK_ETPATH:-"/monaco-telecom/meep-cloud-mosquitto"} MEEP_BROKER="wss://$MEEP_HOST_URL:443$WEBSOCK_ETPATH" MEEP_BROKER="wss://${MEEP_HOST_URL#https://}:443$WEBSOCK_ETPATH" # Update API yaml basepaths to enable "Try-it-out" feature # OAS2: Set relative path to sandbox name + endpoint path (origin will be derived from browser URL) Loading