Cmbio de puerto para comunicarse con el hub

This commit is contained in:
2026-02-25 12:04:26 -06:00
parent 37a21e9682
commit 19e511036b

View File

@@ -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