|
@@ -21,6 +21,8 @@ module.exports = () => {
|
|
|
config.baseUrl = 'http://jytz.jilinjobs.cn';
|
|
|
// 认证回调地址
|
|
|
config.authUrl = '/api/train/auth';
|
|
|
+ // 消息模板
|
|
|
+ config.sendDirMq = 'http://www.jilinjobswx.cn/api.weixin.qq.com/cgi-bin/message/template/send?appid=';
|
|
|
|
|
|
// mongoose config
|
|
|
config.mongoose = {
|
|
@@ -46,11 +48,6 @@ module.exports = () => {
|
|
|
app: true,
|
|
|
agent: true,
|
|
|
};
|
|
|
- // config.amqp = {
|
|
|
- // client: {
|
|
|
- // hostname: '192.168.1.190',
|
|
|
- // },
|
|
|
- // };
|
|
|
|
|
|
|
|
|
// redis config
|