From 328207c451162ffe6fe6c5d7335dce503a4a1173 Mon Sep 17 00:00:00 2001 From: sunyue Date: Fri, 17 Nov 2023 07:06:29 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'code/VideoAccess-VCMP/scr?= =?UTF-8?q?ipt/1.3.1/data/1=5Fsync=5Fcamera=5Fdata/index.js'?= 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 c508ff1..f955563 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 @@ -14,10 +14,10 @@ try { port: 5432, }) const anxinPool = new Pool({ - user: 'FashionAdmin', - host: '10.8.40.223', + user: 'postgres', + host: '10.8.40.210', database: 'AnxinCloud', - password: 'Fas123_', + password: 'postgres', port: 5432, })