浏览代码

增加消息配置

liuyu 5 年之前
父节点
当前提交
ac2145aab4
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7 0
      config/config.prod.js

+ 7 - 0
config/config.prod.js

@@ -13,5 +13,12 @@ module.exports = () => {
     url: 'mongodb://127.0.0.1:27018/smart',
   };
 
+  // mq config
+  config.amqp = {
+    client: {
+      hostname: '192.168.1.190',
+    },
+  };
+
   return config;
 };