From 2bcb06ba350d604d57a7dbd86769892554bedfa9 Mon Sep 17 00:00:00 2001 From: wenlele Date: Wed, 23 Nov 2022 17:21:10 +0800 Subject: [PATCH] iotVcmpApi --- code/api/.vscode/launch.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/api/.vscode/launch.json b/code/api/.vscode/launch.json index a49e80e..a5ba887 100644 --- a/code/api/.vscode/launch.json +++ b/code/api/.vscode/launch.json @@ -17,7 +17,8 @@ "-f http://localhost:4200", "-g postgres://postgres:123@10.8.30.32:5432/iot_auth", "--redisHost 10.8.30.112", - "--redisPort 6379" + "--redisPort 6379", + "--iotVcmpApi http://127.0.0.1:4000", ] }, {