Browse Source

增加消息配置

liuyu 5 years ago
parent
commit
ac2145aab4
1 changed files with 7 additions and 0 deletions
  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;
 };