Showing
38 changed files
with
87 additions
and
88 deletions
1 | autoconfig.properties = sharedAutoconfig | 1 | autoconfig.properties = sharedAutoconfig |
2 | -autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/cms_push-autoconfig.properties | 2 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties |
3 | yoho.cms_push.env.namespace = cms_push | 3 | yoho.cms_push.env.namespace = cms_push |
4 | yoho.cms_push.env.serverport = 6 | 4 | yoho.cms_push.env.serverport = 6 |
5 | -yoho.cms_push.env.webapphome = /home/master/cms_push/deploy | 5 | +yoho.cms_push.env.webapphome = /home/test/yohoJavaApp/cms_push/deploy/target |
6 | 6 | ||
7 | #debug_enable | 7 | #debug_enable |
8 | is_debug_enable=false | 8 | is_debug_enable=false |
1 | autoconfig.properties = sharedAutoconfig | 1 | autoconfig.properties = sharedAutoconfig |
2 | 2 | ||
3 | -autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/global-autoconfig.properties | 3 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties |
4 | 4 | ||
5 | is.do.rebuild.index = false | 5 | is.do.rebuild.index = false |
6 | is.do.rebuild.tbl.index = false | 6 | is.do.rebuild.tbl.index = false |
@@ -49,4 +49,4 @@ tbl.product.url = http://test.soa.global.yohobuy.com/product/api/v1/det | @@ -49,4 +49,4 @@ tbl.product.url = http://test.soa.global.yohobuy.com/product/api/v1/det | ||
49 | 49 | ||
50 | yoho.searchservice.env.namespace = yohosearchservice | 50 | yoho.searchservice.env.namespace = yohosearchservice |
51 | yoho.searchservice.env.serverport = 8 | 51 | yoho.searchservice.env.serverport = 8 |
52 | -yoho.searchservice.env.webapphome = /home/dev/yoho-search-service/deploy | 52 | +yoho.searchservice.env.webapphome = /home/test/yohoJavaApp/gray-yoho-search-service/deploy/target |
1 | autoconfig.properties = sharedAutoconfig | 1 | autoconfig.properties = sharedAutoconfig |
2 | -autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/cms_push-autoconfig.properties | 2 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties |
3 | yoho.cms_push.env.namespace = cms_push | 3 | yoho.cms_push.env.namespace = cms_push |
4 | yoho.cms_push.env.serverport = 6 | 4 | yoho.cms_push.env.serverport = 6 |
5 | -yoho.cms_push.env.webapphome = /home/master/cms_push/deploy | 5 | +yoho.cms_push.env.webapphome = /home/test/yohoJavaApp/mars_push/deploy/target |
6 | 6 | ||
7 | #debug_enable | 7 | #debug_enable |
8 | is_debug_enable=false | 8 | is_debug_enable=false |
1 | #!/bin/bash | 1 | #!/bin/bash |
2 | 2 | ||
3 | #AUTOCONFIG_PATH=/home/test/deploy2/auto_deploy_test/autoconfig/test_nj_4/config4deploy2 | 3 | #AUTOCONFIG_PATH=/home/test/deploy2/auto_deploy_test/autoconfig/test_nj_4/config4deploy2 |
4 | -AUTOCONFIG_PATH=/home/test/auto_deploy/deploy/autoconfig/test_performance | 4 | +AUTOCONFIG_PATH=$(pwd) |
5 | 5 | ||
6 | for file in $AUTOCONFIG_PATH/*.properties | 6 | for file in $AUTOCONFIG_PATH/*.properties |
7 | do | 7 | do |
8 | SYS_NAME=$(echo $file | awk -F "${AUTOCONFIG_PATH}/" '{print $2}' | awk -F '-autoconfig' '{print $1}') | 8 | SYS_NAME=$(echo $file | awk -F "${AUTOCONFIG_PATH}/" '{print $2}' | awk -F '-autoconfig' '{print $1}') |
9 | 9 | ||
10 | -sed -i "s/autoconfig.properties.sharedAutoconfig = file:.*/autoconfig.properties.sharedAutoconfig = file:\/home\/test\/auto_deploy_test\/autoconfig\/test_performance\/global-autoconfig.properties/g" $file | 10 | +sed -i "s/autoconfig.properties.sharedAutoconfig.*/autoconfig.properties.sharedAutoconfig = file:\/home\/test\/auto_deploy_test\/autoconfig\/test_performance\/global-autoconfig.properties/g" $file |
11 | 11 | ||
12 | -sed -i "s/.env.webapphome = \/home\/test.*/.env.webapphome = \/home\/test\/yohoJavaApp\/${SYS_NAME}\/deploy\/target/g" $file | ||
13 | -sed -i "s/.env.webapphome = \/home\/test.*/.env.webapphome = \/home\/test\/yohoJavaApp\/${SYS_NAME}\/deploy\/target/g" $file | 12 | +sed -i "s/.env.webapphome.*/.env.webapphome = \/home\/test\/yohoJavaApp\/${SYS_NAME}\/deploy\/target/g" $file |
14 | 13 | ||
15 | echo "$SYS_NAME done!" | 14 | echo "$SYS_NAME done!" |
16 | done | 15 | done |
17 | 16 | ||
18 | echo "ALL DONE" | 17 | echo "ALL DONE" |
19 | -echo "不包含deploy2的............" | 18 | +echo "不包含yohoJavaApp test_performance的............" |
20 | 19 | ||
21 | cd $AUTOCONFIG_PATH | 20 | cd $AUTOCONFIG_PATH |
22 | -find ./ -name "*.properties" | xargs grep -e "autoconfig.properties.sharedAutoconfig" -e ".env.webapphome" | grep -v yohoJavaApp | 21 | +find ./ -name "*.properties" | xargs grep -e "autoconfig.properties.sharedAutoconfig" -e ".env.webapphome" | grep -v yohoJavaApp | grep -v test_performance |
1 | autoconfig.properties = sharedAutoconfig | 1 | autoconfig.properties = sharedAutoconfig |
2 | 2 | ||
3 | -autoconfig.properties.sharedAutoconfig = file:/home/master/auto_deploy/deploy/autoconfig/aws/global-autoconfig.properties | 3 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties |
4 | 4 | ||
5 | gateway.api.url = http://api.yoho.yohoops.org | 5 | gateway.api.url = http://api.yoho.yohoops.org |
6 | 6 | ||
@@ -10,4 +10,4 @@ is_debug_enable=false | @@ -10,4 +10,4 @@ is_debug_enable=false | ||
10 | 10 | ||
11 | yoho.uic.env.namespace = uic | 11 | yoho.uic.env.namespace = uic |
12 | yoho.uic.env.serverport = 6 | 12 | yoho.uic.env.serverport = 6 |
13 | -yoho.uic.env.webapphome = /home/master/uic/deploy | 13 | +yoho.uic.env.webapphome = /home/test/yohoJavaApp/uic/deploy/target |
1 | autoconfig.properties = sharedAutoconfig | 1 | autoconfig.properties = sharedAutoconfig |
2 | 2 | ||
3 | -autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/global-autoconfig.properties | 3 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties |
4 | 4 | ||
5 | java.logs.home = /Data/logs | 5 | java.logs.home = /Data/logs |
6 | 6 | ||
@@ -8,6 +8,6 @@ jdbc.mysql.readonlyinslave = false | @@ -8,6 +8,6 @@ jdbc.mysql.readonlyinslave = false | ||
8 | 8 | ||
9 | yoho.portal.env.productmode = PRODUCT | 9 | yoho.portal.env.productmode = PRODUCT |
10 | yoho.portal.env.serverport = 9 | 10 | yoho.portal.env.serverport = 9 |
11 | -yoho.portal.env.webapphome = /home/master/yoho-admin-portal/deploy | 11 | +yoho.portal.env.webapphome = /home/test/yohoJavaApp/yoho-admin-portal/deploy/target |
12 | 12 | ||
13 | yohobuy.portal.env.namespace = yoho-admin-portal | 13 | yohobuy.portal.env.namespace = yoho-admin-portal |
@@ -2,7 +2,7 @@ applepay.notifyurl = http://service.yoho.cn/payment/applepay_notify | @@ -2,7 +2,7 @@ applepay.notifyurl = http://service.yoho.cn/payment/applepay_notify | ||
2 | 2 | ||
3 | autoconfig.properties = sharedAutoconfig | 3 | autoconfig.properties = sharedAutoconfig |
4 | 4 | ||
5 | -autoconfig.properties.sharedAutoconfig = file:/home/master/auto_deploy/deploy/autoconfig/aws/global-autoconfig.properties | 5 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties |
6 | 6 | ||
7 | degrade_articleNotice_level = 0 | 7 | degrade_articleNotice_level = 0 |
8 | degrade_complaintsCount_level = 0 | 8 | degrade_complaintsCount_level = 0 |
@@ -69,4 +69,4 @@ wechat.wap.notifyurl = http://service.yoho.cn/payment/wechatwap_notify | @@ -69,4 +69,4 @@ wechat.wap.notifyurl = http://service.yoho.cn/payment/wechatwap_notify | ||
69 | 69 | ||
70 | yoho.gateway.env.namespace = gateway | 70 | yoho.gateway.env.namespace = gateway |
71 | yoho.gateway.env.serverport = 0 | 71 | yoho.gateway.env.serverport = 0 |
72 | -yoho.gateway.env.webapphome = /home/master/yoho-gateway/deploy | 72 | +yoho.gateway.env.webapphome = /home/test/yohoJavaApp/yoho-gateway/deploy/target |
1 | jdbc.mysql.readonlyinslave=true | 1 | jdbc.mysql.readonlyinslave=true |
2 | autoconfig.properties = sharedAutoconfig | 2 | autoconfig.properties = sharedAutoconfig |
3 | is_debug_enable=false | 3 | is_debug_enable=false |
4 | -autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/global-autoconfig.properties | 4 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties |
5 | 5 | ||
6 | yohomars.env.namespace = yohomars | 6 | yohomars.env.namespace = yohomars |
7 | yohomars.env.serverport = 72 | 7 | yohomars.env.serverport = 72 |
8 | -yohomars.env.webapphome = /home/master/yoho-mars/deploy | 8 | +yohomars.env.webapphome = /home/test/yohoJavaApp/yoho-mars/deploy/target |
9 | 9 | ||
10 | zkAddress = zk01.yohoops.org:2181 | 10 | zkAddress = zk01.yohoops.org:2181 |
11 | uic.api.host=http://uic.yoho.cn/uic | 11 | uic.api.host=http://uic.yoho.cn/uic |
1 | autoconfig.properties = sharedAutoconfig | 1 | autoconfig.properties = sharedAutoconfig |
2 | 2 | ||
3 | -autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/global-autoconfig.properties | 3 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties |
4 | 4 | ||
5 | jdbc.mysql.readonlyinslave = true | 5 | jdbc.mysql.readonlyinslave = true |
6 | 6 | ||
7 | yoho.message.env.namespace = message | 7 | yoho.message.env.namespace = message |
8 | yoho.message.env.serverport = 6 | 8 | yoho.message.env.serverport = 6 |
9 | -yoho.message.env.webapphome = /home/master/yoho-message/deploy | 9 | +yoho.message.env.webapphome = /home/test/yohoJavaApp/yoho-message/deploy/target |
10 | browse.service.url = http://api.brower.yohoops.org:8092/brower/ | 10 | browse.service.url = http://api.brower.yohoops.org:8092/brower/ |
11 | 11 | ||
12 | mobile.limit.sendTimes=50 | 12 | mobile.limit.sendTimes=50 |
1 | autoconfig.properties = sharedAutoconfig | 1 | autoconfig.properties = sharedAutoconfig |
2 | -autoconfig.properties.sharedAutoconfig = file:/home/master/auto_deploy/deploy/autoconfig/master/global-autoconfig.properties | 2 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties |
3 | 3 | ||
4 | jdbc.mysql.readonlyinslave = true | 4 | jdbc.mysql.readonlyinslave = true |
5 | yoho.messagecontroller.env.namespace = yoho-message-controller | 5 | yoho.messagecontroller.env.namespace = yoho-message-controller |
6 | yoho.messagecontroller.env.serverport = 7 | 6 | yoho.messagecontroller.env.serverport = 7 |
7 | -yoho.messagecontroller.env.webapphome = /home/master/yoho-message-controller/deploy | 7 | +yoho.messagecontroller.env.webapphome = /home/test/yohoJavaApp/yoho-message-controller/deploy/target |
8 | 8 | ||
9 | ##push redis | 9 | ##push redis |
10 | redis.push.address=172.31.24.77 | 10 | redis.push.address=172.31.24.77 |
1 | autoconfig.properties = sharedAutoconfig | 1 | autoconfig.properties = sharedAutoconfig |
2 | -autoconfig.properties.sharedAutoconfig = file:/home/master/auto_deploy/deploy/autoconfig/master/global-autoconfig.properties | 2 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties |
3 | 3 | ||
4 | jdbc.mysql.readonlyinslave = true | 4 | jdbc.mysql.readonlyinslave = true |
5 | yoho.messagesender.env.namespace = yoho-message-sender | 5 | yoho.messagesender.env.namespace = yoho-message-sender |
6 | yoho.messagesender.env.serverport = 5 | 6 | yoho.messagesender.env.serverport = 5 |
7 | -yoho.messagesender.env.webapphome = /home/master/yoho-message-sender/deploy | 7 | +yoho.messagesender.env.webapphome = /home/test/yohoJavaApp/yoho-message-sender/deploy/target |
8 | 8 | ||
9 | ##push redis | 9 | ##push redis |
10 | redis.push.address=172.31.24.77 | 10 | redis.push.address=172.31.24.77 |
1 | autoconfig.properties = sharedAutoconfig | 1 | autoconfig.properties = sharedAutoconfig |
2 | 2 | ||
3 | -autoconfig.properties.sharedAutoconfig = file:/home/master/auto_deploy/deploy/autoconfig/aws/global-autoconfig.properties | 3 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties |
4 | 4 | ||
5 | boy.cn.site.url = http://www.yohoboys.com | 5 | boy.cn.site.url = http://www.yohoboys.com |
6 | girl.cn.site.url = http://hk.yohoboys.com | 6 | girl.cn.site.url = http://hk.yohoboys.com |
@@ -25,7 +25,7 @@ uic.service.url = http://uic.yoho.cn/uic | @@ -25,7 +25,7 @@ uic.service.url = http://uic.yoho.cn/uic | ||
25 | 25 | ||
26 | yohonow.env.namespace = yohonow | 26 | yohonow.env.namespace = yohonow |
27 | yohonow.env.serverport = 1 | 27 | yohonow.env.serverport = 1 |
28 | -yohonow.env.webapphome = /home/master/yoho-now/deploy | 28 | +yohonow.env.webapphome = /home/test/yohoJavaApp/yoho-now/deploy/target |
29 | 29 | ||
30 | zkAddress = zk01.yohoops.org:2181 | 30 | zkAddress = zk01.yohoops.org:2181 |
31 | 31 |
1 | autoconfig.properties = sharedAutoconfig | 1 | autoconfig.properties = sharedAutoconfig |
2 | -autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/global-autoconfig.properties | 2 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties |
3 | 3 | ||
4 | yoho.push.env.namespace = push | 4 | yoho.push.env.namespace = push |
5 | yoho.push.env.serverport = 9 | 5 | yoho.push.env.serverport = 9 |
6 | -yoho.push.env.webapphome = /home/master/yoho-push/deploy | 6 | +yoho.push.env.webapphome = /home/test/yohoJavaApp/yoho-push/deploy/target |
7 | 7 | ||
8 | ##just for push | 8 | ##just for push |
9 | #jdbc.mysql.yhpush.master=write.passport.yohoops.org:3306 | 9 | #jdbc.mysql.yhpush.master=write.passport.yohoops.org:3306 |
1 | autoconfig.properties = sharedAutoconfig | 1 | autoconfig.properties = sharedAutoconfig |
2 | 2 | ||
3 | -autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/global-autoconfig.properties | 3 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties |
4 | 4 | ||
5 | yoho.search.adaptor.env.serverport = 5 | 5 | yoho.search.adaptor.env.serverport = 5 |
6 | -yoho.search.adaptor.env.webapphome = /home/master/yoho-search-adaptor/deploy | 6 | +yoho.search.adaptor.env.webapphome = /home/test/yohoJavaApp/yoho-search-adaptor/deploy/target |
7 | yoho.search.adaptor.env.namespace = yoho-search-adaptor | 7 | yoho.search.adaptor.env.namespace = yoho-search-adaptor |
8 | 8 | ||
9 | tbl.product.url = http://service.api.global.yohobuy.com/product/api/v1/detail/ | 9 | tbl.product.url = http://service.api.global.yohobuy.com/product/api/v1/detail/ |
1 | autoconfig.properties = sharedAutoconfig | 1 | autoconfig.properties = sharedAutoconfig |
2 | -autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/global-autoconfig.properties | 2 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties |
3 | 3 | ||
4 | yoho.search.consumer.env.namespace = search-consumer | 4 | yoho.search.consumer.env.namespace = search-consumer |
5 | yoho.search.consumer.env.serverport = 8 | 5 | yoho.search.consumer.env.serverport = 8 |
6 | -yoho.search.consumer.env.webapphome = /home/master/yoho-search-consumer/deploy | 6 | +yoho.search.consumer.env.webapphome = /home/test/yohoJavaApp/yoho-search-consumer/deploy/target |
7 | 7 | ||
8 | #search-tbl | 8 | #search-tbl |
9 | tbl.product.url = http://service.api.global.yohobuy.com/product/api/v1/detail/ | 9 | tbl.product.url = http://service.api.global.yohobuy.com/product/api/v1/detail/ |
1 | autoconfig.properties = sharedAutoconfig | 1 | autoconfig.properties = sharedAutoconfig |
2 | -autoconfig.properties.sharedAutoconfig = file:/home/master/auto_deploy/deploy/autoconfig/aws/global-autoconfig.properties | 2 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties |
3 | 3 | ||
4 | yoho.search.producer.env.namespace = search-producer | 4 | yoho.search.producer.env.namespace = search-producer |
5 | yoho.search.producer.env.serverport = 9 | 5 | yoho.search.producer.env.serverport = 9 |
6 | -yoho.search.producer.env.webapphome = /home/master/yoho-search-producer/deploy | 6 | +yoho.search.producer.env.webapphome = /home/test/yohoJavaApp/yoho-search-producer/deploy/target |
7 | 7 | ||
8 | ## search configuration begin | 8 | ## search configuration begin |
9 | 9 |
1 | autoconfig.properties = sharedAutoconfig | 1 | autoconfig.properties = sharedAutoconfig |
2 | -autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/global-autoconfig.properties | 2 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties |
3 | 3 | ||
4 | yoho.search.service.env.namespace = yohosearch | 4 | yoho.search.service.env.namespace = yohosearch |
5 | yoho.search.service.env.serverport = 0 | 5 | yoho.search.service.env.serverport = 0 |
6 | -yoho.search.service.env.webapphome = /home/master/yoho-search-service/deploy | 6 | +yoho.search.service.env.webapphome = /home/test/yohoJavaApp/yoho-search-service/deploy/target |
7 | 7 | ||
8 | yoho.logs.level = WARN | 8 | yoho.logs.level = WARN |
9 | yoho.logs.maxHistory = 10 | 9 | yoho.logs.maxHistory = 10 |
1 | autoconfig.properties = sharedAutoconfig | 1 | autoconfig.properties = sharedAutoconfig |
2 | 2 | ||
3 | -autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/global-autoconfig.properties | 3 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties |
4 | 4 | ||
5 | java.logs.home = /Data/logs | 5 | java.logs.home = /Data/logs |
6 | 6 | ||
7 | yoho.sns.env.namespace = sns | 7 | yoho.sns.env.namespace = sns |
8 | yoho.sns.env.serverport = 2 | 8 | yoho.sns.env.serverport = 2 |
9 | -yoho.sns.env.webapphome = /home/master/yoho-sns/deploy | 9 | +yoho.sns.env.webapphome = /home/test/yohoJavaApp/yoho-sns/deploy/target |
10 | 10 | ||
11 | browse.service.url = http://api.brower.yohoops.org:8092/brower/ | 11 | browse.service.url = http://api.brower.yohoops.org:8092/brower/ |
12 | 12 |
1 | autoconfig.properties = sharedAutoconfig | 1 | autoconfig.properties = sharedAutoconfig |
2 | 2 | ||
3 | -autoconfig.properties.sharedAutoconfig = file:/home/gray/opps/deploy/autoconfig/master/global-autoconfig.properties | 3 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties |
4 | 4 | ||
5 | platform.login.url = http://serve.erp.yohoops.org/service/account/v1/Profile/login | 5 | platform.login.url = http://serve.erp.yohoops.org/service/account/v1/Profile/login |
6 | 6 | ||
@@ -15,7 +15,7 @@ gateway.api.url = http://api.yoho.yohoops.org/ | @@ -15,7 +15,7 @@ gateway.api.url = http://api.yoho.yohoops.org/ | ||
15 | 15 | ||
16 | yoho.social.env.namespace = social | 16 | yoho.social.env.namespace = social |
17 | yoho.social.env.serverport = 5 | 17 | yoho.social.env.serverport = 5 |
18 | -yoho.social.env.webapphome = /home/master/yoho-social/deploy | 18 | +yoho.social.env.webapphome = /home/test/yohoJavaApp/yoho-social/deploy/target |
19 | 19 | ||
20 | is_debug_enable=false | 20 | is_debug_enable=false |
21 | 21 |
@@ -2,7 +2,7 @@ activity.url = http://service.yoho.cn | @@ -2,7 +2,7 @@ activity.url = http://service.yoho.cn | ||
2 | 2 | ||
3 | autoconfig.properties = sharedAutoconfig | 3 | autoconfig.properties = sharedAutoconfig |
4 | 4 | ||
5 | -autoconfig.properties.sharedAutoconfig = file:/home/master/auto_deploy/deploy/autoconfig/aws/global-autoconfig.properties | 5 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties |
6 | 6 | ||
7 | des.password_crypt_key = _+@#$%^kEHrDooxWHCWtfeSxvDvgqZq_+@#$%^ | 7 | des.password_crypt_key = _+@#$%^kEHrDooxWHCWtfeSxvDvgqZq_+@#$%^ |
8 | 8 | ||
@@ -48,7 +48,7 @@ invite.code.url = https://union.yoho.cn/union/app-downloads.html?union_ | @@ -48,7 +48,7 @@ invite.code.url = https://union.yoho.cn/union/app-downloads.html?union_ | ||
48 | 48 | ||
49 | yoho.users.env.namespace = users | 49 | yoho.users.env.namespace = users |
50 | yoho.users.env.serverport = 1 | 50 | yoho.users.env.serverport = 1 |
51 | -yoho.users.env.webapphome = /home/master/yoho-users/deploy | 51 | +yoho.users.env.webapphome = /home/test/yohoJavaApp/yoho-users/deploy/target |
52 | 52 | ||
53 | zmxy_appId = 1000692 | 53 | zmxy_appId = 1000692 |
54 | zmxy_contract_flag = si201607290001591005 | 54 | zmxy_contract_flag = si201607290001591005 |
1 | autoconfig.properties = sharedAutoconfig | 1 | autoconfig.properties = sharedAutoconfig |
2 | 2 | ||
3 | -autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/global-autoconfig.properties | 3 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties |
4 | 4 | ||
5 | cocacola.wechat.share.url = http://service.yoho.cn/activity/cocacola/html/index1.html | 5 | cocacola.wechat.share.url = http://service.yoho.cn/activity/cocacola/html/index1.html |
6 | 6 | ||
@@ -26,7 +26,7 @@ tencentmkt.shareUrl = http://service.yoho.cn/activity/tencentMkt/index.html | @@ -26,7 +26,7 @@ tencentmkt.shareUrl = http://service.yoho.cn/activity/tencentMkt/index.html | ||
26 | 26 | ||
27 | yoho.activity.env.namespace = activity | 27 | yoho.activity.env.namespace = activity |
28 | yoho.activity.env.serverport = 0 | 28 | yoho.activity.env.serverport = 0 |
29 | -yoho.activity.env.webapphome = /home/master/yohobuy-activity/deploy | 29 | +yoho.activity.env.webapphome = /home/test/yohoJavaApp/yohobuy-activity/deploy/target |
30 | 30 | ||
31 | userday.coupon={"20":"34772", "10":"34770"} | 31 | userday.coupon={"20":"34772", "10":"34770"} |
32 | userday.open.day=60 | 32 | userday.open.day=60 |
1 | autoconfig.properties = sharedAutoconfig | 1 | autoconfig.properties = sharedAutoconfig |
2 | 2 | ||
3 | -#autoconfig.properties.sharedAutoconfig = file:/home/gray/opps/deploy/autoconfig/master/global-autoconfig.properties | 3 | +#autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties |
4 | 4 | ||
5 | erp.order.status.url = http://portal.admin.yohobuy.com/api/orders/status | 5 | erp.order.status.url = http://portal.admin.yohobuy.com/api/orders/status |
6 | 6 | ||
@@ -20,7 +20,7 @@ users.browse.sync = true | @@ -20,7 +20,7 @@ users.browse.sync = true | ||
20 | 20 | ||
21 | yoho.bigData.env.namespace = bigdata | 21 | yoho.bigData.env.namespace = bigdata |
22 | yoho.bigData.env.serverport = 1 | 22 | yoho.bigData.env.serverport = 1 |
23 | -yoho.bigData.env.webapphome = /home/master/yohobuy-bigdata/deploy | 23 | +yoho.bigData.env.webapphome = /home/test/yohoJavaApp/yohobuy-bigdata/deploy/target |
24 | 24 | ||
25 | jdbc.mysql.bigdata.master=bigdata.db.union.yohoops.org:3306 | 25 | jdbc.mysql.bigdata.master=bigdata.db.union.yohoops.org:3306 |
26 | jdbc.mysql.bigdata.username=yh_bigdata | 26 | jdbc.mysql.bigdata.username=yh_bigdata |
1 | autoconfig.properties = sharedAutoconfig | 1 | autoconfig.properties = sharedAutoconfig |
2 | 2 | ||
3 | -autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/global-autoconfig.properties | 3 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties |
4 | 4 | ||
5 | users.browse.expire = 7776000 | 5 | users.browse.expire = 7776000 |
6 | 6 | ||
@@ -9,7 +9,7 @@ users.browse.numPerUser = 100 | @@ -9,7 +9,7 @@ users.browse.numPerUser = 100 | ||
9 | 9 | ||
10 | yohobuy.brower.env.namespace = brower | 10 | yohobuy.brower.env.namespace = brower |
11 | yohobuy.brower.env.serverport = 2 | 11 | yohobuy.brower.env.serverport = 2 |
12 | -yohobuy.brower.env.webapphome = /home/master/yohobuy-brower/deploy | 12 | +yohobuy.brower.env.webapphome = /home/test/yohoJavaApp/yohobuy-brower/deploy/target |
13 | 13 | ||
14 | rabbit_concurrent=3 | 14 | rabbit_concurrent=3 |
15 | 15 |
@@ -4,7 +4,7 @@ alarm.mobile = 17714194699,13951882433,18652008443,15251706034,18651629128,1899 | @@ -4,7 +4,7 @@ alarm.mobile = 17714194699,13951882433,18652008443,15251706034,18651629128,1899 | ||
4 | 4 | ||
5 | autoconfig.properties = sharedAutoconfig | 5 | autoconfig.properties = sharedAutoconfig |
6 | 6 | ||
7 | -autoconfig.properties.sharedAutoconfig = file:/home/union/opps/deploy/autoconfig/master/global-autoconfig.properties | 7 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties |
8 | 8 | ||
9 | bigData.url = http://bigdata.api.crm.yohoops.org:8080/bigdata/crm/ | 9 | bigData.url = http://bigdata.api.crm.yohoops.org:8080/bigdata/crm/ |
10 | 10 | ||
@@ -23,7 +23,7 @@ sms.url = http://211.147.239.62:9050/cgi-bin/sendsms | @@ -23,7 +23,7 @@ sms.url = http://211.147.239.62:9050/cgi-bin/sendsms | ||
23 | 23 | ||
24 | yohobuy.crm.env.namespace = crm | 24 | yohobuy.crm.env.namespace = crm |
25 | yohobuy.crm.env.serverport = 3 | 25 | yohobuy.crm.env.serverport = 3 |
26 | -yohobuy.crm.env.webapphome = /home/master/yohobuy-crm/deploy | 26 | +yohobuy.crm.env.webapphome = /home/test/yohoJavaApp/yohobuy-crm/deploy/target |
27 | 27 | ||
28 | sms.reprot.flag=true | 28 | sms.reprot.flag=true |
29 | 29 |
1 | -yohobuy.global.env.webapphome=/home/master/yohobuy-global/deploy | 1 | +yohobuy.global.env.webapphome = /home/test/yohoJavaApp/yohobuy-global/deploy/target |
2 | yohobuy.global.env.serverport=0 | 2 | yohobuy.global.env.serverport=0 |
3 | yohobuy.global.env.namespace=globalbuy | 3 | yohobuy.global.env.namespace=globalbuy |
4 | 4 |
1 | autoconfig.properties = sharedAutoconfig | 1 | autoconfig.properties = sharedAutoconfig |
2 | 2 | ||
3 | -autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/global-autoconfig.properties | 3 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties |
4 | 4 | ||
5 | erp.order.change.sync.type = MQ | 5 | erp.order.change.sync.type = MQ |
6 | erp.order.close.sync.type = MQ | 6 | erp.order.close.sync.type = MQ |
@@ -9,7 +9,7 @@ erp.order.express.sync.type = MQ | @@ -9,7 +9,7 @@ erp.order.express.sync.type = MQ | ||
9 | erp.order.refund.sync.type = MQ | 9 | erp.order.refund.sync.type = MQ |
10 | erp.order.status.url = http://portal.admin.yohobuy.com/api/orders/status | 10 | erp.order.status.url = http://portal.admin.yohobuy.com/api/orders/status |
11 | 11 | ||
12 | -java.logs.home = /Data/logs | 12 | +java.logs.home = /home/test/yohoJavaLogs |
13 | 13 | ||
14 | jdbc.mysql.readonlyinslave = true | 14 | jdbc.mysql.readonlyinslave = true |
15 | 15 | ||
@@ -17,7 +17,7 @@ order.codpay.lock.duration = 1440 | @@ -17,7 +17,7 @@ order.codpay.lock.duration = 1440 | ||
17 | 17 | ||
18 | yohobuy.order.env.namespace = order | 18 | yohobuy.order.env.namespace = order |
19 | yohobuy.order.env.serverport = 4 | 19 | yohobuy.order.env.serverport = 4 |
20 | -yohobuy.order.env.webapphome = /home/master/yohobuy-order/deploy | 20 | +yohobuy.order.env.webapphome = /home/test/yohoJavaApp/yohobuy-order/deploy/target |
21 | 21 | ||
22 | 22 | ||
23 | erp.order.autoCancel.switch.key = N | 23 | erp.order.autoCancel.switch.key = N |
@@ -44,14 +44,14 @@ exhibition.ticket.couponid=29640 | @@ -44,14 +44,14 @@ exhibition.ticket.couponid=29640 | ||
44 | package.ticket.couponid=29642 | 44 | package.ticket.couponid=29642 |
45 | 45 | ||
46 | # 支付回调地址 | 46 | # 支付回调地址 |
47 | -applepay.notifyurl = http://service.yoho.cn/payment/applepay_notify | ||
48 | -qq.notifyurl = http://service.yoho.cn/payment/qqpay_notify | ||
49 | -unionpay.notifyurl = https://service.yoho.cn/payment/unionpay_newnotify | ||
50 | -wechat.app.newnotifyurl = http://service.yoho.cn/payment/weixin_notify | ||
51 | -wechat.app.notifyurl = http://service.yoho.cn/payment/wechat_notify | ||
52 | -alipay.notifyurl = https://service.yoho.cn/payment/alipay_notify | ||
53 | -cmbnetpay.payNoticeUrl = https://service.yoho.cn/payment/cmbpay_notify | ||
54 | -cmbnetpay.signNoticeUrl = https://service.yoho.cn/payment/cmbsign_notify | 47 | +applepay.notifyurl = http://service-performance.yohoops.cn/payment/applepay_notify |
48 | +qq.notifyurl = http://service-performance.yohoops.cn/payment/qqpay_notify | ||
49 | +unionpay.notifyurl = https://service-performance.yohoops.cn/payment/unionpay_newnotify | ||
50 | +wechat.app.newnotifyurl = http://service-performance.yohoops.cn/payment/weixin_notify | ||
51 | +wechat.app.notifyurl = http://service-performance.yohoops.cn/payment/wechat_notify | ||
52 | +alipay.notifyurl = https://service-performance.yohoops.cn/payment/alipay_notify | ||
53 | +cmbnetpay.payNoticeUrl = https://service-performance.yohoops.cn/payment/cmbpay_notify | ||
54 | +cmbnetpay.signNoticeUrl = https://service-performance.yohoops.cn/payment/cmbsign_notify | ||
55 | 55 | ||
56 | # unionmpos env: 00,production enviroment; 01,test enviroment | 56 | # unionmpos env: 00,production enviroment; 01,test enviroment |
57 | unionmpos.env=00 | 57 | unionmpos.env=00 |
@@ -8,7 +8,7 @@ auth.user.req.url = http://gw.api.yohobuy.com/erp-shop-web/account/profile/quer | @@ -8,7 +8,7 @@ auth.user.req.url = http://gw.api.yohobuy.com/erp-shop-web/account/profile/quer | ||
8 | 8 | ||
9 | autoconfig.properties = sharedAutoconfig | 9 | autoconfig.properties = sharedAutoconfig |
10 | 10 | ||
11 | -autoconfig.properties.sharedAutoconfig = file:/home/master/auto_deploy/deploy/autoconfig/aws/global-autoconfig.properties | 11 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties |
12 | 12 | ||
13 | bigData.analytics.transfer.url = http://analytics.m.yohobuy.com/yas.gif/web/ | 13 | bigData.analytics.transfer.url = http://analytics.m.yohobuy.com/yas.gif/web/ |
14 | 14 | ||
@@ -136,5 +136,5 @@ watchService.watchDir = /Data/sftp_images | @@ -136,5 +136,5 @@ watchService.watchDir = /Data/sftp_images | ||
136 | 136 | ||
137 | yohobuy.platform.env.namespace = platform | 137 | yohobuy.platform.env.namespace = platform |
138 | yohobuy.platform.env.serverport = 8 | 138 | yohobuy.platform.env.serverport = 8 |
139 | -yohobuy.platform.env.webapphome = /home/master/yohobuy-platform/deploy | 139 | +yohobuy.platform.env.webapphome = /home/test/yohoJavaApp/yohobuy-platform/deploy/target |
140 | manager.zkAddress = 172.31.20.7:2181,172.31.23.161:2181 | 140 | manager.zkAddress = 172.31.20.7:2181,172.31.23.161:2181 |
1 | autoconfig.properties = sharedAutoconfig | 1 | autoconfig.properties = sharedAutoconfig |
2 | 2 | ||
3 | -autoconfig.properties.sharedAutoconfig = file:/home/master/auto_deploy/deploy/autoconfig/aws/global-autoconfig.properties | 3 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties |
4 | 4 | ||
5 | front.gateway.host = http://api.yoho.cn | 5 | front.gateway.host = http://api.yoho.cn |
6 | #grey | 6 | #grey |
@@ -15,4 +15,4 @@ platform.host = http://172.31.23.161:8088/platform | @@ -15,4 +15,4 @@ platform.host = http://172.31.23.161:8088/platform | ||
15 | 15 | ||
16 | yohobuy.portal.gateway.env.namespace = portal-gateway | 16 | yohobuy.portal.gateway.env.namespace = portal-gateway |
17 | yohobuy.portal.gateway.env.serverport = 0 | 17 | yohobuy.portal.gateway.env.serverport = 0 |
18 | -yohobuy.portal.gateway.env.webapphome = /home/master/yohobuy-portal-gateway/deploy | 18 | +yohobuy.portal.gateway.env.webapphome = /home/test/yohoJavaApp/yohobuy-portal-gateway/deploy/target |
1 | autoconfig.properties = sharedAutoconfig | 1 | autoconfig.properties = sharedAutoconfig |
2 | 2 | ||
3 | -autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/global-autoconfig.properties | 3 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties |
4 | 4 | ||
5 | jdbc.mysql.readonlyinslave = false | 5 | jdbc.mysql.readonlyinslave = false |
6 | 6 | ||
@@ -8,4 +8,4 @@ rabbitAddress = 192.168.102.162:32810 | @@ -8,4 +8,4 @@ rabbitAddress = 192.168.102.162:32810 | ||
8 | 8 | ||
9 | yohobuy.product.env.namespace = product | 9 | yohobuy.product.env.namespace = product |
10 | yohobuy.product.env.serverport = 3 | 10 | yohobuy.product.env.serverport = 3 |
11 | -yohobuy.product.env.webapphome = /home/master/yohobuy-product/deploy | 11 | +yohobuy.product.env.webapphome = /home/test/yohoJavaApp/yohobuy-product/deploy/target |
1 | autoconfig.properties = sharedAutoconfig | 1 | autoconfig.properties = sharedAutoconfig |
2 | 2 | ||
3 | -autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/global-autoconfig.properties | 3 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties |
4 | 4 | ||
5 | jdbc.mysql.yhbpromotion.master.password = input_password | 5 | jdbc.mysql.yhbpromotion.master.password = input_password |
6 | jdbc.mysql.yhbpromotion.master.username = guang_res | 6 | jdbc.mysql.yhbpromotion.master.username = guang_res |
7 | 7 | ||
8 | yohobuy.promotion.env.namespace = promotion | 8 | yohobuy.promotion.env.namespace = promotion |
9 | yohobuy.promotion.env.serverport = 5 | 9 | yohobuy.promotion.env.serverport = 5 |
10 | -yohobuy.promotion.env.webapphome = /home/master/yohobuy-promotion/deploy | 10 | +yohobuy.promotion.env.webapphome = /home/test/yohoJavaApp/yohobuy-promotion/deploy/target |
11 | 11 | ||
12 | promoation.invite.newCouponMap = {"17593":15,"17597":15,"17599":15,"17601":15,"17603":15} | 12 | promoation.invite.newCouponMap = {"17593":15,"17597":15,"17599":15,"17601":15,"17603":15} |
13 | promoation.invite.shareCoupon = [ "12073", "12075", "12077", "12079", "12081", "12083" ] | 13 | promoation.invite.shareCoupon = [ "12073", "12075", "12077", "12079", "12081", "12083" ] |
1 | autoconfig.properties = sharedAutoconfig | 1 | autoconfig.properties = sharedAutoconfig |
2 | 2 | ||
3 | -autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/global-autoconfig.properties | 3 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties |
4 | 4 | ||
5 | jdbc.mysql.readonlyinslave = false | 5 | jdbc.mysql.readonlyinslave = false |
6 | invite.code.activity.id = 2024 | 6 | invite.code.activity.id = 2024 |
7 | 7 | ||
8 | yohobuy.resources.env.namespace = resources | 8 | yohobuy.resources.env.namespace = resources |
9 | yohobuy.resources.env.serverport = 7 | 9 | yohobuy.resources.env.serverport = 7 |
10 | -yohobuy.resources.env.webapphome = /home/master/yohobuy-resources/deploy | 10 | +yohobuy.resources.env.webapphome = /home/test/yohoJavaApp/yohobuy-resources/deploy/target |
11 | 11 | ||
12 | service.online.type=3 | 12 | service.online.type=3 |
13 | service.online.type.h5=http://m.yohobuy.com/service/im | 13 | service.online.type.h5=http://m.yohobuy.com/service/im |
1 | autoconfig.properties = sharedAutoconfig | 1 | autoconfig.properties = sharedAutoconfig |
2 | 2 | ||
3 | -autoconfig.properties.sharedAutoconfig = file:/home/master/auto_deploy/deploy/autoconfig/aws/global-autoconfig.properties | 3 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties |
4 | 4 | ||
5 | erp.domain = http://gateway.erp.yohoops.org/erp-gateway-web | 5 | erp.domain = http://gateway.erp.yohoops.org/erp-gateway-web |
6 | 6 | ||
@@ -42,4 +42,4 @@ wifi.login.url = http://192.168.103.230:8080/am/controller/portal/external/logi | @@ -42,4 +42,4 @@ wifi.login.url = http://192.168.103.230:8080/am/controller/portal/external/logi | ||
42 | 42 | ||
43 | yohobuy.shops.env.namespace = shops | 43 | yohobuy.shops.env.namespace = shops |
44 | yohobuy.shops.env.serverport = 8 | 44 | yohobuy.shops.env.serverport = 8 |
45 | -yohobuy.shops.env.webapphome = /home/master/yohobuy-shops/deploy | 45 | +yohobuy.shops.env.webapphome = /home/test/yohoJavaApp/yohobuy-shops/deploy/target |
1 | autoconfig.properties = sharedAutoconfig | 1 | autoconfig.properties = sharedAutoconfig |
2 | -autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/global-autoconfig.properties | 2 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties |
3 | yohobuy.task.env.namespace = task | 3 | yohobuy.task.env.namespace = task |
4 | yohobuy.task.env.serverport = 4 | 4 | yohobuy.task.env.serverport = 4 |
5 | -yohobuy.task.env.webapphome = /home/master/yohobuy-task/deploy | 5 | +yohobuy.task.env.webapphome = /home/test/yohoJavaApp/yohobuy-task/deploy/target |
6 | web.context=task | 6 | web.context=task |
7 | 7 | ||
8 | yoho.logs.level=INFO | 8 | yoho.logs.level=INFO |
@@ -4,7 +4,7 @@ admin.login.url = http://admin.portal.yohobuy.com | @@ -4,7 +4,7 @@ admin.login.url = http://admin.portal.yohobuy.com | ||
4 | 4 | ||
5 | autoconfig.properties = sharedAutoconfig | 5 | autoconfig.properties = sharedAutoconfig |
6 | 6 | ||
7 | -autoconfig.properties.sharedAutoconfig = file:/home/master/auto_deploy/deploy/autoconfig/aws/global-autoconfig.properties | 7 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties |
8 | 8 | ||
9 | bigdate.db.password = ZARNTZvqPIYoBOhoTTTGRaMwEu/zaKV31I9S8xDJIUA= | 9 | bigdate.db.password = ZARNTZvqPIYoBOhoTTTGRaMwEu/zaKV31I9S8xDJIUA= |
10 | bigdate.db.url = bigdata.db.union.yohoops.org:3306 | 10 | 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 | @@ -34,4 +34,4 @@ unions.kafka.producer.servers=10.67.1.23:9092,10.67.1.53:9092,10.67.1.61:9092,10 | ||
34 | 34 | ||
35 | yoho.unions.env.namespace = union | 35 | yoho.unions.env.namespace = union |
36 | yoho.unions.env.serverport = 8 | 36 | yoho.unions.env.serverport = 8 |
37 | -yoho.unions.env.webapphome = /home/master/yohobuy-union/deploy | 37 | +yoho.unions.env.webapphome = /home/test/yohoJavaApp/yohobuy-union/deploy/target |
1 | autoconfig.properties = sharedAutoconfig | 1 | autoconfig.properties = sharedAutoconfig |
2 | 2 | ||
3 | -autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/global-autoconfig.properties | 3 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties |
4 | 4 | ||
5 | new.force.wechat.small.program.access.appid = wxe4f1cbdfd470035d | 5 | new.force.wechat.small.program.access.appid = wxe4f1cbdfd470035d |
6 | new.force.wechat.small.program.access.secret = ea1621e91f7a9722259108b287eeb535 | 6 | new.force.wechat.small.program.access.secret = ea1621e91f7a9722259108b287eeb535 |
@@ -22,5 +22,5 @@ wechat.small.program.access.secret = 045848c0e0d76f7699236e4a35d65948 | @@ -22,5 +22,5 @@ wechat.small.program.access.secret = 045848c0e0d76f7699236e4a35d65948 | ||
22 | 22 | ||
23 | yohobuy.wechat.env.namespace = wechat | 23 | yohobuy.wechat.env.namespace = wechat |
24 | yohobuy.wechat.env.serverport = 4 | 24 | yohobuy.wechat.env.serverport = 4 |
25 | -yohobuy.wechat.env.webapphome = /home/master/yohobuy-wechat/deploy | 25 | +yohobuy.wechat.env.webapphome = /home/test/yohoJavaApp/yohobuy-wechat/deploy/target |
26 | bigData.analytics.transfer.url=http://analytics.m.yohobuy.com/yas.gif/web/ | 26 | bigData.analytics.transfer.url=http://analytics.m.yohobuy.com/yas.gif/web/ |
@@ -3,11 +3,11 @@ yoho.logs.basedir=/Data/logs | @@ -3,11 +3,11 @@ yoho.logs.basedir=/Data/logs | ||
3 | jdbc.mysql.readonlyinslave=true | 3 | jdbc.mysql.readonlyinslave=true |
4 | autoconfig.properties = sharedAutoconfig | 4 | autoconfig.properties = sharedAutoconfig |
5 | 5 | ||
6 | -autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/global-autoconfig.properties | 6 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties |
7 | 7 | ||
8 | yoho.env.namespace = yohomars-platform | 8 | yoho.env.namespace = yohomars-platform |
9 | yoho.env.serverport = 62 | 9 | yoho.env.serverport = 62 |
10 | -yoho.env.webapphome = /home/master/yohomars-platform/deploy | 10 | +yoho.env.webapphome = /home/test/yohoJavaApp/yohomars-platform/deploy/target |
11 | 11 | ||
12 | redis.notsync.twemproxy.addresses = 172.31.50.185:6379 | 12 | redis.notsync.twemproxy.addresses = 172.31.50.185:6379 |
13 | redis.proxy.address = 172.31.50.185 | 13 | redis.proxy.address = 172.31.50.185 |
1 | autoconfig.properties = sharedAutoconfig | 1 | autoconfig.properties = sharedAutoconfig |
2 | -autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/global-autoconfig.properties | 2 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties |
3 | 3 | ||
4 | yohomars.search.service.env.namespace = yohomars-search | 4 | yohomars.search.service.env.namespace = yohomars-search |
5 | yohomars.search.service.env.serverport = 7 | 5 | yohomars.search.service.env.serverport = 7 |
6 | -yohomars.search.service.env.webapphome = /home/master/yohomars-search-service/deploy | 6 | +yohomars.search.service.env.webapphome = /home/test/yohoJavaApp/yohomars-search-service/deploy/target |
7 | zkAddress=zk01.yohoops.org:2181 | 7 | zkAddress=zk01.yohoops.org:2181 |
1 | autoconfig.properties = sharedAutoconfig | 1 | autoconfig.properties = sharedAutoconfig |
2 | 2 | ||
3 | -autoconfig.properties.sharedAutoconfig = file:/home/master/auto_deploy/deploy/autoconfig/aws/global-autoconfig.properties | 3 | +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties |
4 | 4 | ||
5 | jdbc.mysql.readonlyinslave = true | 5 | jdbc.mysql.readonlyinslave = true |
6 | 6 | ||
7 | yoho.env.namespace = yohonow-platform | 7 | yoho.env.namespace = yohonow-platform |
8 | yoho.env.serverport = 61 | 8 | yoho.env.serverport = 61 |
9 | -yoho.env.webapphome = /home/master/yohonow-platform/deploy | 9 | +yoho.env.webapphome = /home/test/yohoJavaApp/yohonow-platform/deploy/target |
10 | 10 | ||
11 | zkAddress = zk01.yohoops.org:2181 | 11 | zkAddress = zk01.yohoops.org:2181 |
12 | 12 |
-
Please register or login to post a comment