From 2e2aac3f84683719dad3f0797f2bd789e717d66d Mon Sep 17 00:00:00 2001 From: ryjiang Date: Fri, 20 Oct 2023 11:50:43 +0800 Subject: [PATCH] update ip Signed-off-by: ryjiang --- test/tools/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tools/index.ts b/test/tools/index.ts index 7868ded7..b9368bc5 100644 --- a/test/tools/index.ts +++ b/test/tools/index.ts @@ -4,4 +4,4 @@ export * from './const'; export * from './utils'; // test IP -export const IP = '10.102.6.214:19530'; +export const IP = '127.0.0.1:19530';