@@ -49,6 +49,9 @@ module.exports = () => {
config.amqp = {
client: {
hostname: '192.168.1.190',
+ username: 'web',
+ password: 'web123',
+ vhost: 'smart',
},
};