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