Browse Source

更新 'scripts/1.3.1/data/1_insert_report_data/index.js'

dev
iris_cx 1 year ago
parent
commit
09ad170b66
  1. 6
      scripts/1.3.1/data/1_insert_report_data/index.js

6
scripts/1.3.1/data/1_insert_report_data/index.js

@ -6,10 +6,10 @@ try {
// 测试环境 // 测试环境
const pool = new Pool({ const pool = new Pool({
user: 'FashionAdmin', user: 'highwayadmin',
host: '10.8.40.223', host: '10.8.40.223',
database: 'sihaotest', database: 'highway4good',
password: 'Fas123_', password: 'highway123',
port: 5432, port: 5432,
}) })
const userId = 21 const userId = 21

Loading…
Cancel
Save