diff --git a/yxt/api-gateway.sh b/yxt/api-gateway.sh index 2fc80d5..7e273de 100644 --- a/yxt/api-gateway.sh +++ b/yxt/api-gateway.sh @@ -8,7 +8,7 @@ serverName=yxt_api_gateway logPath=/data/logs/soap_gateway_test/soap_gateway_test.log cmd=$1 -profiles=${2:-"dev"} +profiles=${2:-"test"} echoPrefix="\033[36m+" echoSuffix="\033[0m"