From 19e511036b9a7a34f117df70e4106c9559acef70 Mon Sep 17 00:00:00 2001 From: Kevin_Ramirez Date: Wed, 25 Feb 2026 12:04:26 -0600 Subject: [PATCH] Cmbio de puerto para comunicarse con el hub --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 130493d3..5f13c9b2 100755 --- a/start.sh +++ b/start.sh @@ -107,7 +107,7 @@ if ! grep -q "VITE_HUB_MODE=" .env || [ "${RECONFIGURE:-false}" == "true" ]; the else echo -e "${GREEN}Configurando como CLIENTE...${NC}" HUB_MODE="false" - read -p "Ingrese la URL del Hub [http://100.78.6.108:8001/api/v1/core/help-center/sync/]: " CENTRAL_URL + read -p "Ingrese la URL del Hub [http://100.78.6.108:8000/api/v1/core/help-center/sync/]: " CENTRAL_URL CENTRAL_URL=${CENTRAL_URL:-http://100.78.6.108:8001/api/v1/core/help-center/sync/} SPOKE_URLS="" fi