@@ -36,21 +36,21 @@ module.exports = () => {
};
// mq配置
- // config.amqp = {
- // client: {
- // hostname: '127.0.0.1',
- // username: 'visit',
- // password: 'visit',
- // vhost: 'train',
- // },
- // app: true,
- // agent: true,
- // };
config.amqp = {
client: {
- hostname: '192.168.1.190',
+ hostname: '127.0.0.1',
+ username: 'visit',
+ password: 'visit',
+ vhost: 'train',
},
+ app: true,
+ agent: true,
+ // config.amqp = {
+ // client: {
+ // hostname: '192.168.1.190',
+ // },
+ // };
// redis config