Commit b0124ec2 authored by Yann Garcia's avatar Yann Garcia
Browse files

Bug fixed in go-apps/meep-federation/entrypoint.sh

parent cd2a3ddd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ else
fi

WEBSOCK_ETPATH="/$MEEP_SANDBOX_NAME"${WEBSOCK_ETPATH:-"/monaco-telecom/meep-cloud-mosquitto"}
MEEP_BROKER="wss://mec-platform.etsi.org:443$WEBSOCK_ETPATH"
MEEP_BROKER="wss://$MEEP_HOST_URL: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)