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";
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',
    connectionLimit: '50',
    charset: 'utf8mb4'
@ -11,7 +11,7 @@ let imDbConfig = {
// Redis
let redisConfig = {
    host: '172.26.0.13',
    host: '10.18.43.40',
    port: 6379,
    db: 1,
    password:'Kb6wKDQP1W4'
@ -23,7 +23,7 @@ let redisConfig = {
// };
// 内网Redis
let innerRedisConfig = {
    host: '172.26.0.13',
    host: '10.18.43.40',
    port: 6379,
    db: 1,
    password:'Kb6wKDQP1W4'
@ -83,7 +83,7 @@ let imClientType = {
}
let thirdApiMessageConfig = {
    host: '172.26.0.13',
    host: '10.18.43.41',
    port: 10301,
    model:"/wxpush",
    enpoint :"/sendWXTemplate"