@@ -20,5 +20,16 @@ module.exports = () => {
},
};
+ config.amqp = {
+ client: {
+ hostname: '127.0.0.1',
+ username: 'visit',
+ password: 'visit',
+ vhost: 'visit',
+ },
+ app: true,
+ agent: true,
+ };
+
return config;