|
|
@ -11,16 +11,16 @@ try { |
|
|
|
|
|
|
|
// 连接数据库
|
|
|
|
const pool = new Pool({ |
|
|
|
user: 'postgres', |
|
|
|
host: '10.8.30.32', |
|
|
|
database: 'highways4good', |
|
|
|
password: '123', |
|
|
|
user: 'FashionAdmin', |
|
|
|
host: '10.8.30.156', |
|
|
|
database: 'highway4goodn0728', |
|
|
|
password: '123456', |
|
|
|
port: 5432, |
|
|
|
}) |
|
|
|
// 7niu 验证
|
|
|
|
const accessKey = 'XuDgkao6cL0HidoMAPnA5OB10Mc_Ew08mpIfRJK5' |
|
|
|
const secretKey = 'yewcieZLzKZuDfig0wLZ9if9jKp2P_1jd3CMJPSa' |
|
|
|
const bucket = 'dev-highways4good' |
|
|
|
const accessKey = '5XrM4wEB9YU6RQwT64sPzzE6cYFKZgssdP5Kj3uu' |
|
|
|
const secretKey = 'w6j2ixR_i-aelc6I7S3HotKIX-ukMzcKmDfH6-M5' |
|
|
|
const bucket = 'anxinyun-test' |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|