guhongwei 4 years ago
parent
commit
08143baa48
1 changed files with 10 additions and 10 deletions
  1. 10 10
      config/config.default.js

+ 10 - 10
config/config.default.js

@@ -46,16 +46,16 @@ module.exports = appInfo => {
     issuer: 'servicetest',
   };
 
-  // config.amqp = {
-  //   client: {
-  //     hostname: "127.0.0.1",
-  //     username: "visit",
-  //     password: "visit",
-  //     vhost: "visit",
-  //   },
-  //   app: true,
-  //   agent: true,
-  // };
+  config.amqp = {
+    client: {
+      hostname: '127.0.0.1',
+      username: 'visit',
+      password: 'visit',
+      vhost: 'visit',
+    },
+    app: true,
+    agent: true,
+  };
 
   return {
     ...config,