|
@ -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"
|