소스 검색

修改测试环境参数

huangwenjie 5 년 전
부모
커밋
7e864b4271
1개의 변경된 파일5개의 추가작업 그리고 6개의 파일을 삭제
  1. 5 6
      src/server/resources/config/config.test.js

+ 5 - 6
src/server/resources/config/config.test.js

@ -1,12 +1,11 @@
"use strict";
let imDbConfig = {
    host: '172.26.0.104',
    user: 'ssgg',
    password: 'ssgg@jkzl2019',
    database: 'im_internet_hospital',
    connectionLimit: '50',
    charset: 'utf8mb4'
    _enableStats: true,
    user: "normal",
    password: 'normal',  // mypw contains the hr schema password
    connectString: "172.26.0.141:1521:helowin",
    poolAlias: "im"
};
// Redis