Cmbio de puerto para comunicarse con el hub
This commit is contained in:
2
start.sh
2
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
|
||||
|
||||
Reference in New Issue
Block a user