...
|
...
|
@@ -5,7 +5,7 @@ autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy/deploy/aut |
|
|
file.uploadTempDir = /Data
|
|
|
|
|
|
is_checksession_enable = true
|
|
|
is_debug_enable = false
|
|
|
is_debug_enable = true
|
|
|
|
|
|
ufo.gateway.env.namespace = ufo-gateway
|
|
|
ufo.gateway.env.serverport = 0
|
...
|
...
|
@@ -13,20 +13,15 @@ ufo.gateway.env.webapphome = /home/test/yohoufo-fore/deploy |
|
|
|
|
|
zkAddress = zk01-yohoops-org:2181
|
|
|
|
|
|
gateway.signature.key.salt=mQyMTMwZjlmZTZmYjY4UjkNmYwZGM0OTk0Y
|
|
|
|
|
|
########## common rabbitmq ##########
|
|
|
# local, maybe producer using this.
|
|
|
rabbit_common = 192.168.102.45:5672
|
|
|
rabbit_common_user = yoho
|
|
|
rabbit_common_password = yoho
|
|
|
##########common rabbitmq ##########
|
|
|
|
|
|
rabbit_host=192.168.102.45:5672
|
|
|
rabbit_user=yoho
|
|
|
rabbit_password=yoho
|
|
|
|
|
|
rabbit_ufo = 192.168.102.45:5672
|
|
|
rabbit_ufo_user = yoho
|
|
|
rabbit_ufo_password = yoho
|
|
|
##########common rabbitmq ##########
|
|
|
|
|
|
|
|
|
#order
|
|
|
unionpay.pay.callbackUrl=http://testapi.yohops.com/payment/weixin_notify
|
...
|
...
|
@@ -41,7 +36,7 @@ wechat.app.appid=wx049fdaa3ba9cdd7a |
|
|
wechat.notifyurl=http://testapi.yohops.com/payment/ufo_wechat_notify
|
|
|
alipay.notifyurl=http://testapi.yohops.com/payment/ufo_alipay_notify
|
|
|
|
|
|
inbox.baseurl=http://java-yohoufo-fore.test3.ingress.dev.yohocorp.com/ufo-gateway/?debug=XYZ
|
|
|
inbox.baseurl=http://java-yohoufo-fore.test3.ingress.dev.yohocorp.com/ufo-gateway/?client_type=h5
|
|
|
|
|
|
erp-gateway.url = http://java-yoho-erp-gateway.test3.ingress.dev.yohocorp.com/erp-gateway
|
|
|
|
...
|
...
|
@@ -51,13 +46,12 @@ order.seller.earnestmoney.max=200 |
|
|
order.seller.packageFee=0.1
|
|
|
order.seller.appraiseFee=0.1
|
|
|
|
|
|
|
|
|
order.seller.goodsPaymentRate=0.08
|
|
|
order.seller.earnestMoneyRate=0.2
|
|
|
order.seller.goodsPaymentRate=0.05
|
|
|
order.seller.earnestMoneyRate=0
|
|
|
order.seller.payChannelRate=0.0006
|
|
|
|
|
|
redis.ufo.twemproxy.addresses = 192.168.102.45:6379
|
|
|
redis.ufo.twemproxy.auth = redis9646
|
|
|
redis.ufo.twemproxy.auth =
|
|
|
|
|
|
jdbc.mysql.ufo.master = write.erp.yohoops.org:3306
|
|
|
jdbc.mysql.ufo.slave = read1.erp.yohoops.org:3306
|
...
|
...
|
@@ -67,19 +61,17 @@ jdbc.mysql.ufo.password = 9nm0icOwt6bMHjMusIfMLw== |
|
|
#yoho.message.controller.url=http://192.168.102.202:8087/yoho-message-controller
|
|
|
yoho.message.controller.url = http://java-yoho-message-controller.test3.ingress.dev.yohocorp.com/yoho-message-controller
|
|
|
|
|
|
#uic.url = http://java-yoho-uic.test3.ingress.dev.yohocorp.com/uic
|
|
|
uic.url = http://192.168.103.73:8096/uic
|
|
|
|
|
|
ips.machine = 10.244.19.139
|
|
|
uic.url = http://java-yoho-uic.test3.ingress.dev.yohocorp.com/uic
|
|
|
|
|
|
# Merchants settled in deposit config
|
|
|
depositPrestore = 0.1
|
|
|
depositRechargeList = 0.1,2000,3000,4000,5000,100000
|
|
|
depositRechargeList = 0.1,1,2,3,50,100
|
|
|
|
|
|
order.buyer.cancelWhenSellerDelivery.money=68
|
|
|
order.buyer.cancelWhenSellerUnDelivery.money=38
|
|
|
order.buyer.cancelWhenSellerDelivery.sellerGetMoneyRate=0.8
|
|
|
order.buyer.cancelWhenSellerUnDelivery.sellerGetMoneyRate=0.8
|
|
|
order.buyer.cancelWhenSellerDelivery.money=0.5
|
|
|
order.buyer.cancelWhenSellerUnDelivery.money=0.3
|
|
|
order.buyer.cancelWhenSellerDelivery.sellerGetMoneyRate=1
|
|
|
order.buyer.cancelWhenSellerUnDelivery.sellerGetMoneyRate=1
|
|
|
|
|
|
zhiMaCertSwitch = true
|
|
|
|
|
|
yoho.gateway.url=http://api-test3.dev.yohocorp.com |
|
|
yoho.gateway.url=http://api-test3.dev.yohocorp.com |
|
|
\ No newline at end of file |
...
|
...
|
|