@ -1,8 +1,9 @@
"use strict";
let imDbConfig = {
host: '59.61.92.94',
host: '59.61.92.90',
user: 'im',
port:8079,
password: 'im!)123',
database: 'im',
connectionLimit: '100',
@ -11,7 +12,7 @@ let imDbConfig = {
// Redis
let redisConfig = {
host: '120.41.253.95',
host: '27.155.101.77',
port: 6380,
db: 1,
password:'jkzl_ehr'
@ -19,7 +20,7 @@ let redisConfig = {
// 三师后台
let wlyyServerConfig = {
host: '120.41.252.108',
host: '27.155.100.191',
port: 9660,
model:"/wlyy"
};