Browse Source

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

dev
iris_cx 2 years ago
parent
commit
e7d1a624bf
  1. 10
      scripts/1.3.1/data/1_insert_report_data/index.js

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

@ -6,13 +6,13 @@ try {
// 测试环境 // 测试环境
const pool = new Pool({ const pool = new Pool({
user: 'postgres', user: 'FashionAdmin',
host: '10.8.30.32', host: '10.8.40.223',
database: 'highways4good', database: 'sihaotest',
password: '123', password: 'Fas123_',
port: 5432, port: 5432,
}) })
const userId = 5 const userId = 21
// 商用环境 // 商用环境
// const pool = new Pool({ // const pool = new Pool({

Loading…
Cancel
Save