Browse Source

更新 'script/3.6.2/data/1_bing_anxinproject_local/index.js'

dev
iris_cx 1 year ago
parent
commit
77207d0b3e
  1. 14
      script/3.6.2/data/1_bing_anxinproject_local/index.js

14
script/3.6.2/data/1_bing_anxinproject_local/index.js

@ -7,17 +7,17 @@ try {
// ! 这里是安心云 // ! 这里是安心云
const anxinyunPool = new Pool({ const anxinyunPool = new Pool({
user: 'postgres', user: 'postgres',
host: '10.8.30.166', host: '10.8.40.210',
database: 'Anxinyun0726', database: 'AnxinCloud',
password: '123', password: 'postgres',
port: 5432, port: 5432,
}) })
// 这里是运维平台 // 这里是运维平台
const pomsPool = new Pool({ const pomsPool = new Pool({
user: 'postgres', user: 'POMSAdmin',
host: '10.8.30.32', host: '10.8.40.223',
database: 'poms_231026_backup', database: 'pomstest',
password: '123', password: 'POMSAdmin_123',
port: 5432, port: 5432,
}) })

Loading…
Cancel
Save