WebSocket configuration (WSS)
# Mandatory for WSS communication
MULTIPART_ECC=mixed
PROVIDER_MULTIPART_EDGE=mixed
CONSUMER_MULTIPART_EDGE=mixed# For EDGE communication between Consumer ECC and Consumer DataApp
CONSUMER_WS_EDGE=true
# For WebSocket communication between ECC's
WS_ECC=true# For EDGE communication between Provider DataApp and Provider ECC
PROVIDER_WS_EDGE=true
# In case of WSS configuration
#PROVIDER_DATA_APP_ENDPOINT=https://be-dataapp-provider:9000/incoming-data-app/routerBodyBinaryLast updated