...
|
...
|
@@ -369,31 +369,31 @@ APP_SECRET = 1e87e46f115cc813e27ef52eb9915f1e |
|
|
UUC_DOMAIN = http://passport.test.yoho.cn
|
|
|
|
|
|
#### rabbit config ####
|
|
|
rabbit_host = 192.168.102.211:5672
|
|
|
rabbit_host = 192.168.103.58:5672
|
|
|
rabbit_user = yoho
|
|
|
rabbit_password = yoho
|
|
|
|
|
|
########## common rabbitmq ##########
|
|
|
#aws
|
|
|
rabbit_common_aws = 192.168.102.211:5672
|
|
|
rabbit_common_aws = 192.168.103.58:5672
|
|
|
rabbit_common_aws_user = yoho
|
|
|
rabbit_common_aws_password = yoho
|
|
|
|
|
|
#qq
|
|
|
rabbit_common_qq = 192.168.102.211:5672
|
|
|
rabbit_common_qq = 192.168.103.58:5672
|
|
|
rabbit_common_qq_user = yoho
|
|
|
rabbit_common_qq_password = yoho
|
|
|
|
|
|
# local, maybe producer using this.
|
|
|
rabbit_common = 192.168.102.211:5672
|
|
|
rabbit_common = 192.168.103.58:5672
|
|
|
rabbit_common_user = yoho
|
|
|
rabbit_common_password = yoho
|
|
|
##########common rabbitmq ##########
|
|
|
|
|
|
|
|
|
#cache clear rabbitmq
|
|
|
rabbit.cacheclean.producer.host = 192.168.102.211:5672
|
|
|
rabbit.cacheclean.consumer.host = 192.168.102.211:5672
|
|
|
rabbit.cacheclean.producer.host = 192.168.103.58:5672
|
|
|
rabbit.cacheclean.consumer.host = 192.168.103.58:5672
|
|
|
|
|
|
## mq or call erp
|
|
|
erp.message.sync.type=MQ
|
...
|
...
|
@@ -409,7 +409,7 @@ crf.service.url=https://osprec-ci.crfchina.com |
|
|
default.http.type = http
|
|
|
|
|
|
#message-center rabbitmq
|
|
|
rabbit_message_center = 192.168.102.211:5672
|
|
|
rabbit_message_center = 192.168.103.58:5672
|
|
|
rabbit_message_center_user = yoho
|
|
|
rabbit_message_center_password = yoho
|
|
|
rabbit_message_center_vhost = yoho
|
...
|
...
|
|