Authored by huangping

Update global-autoconfig.properties

... ... @@ -322,25 +322,25 @@ rabbit_password = yoho
########## common rabbitmq ##########
#aws
rabbit_common_aws = 192.168.102.217:5672
rabbit_common_aws = 192.168.102.211:5672
rabbit_common_aws_user = yoho
rabbit_common_aws_password = yoho
#qq
rabbit_common_qq = 192.168.102.217:5672
rabbit_common_qq = 192.168.102.211:5672
rabbit_common_qq_user = yoho
rabbit_common_qq_password = yoho
# local, maybe producer using this.
rabbit_common = 192.168.102.217:5672
rabbit_common = 192.168.102.211:5672
rabbit_common_user = yoho
rabbit_common_password = yoho
##########common rabbitmq ##########
#cache clear rabbitmq
rabbit.cacheclean.producer.host = 192.168.102.217:5672
rabbit.cacheclean.consumer.host = 192.168.102.217:5672
rabbit.cacheclean.producer.host = 192.168.102.211:5672
rabbit.cacheclean.consumer.host = 192.168.102.211:5672
## mq or call erp
erp.message.sync.type=MQ
... ...