@@ -36,17 +36,23 @@ 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: '127.0.0.1',
- username: 'visit',
- password: 'visit',
- vhost: 'train',
+ hostname: '192.168.1.190',
},
- app: true,
- agent: true,
+
// redis config
config.redis = {