Showing
1 changed file
with
6 additions
and
6 deletions
@@ -37,7 +37,7 @@ hystrix.threadpool.default.maxQueueSize=50000 | @@ -37,7 +37,7 @@ hystrix.threadpool.default.maxQueueSize=50000 | ||
37 | hystrix.threadpool.default.queueSizeRejectionThreshold=45000 | 37 | hystrix.threadpool.default.queueSizeRejectionThreshold=45000 |
38 | 38 | ||
39 | #zookeeper address | 39 | #zookeeper address |
40 | -zkAddress=zookeeper:2181 | 40 | +zkAddress=192.168.104.244:2181 |
41 | #zkAddress=192.168.102.45:2181 | 41 | #zkAddress=192.168.102.45:2181 |
42 | # web context | 42 | # web context |
43 | web.context=ufo-gateway | 43 | web.context=ufo-gateway |
@@ -83,11 +83,11 @@ alipay.transfer.notifyurl=http://testapi.yohops.com/payment/alipay_transfer_noti | @@ -83,11 +83,11 @@ alipay.transfer.notifyurl=http://testapi.yohops.com/payment/alipay_transfer_noti | ||
83 | 83 | ||
84 | erp-gateway.url=http://java-yoho-erp-gateway.test3.ingress.dev.yohocorp.com/erp-gateway | 84 | erp-gateway.url=http://java-yoho-erp-gateway.test3.ingress.dev.yohocorp.com/erp-gateway |
85 | 85 | ||
86 | -redis.readonly.proxy.address=dev.erp.redis.yohoops.org | ||
87 | -redis.readonly.proxy.auth= | 86 | +redis.readonly.proxy.address=192.168.102.45 |
87 | +redis.readonly.proxy.auth=redis9646 | ||
88 | redis.readonly.proxy.port=6379 | 88 | redis.readonly.proxy.port=6379 |
89 | -redis.proxy.address=dev.erp.redis.yohoops.org | ||
90 | -redis.proxy.auth= | 89 | +redis.proxy.address=192.168.102.45 |
90 | +redis.proxy.auth=redis9646 | ||
91 | redis.proxy.port=6379 | 91 | redis.proxy.port=6379 |
92 | 92 | ||
93 | order.seller.earnestmoney.min=1 | 93 | order.seller.earnestmoney.min=1 |
@@ -121,7 +121,7 @@ yoho.reviewed.controller.url=http://java-yoho-reviewed.test3.ingress.dev.yohocor | @@ -121,7 +121,7 @@ yoho.reviewed.controller.url=http://java-yoho-reviewed.test3.ingress.dev.yohocor | ||
121 | 121 | ||
122 | #rabbit address for transaction compensate | 122 | #rabbit address for transaction compensate |
123 | #rabbit_host=192.168.104.199:30005 | 123 | #rabbit_host=192.168.104.199:30005 |
124 | -rabbit_host=rabbitmq:5672 | 124 | +rabbit_host=192.168.104.244:5672 |
125 | rabbit_user=yoho | 125 | rabbit_user=yoho |
126 | rabbit_password=yoho | 126 | rabbit_password=yoho |
127 | 127 |
-
Please register or login to post a comment