Browse Source

构建配置文件

dev_trial
巴林闲侠 2 years ago
parent
commit
2a791857eb
  1. 8
      code/VideoAccess-VCMP/script/1.3.6/data/1_batch_entry_camera/index.js

8
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,
})

Loading…
Cancel
Save