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