...
|
...
|
@@ -37,7 +37,7 @@ hystrix.threadpool.default.maxQueueSize=50000 |
|
|
hystrix.threadpool.default.queueSizeRejectionThreshold=45000
|
|
|
|
|
|
#zookeeper address
|
|
|
zkAddress=zookeeper:2181
|
|
|
zkAddress=192.168.104.244:2181
|
|
|
#zkAddress=192.168.102.45:2181
|
|
|
# web context
|
|
|
web.context=ufo-gateway
|
...
|
...
|
@@ -83,11 +83,11 @@ alipay.transfer.notifyurl=http://testapi.yohops.com/payment/alipay_transfer_noti |
|
|
|
|
|
erp-gateway.url=http://java-yoho-erp-gateway.test3.ingress.dev.yohocorp.com/erp-gateway
|
|
|
|
|
|
redis.readonly.proxy.address=dev.erp.redis.yohoops.org
|
|
|
redis.readonly.proxy.auth=
|
|
|
redis.readonly.proxy.address=192.168.102.45
|
|
|
redis.readonly.proxy.auth=redis9646
|
|
|
redis.readonly.proxy.port=6379
|
|
|
redis.proxy.address=dev.erp.redis.yohoops.org
|
|
|
redis.proxy.auth=
|
|
|
redis.proxy.address=192.168.102.45
|
|
|
redis.proxy.auth=redis9646
|
|
|
redis.proxy.port=6379
|
|
|
|
|
|
order.seller.earnestmoney.min=1
|
...
|
...
|
@@ -121,7 +121,7 @@ yoho.reviewed.controller.url=http://java-yoho-reviewed.test3.ingress.dev.yohocor |
|
|
|
|
|
#rabbit address for transaction compensate
|
|
|
#rabbit_host=192.168.104.199:30005
|
|
|
rabbit_host=rabbitmq:5672
|
|
|
rabbit_host=192.168.104.244:5672
|
|
|
rabbit_user=yoho
|
|
|
rabbit_password=yoho
|
|
|
|
...
|
...
|
|