浏览代码

新增医养项目配置

yeshijie 4 年之前
父节点
当前提交
32d6e72c33
共有 1 个文件被更改,包括 6 次插入6 次删除
  1. 6 6
      src/server/resources/config/config.hzprod.js

+ 6 - 6
src/server/resources/config/config.hzprod.js

@ -1,9 +1,9 @@
"use strict";
"use strict";
let imDbConfig = {
let imDbConfig = {
    host: '172.26.0.13',
    user: 'root',
    password: '*ukOOSl&c0!y',
    host: '10.18.43.40',
    user: 'wlyy',
    password: '0XxS3W*!cRj',
    database: 'im_internet_hospital',
    database: 'im_internet_hospital',
    connectionLimit: '50',
    connectionLimit: '50',
    charset: 'utf8mb4'
    charset: 'utf8mb4'
@ -11,7 +11,7 @@ let imDbConfig = {
// Redis
// Redis
let redisConfig = {
let redisConfig = {
    host: '172.26.0.13',
    host: '10.18.43.40',
    port: 6379,
    port: 6379,
    db: 1,
    db: 1,
    password:'Kb6wKDQP1W4'
    password:'Kb6wKDQP1W4'
@ -23,7 +23,7 @@ let redisConfig = {
// };
// };
// 内网Redis
// 内网Redis
let innerRedisConfig = {
let innerRedisConfig = {
    host: '172.26.0.13',
    host: '10.18.43.40',
    port: 6379,
    port: 6379,
    db: 1,
    db: 1,
    password:'Kb6wKDQP1W4'
    password:'Kb6wKDQP1W4'
@ -83,7 +83,7 @@ let imClientType = {
}
}
let thirdApiMessageConfig = {
let thirdApiMessageConfig = {
    host: '172.26.0.13',
    host: '10.18.43.41',
    port: 10301,
    port: 10301,
    model:"/wxpush",
    model:"/wxpush",
    enpoint :"/sendWXTemplate"
    enpoint :"/sendWXTemplate"