Browse Source

脚本数据库

release_1.3.0
巴林闲侠 3 years ago
parent
commit
5a52d453d0
  1. 14
      code/VideoAccess-VCMP/script/1.3.1/data/1_sync_camera_data/index.js

14
code/VideoAccess-VCMP/script/1.3.1/data/1_sync_camera_data/index.js

@ -7,17 +7,17 @@ try {
// 连接数据库 // 连接数据库
const vcmpPool = new Pool({ const vcmpPool = new Pool({
user: 'postgres', user: 'FashionAdmin',
host: '10.8.30.32', host: '10.8.40.223',
database: 'video_access', database: 'video-access-test',
password: '123', password: 'Fas123',
port: 5432, port: 5432,
}) })
const anxinPool = new Pool({ const anxinPool = new Pool({
user: 'FashionAdmin', user: 'FashionAdmin',
host: '10.8.30.156', host: '10.8.40.223',
database: 'Anxinyun0726', database: 'AnxinCloud',
password: '123456', password: 'Fas123',
port: 5432, port: 5432,
}) })

Loading…
Cancel
Save