...
|
...
|
@@ -152,4 +152,49 @@ platformRedis.proxy.auth= |
|
|
|
|
|
zkAddress=192.168.102.202:2181
|
|
|
|
|
|
erpYohops.domain = http://erp.yoho.yohoops.org:9999 |
|
|
\ No newline at end of file |
|
|
erpYohops.domain = http://erp.yoho.yohoops.org:9999
|
|
|
|
|
|
|
|
|
|
|
|
#### rabbit config ####
|
|
|
rabbit_host = 192.168.102.211:5672
|
|
|
rabbit_user = yoho
|
|
|
rabbit_password = yoho
|
|
|
rabbit_vhost = yoho
|
|
|
|
|
|
########## common rabbitmq ##########
|
|
|
#aws
|
|
|
rabbit_common_aws = 192.168.102.211:5672
|
|
|
rabbit_common_aws_user = yoho
|
|
|
rabbit_common_aws_password = yoho
|
|
|
|
|
|
rabbit_uic=192.168.102.211:5672
|
|
|
rabbit_uic_name=yoho
|
|
|
rabbit_uic_password=yoho
|
|
|
|
|
|
#qq
|
|
|
rabbit_common_qq = 192.168.102.211:5672
|
|
|
rabbit_common_qq_user = yoho
|
|
|
rabbit_common_qq_password = yoho
|
|
|
|
|
|
# test
|
|
|
# local, maybe producer using this.
|
|
|
rabbit_common = 192.168.102.211:5672
|
|
|
rabbit_common_user = yoho
|
|
|
rabbit_common_password = yoho
|
|
|
##########common rabbitmq ##########
|
|
|
|
|
|
rabbit_crm_host=192.168.102.73:5672
|
|
|
rabbit_crm_user=yoho
|
|
|
rabbit_crm_password=yoho
|
|
|
rabbit_crm_vhost = yoho
|
|
|
|
|
|
#cache clear rabbitmq
|
|
|
rabbit.cacheclean.producer.host = 192.168.102.211:5672
|
|
|
rabbit.cacheclean.consumer.host = 192.168.102.211:5672
|
|
|
|
|
|
#message-center rabbitmq
|
|
|
rabbit_message_center = 192.168.102.211:5672
|
|
|
rabbit_message_center_user = yoho
|
|
|
rabbit_message_center_password = yoho
|
|
|
rabbit_message_center_vhost = yoho |
|
|
\ No newline at end of file |
...
|
...
|
|