Authored by chunhua.zhang

auto push by shell

Showing 38 changed files with 87 additions and 88 deletions
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/cms_push-autoconfig.properties
autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties
yoho.cms_push.env.namespace = cms_push
yoho.cms_push.env.serverport = 6
yoho.cms_push.env.webapphome = /home/master/cms_push/deploy
yoho.cms_push.env.webapphome = /home/test/yohoJavaApp/cms_push/deploy/target
#debug_enable
is_debug_enable=false
... ...
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
is.do.rebuild.index = false
is.do.rebuild.tbl.index = false
... ... @@ -49,4 +49,4 @@ tbl.product.url = http://test.soa.global.yohobuy.com/product/api/v1/det
yoho.searchservice.env.namespace = yohosearchservice
yoho.searchservice.env.serverport = 8
yoho.searchservice.env.webapphome = /home/dev/yoho-search-service/deploy
yoho.searchservice.env.webapphome = /home/test/yohoJavaApp/gray-yoho-search-service/deploy/target
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/cms_push-autoconfig.properties
autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties
yoho.cms_push.env.namespace = cms_push
yoho.cms_push.env.serverport = 6
yoho.cms_push.env.webapphome = /home/master/cms_push/deploy
yoho.cms_push.env.webapphome = /home/test/yohoJavaApp/mars_push/deploy/target
#debug_enable
is_debug_enable=false
... ...
#!/bin/bash
#AUTOCONFIG_PATH=/home/test/deploy2/auto_deploy_test/autoconfig/test_nj_4/config4deploy2
AUTOCONFIG_PATH=/home/test/auto_deploy/deploy/autoconfig/test_performance
AUTOCONFIG_PATH=$(pwd)
for file in $AUTOCONFIG_PATH/*.properties
do
SYS_NAME=$(echo $file | awk -F "${AUTOCONFIG_PATH}/" '{print $2}' | awk -F '-autoconfig' '{print $1}')
sed -i "s/autoconfig.properties.sharedAutoconfig = file:.*/autoconfig.properties.sharedAutoconfig = file:\/home\/test\/auto_deploy_test\/autoconfig\/test_performance\/global-autoconfig.properties/g" $file
sed -i "s/autoconfig.properties.sharedAutoconfig.*/autoconfig.properties.sharedAutoconfig = file:\/home\/test\/auto_deploy_test\/autoconfig\/test_performance\/global-autoconfig.properties/g" $file
sed -i "s/.env.webapphome = \/home\/test.*/.env.webapphome = \/home\/test\/yohoJavaApp\/${SYS_NAME}\/deploy\/target/g" $file
sed -i "s/.env.webapphome = \/home\/test.*/.env.webapphome = \/home\/test\/yohoJavaApp\/${SYS_NAME}\/deploy\/target/g" $file
sed -i "s/.env.webapphome.*/.env.webapphome = \/home\/test\/yohoJavaApp\/${SYS_NAME}\/deploy\/target/g" $file
echo "$SYS_NAME done!"
done
echo "ALL DONE"
echo "不包含deploy2的............"
echo "不包含yohoJavaApp test_performance的............"
cd $AUTOCONFIG_PATH
find ./ -name "*.properties" | xargs grep -e "autoconfig.properties.sharedAutoconfig" -e ".env.webapphome" | grep -v yohoJavaApp
find ./ -name "*.properties" | xargs grep -e "autoconfig.properties.sharedAutoconfig" -e ".env.webapphome" | grep -v yohoJavaApp | grep -v test_performance
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/auto_deploy/deploy/autoconfig/aws/global-autoconfig.properties
autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties
gateway.api.url = http://api.yoho.yohoops.org
... ... @@ -10,4 +10,4 @@ is_debug_enable=false
yoho.uic.env.namespace = uic
yoho.uic.env.serverport = 6
yoho.uic.env.webapphome = /home/master/uic/deploy
yoho.uic.env.webapphome = /home/test/yohoJavaApp/uic/deploy/target
... ...
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
java.logs.home = /Data/logs
... ... @@ -8,6 +8,6 @@ jdbc.mysql.readonlyinslave = false
yoho.portal.env.productmode = PRODUCT
yoho.portal.env.serverport = 9
yoho.portal.env.webapphome = /home/master/yoho-admin-portal/deploy
yoho.portal.env.webapphome = /home/test/yohoJavaApp/yoho-admin-portal/deploy/target
yohobuy.portal.env.namespace = yoho-admin-portal
... ...
... ... @@ -2,7 +2,7 @@ applepay.notifyurl = http://service.yoho.cn/payment/applepay_notify
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/auto_deploy/deploy/autoconfig/aws/global-autoconfig.properties
autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties
degrade_articleNotice_level = 0
degrade_complaintsCount_level = 0
... ... @@ -69,4 +69,4 @@ wechat.wap.notifyurl = http://service.yoho.cn/payment/wechatwap_notify
yoho.gateway.env.namespace = gateway
yoho.gateway.env.serverport = 0
yoho.gateway.env.webapphome = /home/master/yoho-gateway/deploy
yoho.gateway.env.webapphome = /home/test/yohoJavaApp/yoho-gateway/deploy/target
... ...
jdbc.mysql.readonlyinslave=true
autoconfig.properties = sharedAutoconfig
is_debug_enable=false
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
yohomars.env.namespace = yohomars
yohomars.env.serverport = 72
yohomars.env.webapphome = /home/master/yoho-mars/deploy
yohomars.env.webapphome = /home/test/yohoJavaApp/yoho-mars/deploy/target
zkAddress = zk01.yohoops.org:2181
uic.api.host=http://uic.yoho.cn/uic
... ...
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
jdbc.mysql.readonlyinslave = true
yoho.message.env.namespace = message
yoho.message.env.serverport = 6
yoho.message.env.webapphome = /home/master/yoho-message/deploy
yoho.message.env.webapphome = /home/test/yohoJavaApp/yoho-message/deploy/target
browse.service.url = http://api.brower.yohoops.org:8092/brower/
mobile.limit.sendTimes=50
\ No newline at end of file
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/auto_deploy/deploy/autoconfig/master/global-autoconfig.properties
autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties
jdbc.mysql.readonlyinslave = true
yoho.messagecontroller.env.namespace = yoho-message-controller
yoho.messagecontroller.env.serverport = 7
yoho.messagecontroller.env.webapphome = /home/master/yoho-message-controller/deploy
yoho.messagecontroller.env.webapphome = /home/test/yohoJavaApp/yoho-message-controller/deploy/target
##push redis
redis.push.address=172.31.24.77
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/auto_deploy/deploy/autoconfig/master/global-autoconfig.properties
autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties
jdbc.mysql.readonlyinslave = true
yoho.messagesender.env.namespace = yoho-message-sender
yoho.messagesender.env.serverport = 5
yoho.messagesender.env.webapphome = /home/master/yoho-message-sender/deploy
yoho.messagesender.env.webapphome = /home/test/yohoJavaApp/yoho-message-sender/deploy/target
##push redis
redis.push.address=172.31.24.77
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/auto_deploy/deploy/autoconfig/aws/global-autoconfig.properties
autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties
boy.cn.site.url = http://www.yohoboys.com
girl.cn.site.url = http://hk.yohoboys.com
... ... @@ -25,7 +25,7 @@ uic.service.url = http://uic.yoho.cn/uic
yohonow.env.namespace = yohonow
yohonow.env.serverport = 1
yohonow.env.webapphome = /home/master/yoho-now/deploy
yohonow.env.webapphome = /home/test/yohoJavaApp/yoho-now/deploy/target
zkAddress = zk01.yohoops.org:2181
... ...
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
yoho.push.env.namespace = push
yoho.push.env.serverport = 9
yoho.push.env.webapphome = /home/master/yoho-push/deploy
yoho.push.env.webapphome = /home/test/yohoJavaApp/yoho-push/deploy/target
##just for push
#jdbc.mysql.yhpush.master=write.passport.yohoops.org:3306
... ...
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
yoho.search.adaptor.env.serverport = 5
yoho.search.adaptor.env.webapphome = /home/master/yoho-search-adaptor/deploy
yoho.search.adaptor.env.webapphome = /home/test/yohoJavaApp/yoho-search-adaptor/deploy/target
yoho.search.adaptor.env.namespace = yoho-search-adaptor
tbl.product.url = http://service.api.global.yohobuy.com/product/api/v1/detail/
... ...
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
yoho.search.consumer.env.namespace = search-consumer
yoho.search.consumer.env.serverport = 8
yoho.search.consumer.env.webapphome = /home/master/yoho-search-consumer/deploy
yoho.search.consumer.env.webapphome = /home/test/yohoJavaApp/yoho-search-consumer/deploy/target
#search-tbl
tbl.product.url = http://service.api.global.yohobuy.com/product/api/v1/detail/
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/auto_deploy/deploy/autoconfig/aws/global-autoconfig.properties
autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties
yoho.search.producer.env.namespace = search-producer
yoho.search.producer.env.serverport = 9
yoho.search.producer.env.webapphome = /home/master/yoho-search-producer/deploy
yoho.search.producer.env.webapphome = /home/test/yohoJavaApp/yoho-search-producer/deploy/target
## search configuration begin
... ...
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
yoho.search.service.env.namespace = yohosearch
yoho.search.service.env.serverport = 0
yoho.search.service.env.webapphome = /home/master/yoho-search-service/deploy
yoho.search.service.env.webapphome = /home/test/yohoJavaApp/yoho-search-service/deploy/target
yoho.logs.level = WARN
yoho.logs.maxHistory = 10
... ...
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
java.logs.home = /Data/logs
yoho.sns.env.namespace = sns
yoho.sns.env.serverport = 2
yoho.sns.env.webapphome = /home/master/yoho-sns/deploy
yoho.sns.env.webapphome = /home/test/yohoJavaApp/yoho-sns/deploy/target
browse.service.url = http://api.brower.yohoops.org:8092/brower/
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/gray/opps/deploy/autoconfig/master/global-autoconfig.properties
autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties
platform.login.url = http://serve.erp.yohoops.org/service/account/v1/Profile/login
... ... @@ -15,7 +15,7 @@ gateway.api.url = http://api.yoho.yohoops.org/
yoho.social.env.namespace = social
yoho.social.env.serverport = 5
yoho.social.env.webapphome = /home/master/yoho-social/deploy
yoho.social.env.webapphome = /home/test/yohoJavaApp/yoho-social/deploy/target
is_debug_enable=false
... ...
... ... @@ -2,7 +2,7 @@ activity.url = http://service.yoho.cn
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/auto_deploy/deploy/autoconfig/aws/global-autoconfig.properties
autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties
des.password_crypt_key = _+@#$%^kEHrDooxWHCWtfeSxvDvgqZq_+@#$%^
... ... @@ -48,7 +48,7 @@ invite.code.url = https://union.yoho.cn/union/app-downloads.html?union_
yoho.users.env.namespace = users
yoho.users.env.serverport = 1
yoho.users.env.webapphome = /home/master/yoho-users/deploy
yoho.users.env.webapphome = /home/test/yohoJavaApp/yoho-users/deploy/target
zmxy_appId = 1000692
zmxy_contract_flag = si201607290001591005
... ...
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
cocacola.wechat.share.url = http://service.yoho.cn/activity/cocacola/html/index1.html
... ... @@ -26,7 +26,7 @@ tencentmkt.shareUrl = http://service.yoho.cn/activity/tencentMkt/index.html
yoho.activity.env.namespace = activity
yoho.activity.env.serverport = 0
yoho.activity.env.webapphome = /home/master/yohobuy-activity/deploy
yoho.activity.env.webapphome = /home/test/yohoJavaApp/yohobuy-activity/deploy/target
userday.coupon={"20":"34772", "10":"34770"}
userday.open.day=60
... ...
autoconfig.properties = sharedAutoconfig
#autoconfig.properties.sharedAutoconfig = file:/home/gray/opps/deploy/autoconfig/master/global-autoconfig.properties
#autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties
erp.order.status.url = http://portal.admin.yohobuy.com/api/orders/status
... ... @@ -20,7 +20,7 @@ users.browse.sync = true
yoho.bigData.env.namespace = bigdata
yoho.bigData.env.serverport = 1
yoho.bigData.env.webapphome = /home/master/yohobuy-bigdata/deploy
yoho.bigData.env.webapphome = /home/test/yohoJavaApp/yohobuy-bigdata/deploy/target
jdbc.mysql.bigdata.master=bigdata.db.union.yohoops.org:3306
jdbc.mysql.bigdata.username=yh_bigdata
... ...
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
users.browse.expire = 7776000
... ... @@ -9,7 +9,7 @@ users.browse.numPerUser = 100
yohobuy.brower.env.namespace = brower
yohobuy.brower.env.serverport = 2
yohobuy.brower.env.webapphome = /home/master/yohobuy-brower/deploy
yohobuy.brower.env.webapphome = /home/test/yohoJavaApp/yohobuy-brower/deploy/target
rabbit_concurrent=3
... ...
... ... @@ -4,7 +4,7 @@ alarm.mobile = 17714194699,13951882433,18652008443,15251706034,18651629128,1899
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/union/opps/deploy/autoconfig/master/global-autoconfig.properties
autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties
bigData.url = http://bigdata.api.crm.yohoops.org:8080/bigdata/crm/
... ... @@ -23,7 +23,7 @@ sms.url = http://211.147.239.62:9050/cgi-bin/sendsms
yohobuy.crm.env.namespace = crm
yohobuy.crm.env.serverport = 3
yohobuy.crm.env.webapphome = /home/master/yohobuy-crm/deploy
yohobuy.crm.env.webapphome = /home/test/yohoJavaApp/yohobuy-crm/deploy/target
sms.reprot.flag=true
... ...
yohobuy.global.env.webapphome=/home/master/yohobuy-global/deploy
yohobuy.global.env.webapphome = /home/test/yohoJavaApp/yohobuy-global/deploy/target
yohobuy.global.env.serverport=0
yohobuy.global.env.namespace=globalbuy
... ...
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
... ...
... ... @@ -8,7 +8,7 @@ auth.user.req.url = http://gw.api.yohobuy.com/erp-shop-web/account/profile/quer
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/auto_deploy/deploy/autoconfig/aws/global-autoconfig.properties
autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties
bigData.analytics.transfer.url = http://analytics.m.yohobuy.com/yas.gif/web/
... ... @@ -136,5 +136,5 @@ watchService.watchDir = /Data/sftp_images
yohobuy.platform.env.namespace = platform
yohobuy.platform.env.serverport = 8
yohobuy.platform.env.webapphome = /home/master/yohobuy-platform/deploy
yohobuy.platform.env.webapphome = /home/test/yohoJavaApp/yohobuy-platform/deploy/target
manager.zkAddress = 172.31.20.7:2181,172.31.23.161:2181
\ No newline at end of file
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/auto_deploy/deploy/autoconfig/aws/global-autoconfig.properties
autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties
front.gateway.host = http://api.yoho.cn
#grey
... ... @@ -15,4 +15,4 @@ platform.host = http://172.31.23.161:8088/platform
yohobuy.portal.gateway.env.namespace = portal-gateway
yohobuy.portal.gateway.env.serverport = 0
yohobuy.portal.gateway.env.webapphome = /home/master/yohobuy-portal-gateway/deploy
yohobuy.portal.gateway.env.webapphome = /home/test/yohoJavaApp/yohobuy-portal-gateway/deploy/target
... ...
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
jdbc.mysql.readonlyinslave = false
... ... @@ -8,4 +8,4 @@ rabbitAddress = 192.168.102.162:32810
yohobuy.product.env.namespace = product
yohobuy.product.env.serverport = 3
yohobuy.product.env.webapphome = /home/master/yohobuy-product/deploy
yohobuy.product.env.webapphome = /home/test/yohoJavaApp/yohobuy-product/deploy/target
... ...
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
jdbc.mysql.yhbpromotion.master.password = input_password
jdbc.mysql.yhbpromotion.master.username = guang_res
yohobuy.promotion.env.namespace = promotion
yohobuy.promotion.env.serverport = 5
yohobuy.promotion.env.webapphome = /home/master/yohobuy-promotion/deploy
yohobuy.promotion.env.webapphome = /home/test/yohoJavaApp/yohobuy-promotion/deploy/target
promoation.invite.newCouponMap = {"17593":15,"17597":15,"17599":15,"17601":15,"17603":15}
promoation.invite.shareCoupon = [ "12073", "12075", "12077", "12079", "12081", "12083" ]
... ...
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
jdbc.mysql.readonlyinslave = false
invite.code.activity.id = 2024
yohobuy.resources.env.namespace = resources
yohobuy.resources.env.serverport = 7
yohobuy.resources.env.webapphome = /home/master/yohobuy-resources/deploy
yohobuy.resources.env.webapphome = /home/test/yohoJavaApp/yohobuy-resources/deploy/target
service.online.type=3
service.online.type.h5=http://m.yohobuy.com/service/im
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/auto_deploy/deploy/autoconfig/aws/global-autoconfig.properties
autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties
erp.domain = http://gateway.erp.yohoops.org/erp-gateway-web
... ... @@ -42,4 +42,4 @@ wifi.login.url = http://192.168.103.230:8080/am/controller/portal/external/logi
yohobuy.shops.env.namespace = shops
yohobuy.shops.env.serverport = 8
yohobuy.shops.env.webapphome = /home/master/yohobuy-shops/deploy
yohobuy.shops.env.webapphome = /home/test/yohoJavaApp/yohobuy-shops/deploy/target
... ...
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
yohobuy.task.env.namespace = task
yohobuy.task.env.serverport = 4
yohobuy.task.env.webapphome = /home/master/yohobuy-task/deploy
yohobuy.task.env.webapphome = /home/test/yohoJavaApp/yohobuy-task/deploy/target
web.context=task
yoho.logs.level=INFO
... ...
... ... @@ -4,7 +4,7 @@ admin.login.url = http://admin.portal.yohobuy.com
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/auto_deploy/deploy/autoconfig/aws/global-autoconfig.properties
autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties
bigdate.db.password = ZARNTZvqPIYoBOhoTTTGRaMwEu/zaKV31I9S8xDJIUA=
bigdate.db.url = bigdata.db.union.yohoops.org:3306
... ... @@ -34,4 +34,4 @@ unions.kafka.producer.servers=10.67.1.23:9092,10.67.1.53:9092,10.67.1.61:9092,10
yoho.unions.env.namespace = union
yoho.unions.env.serverport = 8
yoho.unions.env.webapphome = /home/master/yohobuy-union/deploy
yoho.unions.env.webapphome = /home/test/yohoJavaApp/yohobuy-union/deploy/target
... ...
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
new.force.wechat.small.program.access.appid = wxe4f1cbdfd470035d
new.force.wechat.small.program.access.secret = ea1621e91f7a9722259108b287eeb535
... ... @@ -22,5 +22,5 @@ wechat.small.program.access.secret = 045848c0e0d76f7699236e4a35d65948
yohobuy.wechat.env.namespace = wechat
yohobuy.wechat.env.serverport = 4
yohobuy.wechat.env.webapphome = /home/master/yohobuy-wechat/deploy
yohobuy.wechat.env.webapphome = /home/test/yohoJavaApp/yohobuy-wechat/deploy/target
bigData.analytics.transfer.url=http://analytics.m.yohobuy.com/yas.gif/web/
\ No newline at end of file
... ...
... ... @@ -3,11 +3,11 @@ yoho.logs.basedir=/Data/logs
jdbc.mysql.readonlyinslave=true
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
yoho.env.namespace = yohomars-platform
yoho.env.serverport = 62
yoho.env.webapphome = /home/master/yohomars-platform/deploy
yoho.env.webapphome = /home/test/yohoJavaApp/yohomars-platform/deploy/target
redis.notsync.twemproxy.addresses = 172.31.50.185:6379
redis.proxy.address = 172.31.50.185
... ...
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
yohomars.search.service.env.namespace = yohomars-search
yohomars.search.service.env.serverport = 7
yohomars.search.service.env.webapphome = /home/master/yohomars-search-service/deploy
yohomars.search.service.env.webapphome = /home/test/yohoJavaApp/yohomars-search-service/deploy/target
zkAddress=zk01.yohoops.org:2181
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/auto_deploy/deploy/autoconfig/aws/global-autoconfig.properties
autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties
jdbc.mysql.readonlyinslave = true
yoho.env.namespace = yohonow-platform
yoho.env.serverport = 61
yoho.env.webapphome = /home/master/yohonow-platform/deploy
yoho.env.webapphome = /home/test/yohoJavaApp/yohonow-platform/deploy/target
zkAddress = zk01.yohoops.org:2181
... ...