From 08152c065a409e390521cd2f5b0ba17723ae16b3 Mon Sep 17 00:00:00 2001 From: sunyue Date: Fri, 27 Oct 2023 14:03:19 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'script/2.0.0/data/1=5Fres?= =?UTF-8?q?et=5Fproject=5Fbind=5Fpoint/index.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../2.0.0/data/1_reset_project_bind_point/index.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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, + })