diff --git a/script/2.0.0/data/1_reset_project_bind_point/index.js b/script/2.0.0/data/1_reset_project_bind_point/index.js index dccb0a4..3477593 100644 --- a/script/2.0.0/data/1_reset_project_bind_point/index.js +++ b/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, + })