From 7984e9be7824ba83e41463bf8713cc9aa1455e1f Mon Sep 17 00:00:00 2001 From: "gao.zhiyuan" Date: Wed, 21 Sep 2022 17:16:05 +0800 Subject: [PATCH] =?UTF-8?q?POMS=20=E6=B5=8B=E8=AF=95=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/.vscode/launch.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api/.vscode/launch.json b/api/.vscode/launch.json index 2cc7fd3..e31a344 100644 --- a/api/.vscode/launch.json +++ b/api/.vscode/launch.json @@ -15,7 +15,10 @@ "args": [ "-p 4600", "-f http://localhost:4600", + // 研发 "-g postgres://postgres:123@10.8.30.32:5432/orational_service", + // 测试 + // "-g postgres://FashionAdmin:123456@10.8.30.156:5432/POMS", "--redisHost 10.8.30.112", "--redisPort 6379", "--axyApiUrl http://127.0.0.1:4100",