From e7d1a624bfe751eea6381cc86f120392a7d7f85a Mon Sep 17 00:00:00 2001 From: iris_cx Date: Fri, 4 Aug 2023 14:27:20 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'scripts/1.3.1/data/1=5Fin?= =?UTF-8?q?sert=5Freport=5Fdata/index.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/1.3.1/data/1_insert_report_data/index.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/1.3.1/data/1_insert_report_data/index.js b/scripts/1.3.1/data/1_insert_report_data/index.js index 6f5303d4..af8c191a 100644 --- a/scripts/1.3.1/data/1_insert_report_data/index.js +++ b/scripts/1.3.1/data/1_insert_report_data/index.js @@ -6,13 +6,13 @@ try { // 测试环境 const pool = new Pool({ - user: 'postgres', - host: '10.8.30.32', - database: 'highways4good', - password: '123', + user: 'FashionAdmin', + host: '10.8.40.223', + database: 'sihaotest', + password: 'Fas123_', port: 5432, }) - const userId = 5 + const userId = 21 // 商用环境 // const pool = new Pool({