From c6b5ab088c94f18284608b98ec4dfc3b9dd5b0fa Mon Sep 17 00:00:00 2001 From: lizw <1183409807@qq.com> Date: Fri, 13 May 2022 11:20:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=BF=97=E6=96=87=E4=BB=B6=E5=88=86?= =?UTF-8?q?=E9=9A=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yxt/api-gateway.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"