lrf402788946 4 年之前
父節點
當前提交
594cc8ba3b
共有 1 個文件被更改,包括 11 次插入11 次删除
  1. 11 11
      config/config.prod.js

+ 11 - 11
config/config.prod.js

@@ -36,21 +36,21 @@ module.exports = () => {
   };
 
   // mq配置
-  // config.amqp = {
-  //   client: {
-  //     hostname: '127.0.0.1',
-  //     username: 'visit',
-  //     password: 'visit',
-  //     vhost: 'train',
-  //   },
-  //   app: true,
-  //   agent: true,
-  // };
   config.amqp = {
     client: {
-      hostname: '192.168.1.190',
+      hostname: '127.0.0.1',
+      username: 'visit',
+      password: 'visit',
+      vhost: 'train',
     },
+    app: true,
+    agent: true,
   };
+  // config.amqp = {
+  //   client: {
+  //     hostname: '192.168.1.190',
+  //   },
+  // };
 
 
   // redis config