From 26f79c69675c4433949780ff15629c57605f8080 Mon Sep 17 00:00:00 2001 From: "gao.zhiyuan" Date: Wed, 31 Aug 2022 20:32:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E8=90=A4=E7=9F=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../script/1.3.1/data/1_sync_camera_data/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/VideoAccess-VCMP/script/1.3.1/data/1_sync_camera_data/index.js b/code/VideoAccess-VCMP/script/1.3.1/data/1_sync_camera_data/index.js index ab4dcd6..c508ff1 100644 --- a/code/VideoAccess-VCMP/script/1.3.1/data/1_sync_camera_data/index.js +++ b/code/VideoAccess-VCMP/script/1.3.1/data/1_sync_camera_data/index.js @@ -9,7 +9,7 @@ try { const vcmpPool = new Pool({ user: 'FashionAdmin', host: '10.8.40.223', - database: 'video-access-test', + database: 'video-access', password: 'Fas123_', port: 5432, })