From 7ec7978eae8beac34a4424d8574b2ba3e3e1e622 Mon Sep 17 00:00:00 2001 From: ryjiang Date: Wed, 1 Nov 2023 15:23:49 +0800 Subject: [PATCH] update test ip Signed-off-by: ryjiang --- test/tools/ip.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tools/ip.ts b/test/tools/ip.ts index 60ecdc50..2fec5d91 100644 --- a/test/tools/ip.ts +++ b/test/tools/ip.ts @@ -1,3 +1,3 @@ // test IP -export const IP = '10.102.6.108:19530'; +export const IP = '127.0.0.1:19530'; export const ENDPOINT = `http://${IP}`;