From 5a52d453d0bd786b71a50137cc679195b0ac6214 Mon Sep 17 00:00:00 2001 From: "gao.zhiyuan" Date: Tue, 30 Aug 2022 10:46:58 +0800 Subject: [PATCH] =?UTF-8?q?=E8=84=9A=E6=9C=AC=E6=95=B0=E6=8D=AE=E5=BA=93?= 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 | 14 +++++++------- 1 file changed, 7 insertions(+), 7 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 fb4f02a..8a487a3 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 @@ -7,17 +7,17 @@ try { // 连接数据库 const vcmpPool = new Pool({ - user: 'postgres', - host: '10.8.30.32', - database: 'video_access', - password: '123', + user: 'FashionAdmin', + host: '10.8.40.223', + database: 'video-access-test', + password: 'Fas123', port: 5432, }) const anxinPool = new Pool({ user: 'FashionAdmin', - host: '10.8.30.156', - database: 'Anxinyun0726', - password: '123456', + host: '10.8.40.223', + database: 'AnxinCloud', + password: 'Fas123', port: 5432, })