|
@ -6,7 +6,7 @@ let imDbConfig = {
|
|
|
password: 'ssgg',
|
|
|
database: 'im_new',
|
|
|
connectionLimit: '100',
|
|
|
charset : 'utf8mb4'
|
|
|
charset: 'utf8mb4'
|
|
|
};
|
|
|
|
|
|
// Redis
|
|
@ -32,12 +32,12 @@ let getTuiConfig = {
|
|
|
|
|
|
// 微信配置
|
|
|
let wechatConfig = {
|
|
|
appId: 'wxd03f859efdf0873d',
|
|
|
appSecret: '2935b54b53a957d9516c920a544f2537',
|
|
|
appId: 'wx1f129f7b51701428',
|
|
|
appSecret: '988f005d8309ed1795939e0f042431fb',
|
|
|
token: '27eb3bb24f149a7760cf1bb154b08040',
|
|
|
baseUrl: 'weixin.xmtyw.cn/wlyy',
|
|
|
baseUrl: 'ehr.yihu.com/wlyy',
|
|
|
template: {
|
|
|
consultTemplate: 'qSOW0DBxO3qEBm4ucG0Ial0jxsOyD7_f2TFK5e-mQEc' // 咨询回复模板
|
|
|
consultTemplate: '-dr4QNyFoRvVsf8uWxXMC1dRyjwnbUuJwJ21vBLhf18' // 咨询回复模板
|
|
|
}
|
|
|
};
|
|
|
|
|
@ -61,7 +61,7 @@ exports.debug = true;
|
|
|
exports.serverPort = 3000;
|
|
|
exports.sessionExpire = 1800;
|
|
|
|
|
|
exports.showSQL= true;
|
|
|
exports.showSQL = true;
|
|
|
exports.imDbConfig = imDbConfig;
|
|
|
exports.redisConfig = redisConfig;
|
|
|
|