guhongwei 4 gadi atpakaļ
vecāks
revīzija
c63cded0e1
1 mainītis faili ar 15 papildinājumiem un 15 dzēšanām
  1. 15 15
      config/config.default.js

+ 15 - 15
config/config.default.js

@@ -32,11 +32,11 @@ module.exports = appInfo => {
   config.mongoose = {
     url: 'mongodb://localhost:27017/servicetest',
     options: {
-    // user: 'admin',
-    // pass: 'admin',
-    // authSource: 'admin',
-    // useNewUrlParser: true,
-    // useCreateIndex: true,
+      // user: 'admin',
+      // pass: 'admin',
+      // authSource: 'admin',
+      // useNewUrlParser: true,
+      // useCreateIndex: true,
     },
   };
 
@@ -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,