Browse Source

更新 'script/2.0.0/data/1_reset_project_bind_point/index.js'

master
sunyue 1 year ago
parent
commit
3eeffc209f
  1. 22
      script/2.0.0/data/1_reset_project_bind_point/index.js

22
script/2.0.0/data/1_reset_project_bind_point/index.js

@ -36,20 +36,20 @@ try {
] ]
// 测试环境 // 测试环境
const pool = new Pool({ // const pool = new Pool({
user: 'FashionAdmin', // user: 'FashionAdmin',
host: '10.8.30.39', // host: '10.8.30.39',
database: 'inspection_231027_bak', // database: 'inspection_231027_bak',
password: '123456', // password: '123456',
port: 5432, // port: 5432,
}) // })
// 商用环境 // 商用环境
// const pool = new Pool({ // const pool = new Pool({
// user: '', // user: 'insAdmin',
// host: '', // host: '10.8.40.223',
// database: '', // database: 'inspection',
// password: '', // password: 'insAdmin123',
// port: 5432, // port: 5432,
// }) // })

Loading…
Cancel
Save