lrf402788946 hace 4 años
padre
commit
8e8d2792e4
Se han modificado 1 ficheros con 2 adiciones y 5 borrados
  1. 2 5
      config/config.prod.js

+ 2 - 5
config/config.prod.js

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