|
|
autoconfig.properties = sharedAutoconfig
|
|
|
|
|
|
autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/global-autoconfig.properties
|
|
|
autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties
|
|
|
|
|
|
erp.order.change.sync.type = MQ
|
|
|
erp.order.close.sync.type = MQ
|
...
|
...
|
@@ -9,7 +9,7 @@ erp.order.express.sync.type = MQ |
|
|
erp.order.refund.sync.type = MQ
|
|
|
erp.order.status.url = http://portal.admin.yohobuy.com/api/orders/status
|
|
|
|
|
|
java.logs.home = /Data/logs
|
|
|
java.logs.home = /home/test/yohoJavaLogs
|
|
|
|
|
|
jdbc.mysql.readonlyinslave = true
|
|
|
|
...
|
...
|
@@ -17,7 +17,7 @@ order.codpay.lock.duration = 1440 |
|
|
|
|
|
yohobuy.order.env.namespace = order
|
|
|
yohobuy.order.env.serverport = 4
|
|
|
yohobuy.order.env.webapphome = /home/master/yohobuy-order/deploy
|
|
|
yohobuy.order.env.webapphome = /home/test/yohoJavaApp/yohobuy-order/deploy/target
|
|
|
|
|
|
|
|
|
erp.order.autoCancel.switch.key = N
|
...
|
...
|
@@ -44,14 +44,14 @@ exhibition.ticket.couponid=29640 |
|
|
package.ticket.couponid=29642
|
|
|
|
|
|
# 支付回调地址
|
|
|
applepay.notifyurl = http://service.yoho.cn/payment/applepay_notify
|
|
|
qq.notifyurl = http://service.yoho.cn/payment/qqpay_notify
|
|
|
unionpay.notifyurl = https://service.yoho.cn/payment/unionpay_newnotify
|
|
|
wechat.app.newnotifyurl = http://service.yoho.cn/payment/weixin_notify
|
|
|
wechat.app.notifyurl = http://service.yoho.cn/payment/wechat_notify
|
|
|
alipay.notifyurl = https://service.yoho.cn/payment/alipay_notify
|
|
|
cmbnetpay.payNoticeUrl = https://service.yoho.cn/payment/cmbpay_notify
|
|
|
cmbnetpay.signNoticeUrl = https://service.yoho.cn/payment/cmbsign_notify
|
|
|
applepay.notifyurl = http://service-performance.yohoops.cn/payment/applepay_notify
|
|
|
qq.notifyurl = http://service-performance.yohoops.cn/payment/qqpay_notify
|
|
|
unionpay.notifyurl = https://service-performance.yohoops.cn/payment/unionpay_newnotify
|
|
|
wechat.app.newnotifyurl = http://service-performance.yohoops.cn/payment/weixin_notify
|
|
|
wechat.app.notifyurl = http://service-performance.yohoops.cn/payment/wechat_notify
|
|
|
alipay.notifyurl = https://service-performance.yohoops.cn/payment/alipay_notify
|
|
|
cmbnetpay.payNoticeUrl = https://service-performance.yohoops.cn/payment/cmbpay_notify
|
|
|
cmbnetpay.signNoticeUrl = https://service-performance.yohoops.cn/payment/cmbsign_notify
|
|
|
|
|
|
# unionmpos env: 00,production enviroment; 01,test enviroment
|
|
|
unionmpos.env=00
|
...
|
...
|
|