Browse Source

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

master
sunyue 2 years ago
parent
commit
08152c065a
  1. 14
      script/2.0.0/data/1_reset_project_bind_point/index.js

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

@ -134,13 +134,13 @@ try {
// })
// 商用环境
// const pool = new Pool({
// user: 'insAdmin',
// host: '10.8.40.223',
// database: 'inspection',
// password: 'insAdmin123',
// port: 5432,
// })
const pool = new Pool({
user: 'insAdmin',
host: '10.8.40.223',
database: 'inspection',
password: 'insAdmin123',
port: 5432,
})

Loading…
Cancel
Save