From ec447d405612b0976d32e8de2e3a064dc920b3e2 Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Tue, 21 Jun 2022 12:26:09 +0530 Subject: change to secure port for WebSocket on xcosblocks --- blocks/eda-frontend/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocks/eda-frontend/.env b/blocks/eda-frontend/.env index c87f0058..050145b5 100644 --- a/blocks/eda-frontend/.env +++ b/blocks/eda-frontend/.env @@ -1,6 +1,6 @@ BROWSER=none PORT=3500 -WDS_SOCKET_PORT=80 +WDS_SOCKET_PORT=443 REACT_APP_SHORT_NAME=Xcos REACT_APP_NAME=Xcos -- cgit