Browse Source

更新 'doc/scripts/tools/v3.22.1_init_HRM_resource/config.js'

master
sunyue 1 year ago
parent
commit
3f14ae56f2
  1. 4
      doc/scripts/tools/v3.22.1_init_HRM_resource/config.js

4
doc/scripts/tools/v3.22.1_init_HRM_resource/config.js

@ -6,10 +6,10 @@ const ENV_SY_POOL = { //商用数据库配置
port: 5432
}
const ENV_CS_POOL = { //生产环境数据库配置
user: 'postgres',
user: 'FashionAdmin',
host: '10.8.30.166',
database: 'HRM',
password: '123',
password: '123456',
port: 5432
}
const PRO_POOL = { //研发自测用

Loading…
Cancel
Save