@@ -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,