Authored by jimi.ji

Update global-autoconfig.properties

... ... @@ -353,7 +353,7 @@ search.index.refresh_interval = 1
search.index.translog.flush_threshold_ops = 5000
# search-mq
search.mq.server=yohoops-rabbit-common-service
search.mq.server=192.168.104.246
search.mq.port=5672
search.mq.username=yoho
search.mq.password=yoho
... ... @@ -456,53 +456,53 @@ redis.crm.notsync.twemproxy.addresses=yohoops-redis-crm-service:6379
redis.notsync.twemproxy.auth=
## rabbitmq configure
rabbit_host = yohoops-rabbit-common-service:5672
rabbit_host = 192.168.104.246:5672
rabbit_user = yoho
rabbit_password = yoho
## order rabbitmq
rabbit_order = yohoops-rabbit-common-service:5672
rabbit_order = 192.168.104.246:5672
rabbit_order_user = yoho
rabbit_order_password = yoho
########## common rabbitmq ##########
#aws
rabbit_common_aws = yohoops-rabbit-common-service:5672
rabbit_common_aws = 192.168.104.246:5672
rabbit_common_aws_user = yoho
rabbit_common_aws_password = yoho
#qq
rabbit_common_qq = yohoops-rabbit-common-service:5672
rabbit_common_qq = 192.168.104.246:5672
rabbit_common_qq_user = yoho
rabbit_common_qq_password = yoho
# local, maybe producer using this.
rabbit_common = yohoops-rabbit-common-service:5672
rabbit_common = 192.168.104.246:5672
rabbit_common_user = yoho
rabbit_common_password = yoho
##########common rabbitmq ##########
##########uic rabbitmq ##########
rabbit_uic=yohoops-rabbit-common-service:5672
rabbit_uic=192.168.104.246:5672
rabbit_uic_name=yoho
rabbit_uic_password=yoho
#message-center rabbitmq
rabbit_message_center = yohoops-rabbit-common-service:5672
rabbit_message_center = 192.168.104.246:5672
rabbit_message_center_user = yoho
rabbit_message_center_password = yoho
#cache clear rabbitmq
rabbit.cacheclean.producer.host = yohoops-rabbit-common-service:5672
rabbit.cacheclean.consumer.host = yohoops-rabbit-common-service:5672
rabbit.cacheclean.producer.host = 192.168.104.246:5672
rabbit.cacheclean.consumer.host = 192.168.104.246:5672
#message-center rabbitmq
rabbit_message_center = yohoops-rabbit-common-service:5672
rabbit_message_center = 192.168.104.246:5672
rabbit_message_center_user = yoho
rabbit_message_center_password = yoho
rabbit_message_center_vhost = yoho
rabbit_crm_host = yohoops-rabbit-common-service:5672
rabbit_crm_host = 192.168.104.246:5672
rabbit_crm_user = yoho
rabbit_crm_password = yoho
rabbit_crm_vhost = yoho
... ... @@ -643,11 +643,11 @@ redis.push.address=yohoops-redis-java-service
redis.push.port=6379
redis.push.auth=
rabbit_common_dc0 = yohoops-rabbit-common-service:5672
rabbit_common_dc0 = 192.168.104.246:5672
rabbit_common_dc0_user = yoho
rabbit_common_dc0_password = yoho
rabbit_common_dc1 = yohoops-rabbit-common-service:5672
rabbit_common_dc1 = 192.168.104.246:5672
rabbit_common_dc1_user = yoho
rabbit_common_dc1_password = yoho
... ...