diff --git a/code/VideoAccess-VCMP/script/1.3.6/data/1_batch_entry_camera/index.js b/code/VideoAccess-VCMP/script/1.3.6/data/1_batch_entry_camera/index.js index 8a1a017..813b4a9 100644 --- a/code/VideoAccess-VCMP/script/1.3.6/data/1_batch_entry_camera/index.js +++ b/code/VideoAccess-VCMP/script/1.3.6/data/1_batch_entry_camera/index.js @@ -6,10 +6,10 @@ try { // 连接数据库 const pool = new Pool({ - user: 'postgres', - host: '10.8.30.32', - database: 'video_access', - password: '123', + user: 'FashionAdmin', + host: '10.8.40.223', + database: 'video-access', + password: 'Fas123_', port: 5432, })