From 3eeffc209ff9dbef52e09da4935912879679464a Mon Sep 17 00:00:00 2001 From: sunyue Date: Fri, 27 Oct 2023 13:45:38 +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 --- .../data/1_reset_project_bind_point/index.js | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 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 fd29c8a..07024d6 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 @@ -36,20 +36,20 @@ try { ] // 测试环境 - const pool = new Pool({ - user: 'FashionAdmin', - host: '10.8.30.39', - database: 'inspection_231027_bak', - password: '123456', - port: 5432, - }) + // const pool = new Pool({ + // user: 'FashionAdmin', + // host: '10.8.30.39', + // database: 'inspection_231027_bak', + // password: '123456', + // port: 5432, + // }) // 商用环境 // const pool = new Pool({ - // user: '', - // host: '', - // database: '', - // password: '', + // user: 'insAdmin', + // host: '10.8.40.223', + // database: 'inspection', + // password: 'insAdmin123', // port: 5432, // })