From d7ed676ca98213ce4ed9fff38a7fa8f372d05106 Mon Sep 17 00:00:00 2001 From: zhangminghua Date: Tue, 22 Nov 2022 16:48:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=98=E5=8E=9Fredishost=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/.vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/.vscode/launch.json b/api/.vscode/launch.json index 8ed60f2..cfc15dc 100644 --- a/api/.vscode/launch.json +++ b/api/.vscode/launch.json @@ -17,7 +17,7 @@ "-f http://localhost:4700", // 研发 "-g postgres://postgres:123@10.8.30.166:5432/hr-dev", - "--redisHost localhost", + "--redisHost 10.8.30.112", "--redisPort 6379", // "--apiEmisUrl http://10.8.30.112:14000", // 测试