@ -6,13 +6,13 @@ try {
// 测试环境
const pool = new Pool({
user: 'postgres',
host: '10.8.30.32',
database: 'highways4good',
password: '123',
user: 'FashionAdmin',
host: '10.8.40.223',
database: 'sihaotest',
password: 'Fas123_',
port: 5432,
})
const userId = 5
const userId = 21
// 商用环境
// const pool = new Pool({