Authored by jimi.ji

add ci

Showing 41 changed files with 1832 additions and 0 deletions
autoconfig.properties = sharedAutoconfig
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/test/yohoJavaApp/cms_push/deploy/target
#debug_enable
is_debug_enable=false
##jdbc connection
db.default.initialSize=10
db.default.maxTotal=20
db.default.maxIdle=10
db.default.minIdle=5
##push redis
redis.push.address=172.31.24.77
redis.push.port=16379
redis.push.auth=
##cms push redis
redis.readonly.proxy.address=172.31.50.185
redis.readonly.proxy.port=6379
redis.readonly.proxy.auth=
redis.pool.maxTotal=200
redis.pool.maxIdle=100
redis.pool.minIdle=30
redis.pool.maxWaitMillis=10000
#getui
cms.getui.appkey=6mTvGCuFmG61NjZfrHIs24
cms.getui.appid=TlIHUfi2I66b0DqEfsbjG2
cms.getui.appsecret=JyVp1IH4AWAEb2PWhaCqXA
cms.getui.mastersecret=lyT7C3exCG730j6u5GFUj1
mars.getui.appkey=lvd6oGCOCi7Rd9BJFRAmq
mars.getui.appid=9BVxmH5UW58koOjglnhiZ3
mars.getui.appsecret=FkzFfHrnli5uC8LHQMBuG5
mars.getui.mastersecret=6lWE253RTH7zlOHWFszDi3
getui.host=http://sdk.open.api.igexin.com/apiex.htm
getui.default.size=1000
#ios
cms.push.ios.custom.key=data
ios.password=123456
#send.task.batch.size
send.task.batch.size=50
#web.content
web.context=cms_push
#push.devEnv
mars.push.devEnv = false
cms.push.devEnv = false
\ No newline at end of file
... ...
#!/bin/bash
#key,val,filename
path=$(pwd)
for f in `ls $path | grep .properties`
do
cat $f | while read line
do
if [[ "${line:0:1}" != "#" && "$line" != "" ]];then
key=$(echo $line | awk -F '=' '{print $1}' | sed "s/^[ \s]\{1,\}//g;s/[ \s]\{1,\}$//g")
val=$(echo $line | awk -F '=' '{print $2}' | sed "s/^[ \s]\{1,\}//g;s/[ \s]\{1,\}$//g")
echo "${key}>${val}>${f}"
fi
done
done
... ...
USER=$(whoami)
if [[ "$USER" != "test" ]];then
echo "ERROR:需切换到test用户!"
exit 1
fi
if [[ $1 ]];then
cd $1
git reset --hard origin/master
git pull;
else
echo "未输入路径"
fi
... ...
#!/bin/bash
USER=$(whoami)
if [[ "$USER" != "test" ]];then
echo "ERROR:需切换到test用户!"
exit 1
fi
if [[ $1 ]];then
cd $1
git add .
git commit -m "auto push by shell"
git push
else
echo "未输入路径"
fi
... ...
yoho.logs.level = WARN
yoho.logs.basedir = /Data/logs/java
yoho.logs.maxHistory = 2
yoho.logs.maxFileSize = 50MB
yoho.env.javahome = /usr/local/java
yoho.env.serverhome = /usr/local/tomcat
yoho.env.servertype = tomcat
yoho.env.productmode = PRODUCT
file.saveDir=/Data/logs/java
### ****************************** database ***********************************
# cobar
jdbc.mysql.cobar.username=yh_vpc_bak
jdbc.mysql.cobar.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh
jdbc.mysql.yhwechat.master=mysql-passport:3306
jdbc.mysql.yhwechat.slave=mysql-passport:3306
jdbc.mysql.yhwechat.username=yh_vpc_bak
jdbc.mysql.yhwechat.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh
jdbc.mysql.yhresource.username=yh_vpc_bak
jdbc.mysql.yhresource.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh
jdbc.mysql.yhshops.username=yh_vpc_bak
jdbc.mysql.yhshops.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh
# yh_orders
jdbc.mysql.yhorders.username=yh_vpc_bak
jdbc.mysql.yhorders.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh
# yhb_operations
jdbc.mysql.yhboperations.username=yh_vpc_bak
jdbc.mysql.yhboperations.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh
# yh_comment
jdbc.mysql.yhcomment.username=yh_vpc_bak
jdbc.mysql.yhcomment.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh
#yhb_promotion
jdbc.mysql.yhbpromotion.username=yh_vpc_bak
jdbc.mysql.yhbpromotion.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh
#yoho_sms配置读写分离
jdbc.mysql.yohosms.username=yh_vpc_bak
jdbc.mysql.yohosms.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh
#yh_inbox配置读写分离
jdbc.mysql.yhinbox.username=yh_vpc_bak
jdbc.mysql.yhinbox.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh
#yoho_logs配置读写分离, 暂时将表存在yoho_sms中
jdbc.mysql.yohologs.username=yh_vpc_bak
jdbc.mysql.yohologs.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh
#yoho_passport读写数据分离
jdbc.mysql.yohopassport.username=yh_vpc_bak
jdbc.mysql.yohopassport.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh
#yh_operations配置读写分离
jdbc.mysql.yhoperations.username=yh_vpc_bak
jdbc.mysql.yhoperations.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh
#yh_passport读写分离
jdbc.mysql.yhpassport.username=yh_vpc_bak
jdbc.mysql.yhpassport.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh
#yh_setting读写分离
jdbc.mysql.yhsetting.username=yh_vpc_bak
jdbc.mysql.yhsetting.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh
#yh_pay
jdbc.mysql.pay.username=yh_vpc_bak
jdbc.mysql.pay.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh
#event
jdbc.mysql.yhevents.username=yh_vpc_bak
jdbc.mysql.yhevents.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh
#event
jdbc.mysql.yhcoupons.username=yh_vpc_bak
jdbc.mysql.yhcoupons.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh
#yh_consult
jdbc.mysql.yhconsult.username=yh_vpc_bak
jdbc.mysql.yhconsult.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh
#unions
jdbc.mysql.unions.username=yh_vpc_bak
jdbc.mysql.unions.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh
#model
jdbc.mysql.yohopushcenter.username=yh_vpc_bak
jdbc.mysql.yohopushcenter.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh
jdbc.mysql.yhpush.username=yh_vpc_bak
jdbc.mysql.yhpush.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh
#yoho-activity
jdbc.mysql.yohoactivity.username=yh_vpc_bak
jdbc.mysql.yohoactivity.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh
#yh_guang
jdbc.mysql.yhguang.username=yh_vpc_bak
jdbc.mysql.yhguang.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh
#yhspecial
jdbc.mysql.yhspecial.username=yh_vpc_bak
jdbc.mysql.yhspecial.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh
#yohood
jdbc.mysql.yohood.username=yh_vpc_bak
jdbc.mysql.yohood.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh
#yohocrm
jdbc.mysql.yohocrm.username=yh_vpc_bak
jdbc.mysql.yohocrm.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh
#erppassport
jdbc.mysql.erppassport.username=yh_vpc_bak
jdbc.mysql.erppassport.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh
# ================
# yh_orders db split cobar的地址
jdbc.mysql.yhorderssplit.master=cobar:8066
jdbc.mysql.yhorderssplit.slave=cobar:8066
jdbc.mysql.yhorderssplit.slave2=cobar:8066
jdbc.mysql.yhorderssplit.slave3=cobar:8066
jdbc.mysql.yhorderssplit.username=yh_vpc_bak
jdbc.mysql.yhorderssplit.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh
jdbc.mysql.yhresource.master=mysql-cms:3306
jdbc.mysql.yhresource.slave=mysql-cms:3306
jdbc.mysql.yhshops.master=mysql-shops:3306
jdbc.mysql.yhshops.slave=mysql-shops:3306
#yhb_promotion_split db split
jdbc.mysql.yhbpromotionsplit.master=cobar:8066
jdbc.mysql.yhbpromotionsplit.slave=cobar:8066
jdbc.mysql.yhbpromotionsplit.slave2=cobar:8066
jdbc.mysql.yhbpromotionsplit.slave3=cobar:8066
jdbc.mysql.yhbpromotionsplit.username=yh_vpc_bak
jdbc.mysql.yhbpromotionsplit.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh
# yh_orders
jdbc.mysql.yhorders.master=mysql-orders:3306
jdbc.mysql.yhorders.slave=mysql-orders:3306
# yhb_operations
jdbc.mysql.yhboperations.master=mysql-cms:3306
jdbc.mysql.yhboperations.slave=mysql-cms:3306
# yh_comment
jdbc.mysql.yhcomment.master=mysql-cms:3306
jdbc.mysql.yhcomment.slave=mysql-cms:3306
#yhb_promotion
jdbc.mysql.yhbpromotion.master=mysql-orders:3306
jdbc.mysql.yhbpromotion.slave=mysql-orders:3306
#yoho_sms配置读写分离
jdbc.mysql.yohosms.master=mysql-passport:3306
jdbc.mysql.yohosms.slave=mysql-passport:3306
#yh_inbox配置读写分离
jdbc.mysql.yhinbox.master=mysql-passport:3306
jdbc.mysql.yhinbox.slave=mysql-passport:3306
#yoho_logs配置读写分离, 暂时将表存在yoho_sms中
jdbc.mysql.yohologs.master=mysql-yohologs:3306
#yoho_passport读写数据分离
jdbc.mysql.yohopassport.master=mysql-passport:3306
jdbc.mysql.yohopassport.slave=mysql-passport:3306
#yh_operations配置读写分离
jdbc.mysql.yhoperations.master=mysql-cms:3306
jdbc.mysql.yhoperations.slave=mysql-cms:3306
#yh_passport读写分离
jdbc.mysql.yhpassport.master=mysql-passport:3306
jdbc.mysql.yhpassport.slave=mysql-passport:3306
#yh_setting读写分离
jdbc.mysql.yhsetting.master=mysql-cms:3306
jdbc.mysql.yhsetting.slave=mysql-cms:3306
#yh_pay
jdbc.mysql.pay.master=mysql-orders:3306
jdbc.mysql.pay.slave=mysql-orders:3306
#event
jdbc.mysql.yhevents.master=mysql-cms:3306
jdbc.mysql.yhevents.slave=mysql-cms:3306
#event
jdbc.mysql.yhcoupons.master=mysql-orders:3306
jdbc.mysql.yhcoupons.slave=mysql-orders:3306
#yh_consult
jdbc.mysql.yhconsult.master=mysql-cms:3306
jdbc.mysql.yhconsult.slave=mysql-cms:3306
#unions
jdbc.mysql.unions.master=mysql-cms:3306
jdbc.mysql.unions.slave=mysql-cms:3306
#push center
jdbc.mysql.yohopushcenter.master=mysql-passport:3306
jdbc.mysql.yohopushcenter.slave=mysql-passport:3306
#q_msg_system
jdbc.mysql.yhpush.master=mysql-passport:3306
jdbc.mysql.yhpush.slave=mysql-passport:3306
#yoho_activity
jdbc.mysql.yohoactivity.master=mysql-passport:3306
jdbc.mysql.yohoactivity.slave=mysql-passport:3306
#yh_guang
jdbc.mysql.yhguang.master=mysql-cms:3306
jdbc.mysql.yhguang.slave=mysql-cms:3306
#yh_special
jdbc.mysql.yhspecial.master=mysql-cms:3306
jdbc.mysql.yhspecial.slave=mysql-cms:3306
#yh_special
jdbc.mysql.yhspecial.master=mysql-cms:3306
jdbc.mysql.yhspecial.slave=mysql-cms:3306
#yohood
jdbc.mysql.yohood.master=mysql-yohood:3306
jdbc.mysql.yohood.slave=mysql-yohood:3306
#yohocrm
jdbc.mysql.yohocrm.master=mysql-passport:3306
jdbc.mysql.yohocrm.slave=mysql-passport:3306
#erppassport
jdbc.mysql.erppassport.master=mysql-erp:3306
jdbc.mysql.erppassport.slave=mysql-erp:3306
#erp_supplier
jdbc.mysql.platform.erp_supplier.master = mysql-erp:3306
jdbc.mysql.platform.erp_supplier.password = hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh
jdbc.mysql.platform.erp_supplier.slave = mysql-erp:3306
jdbc.mysql.platform.erp_supplier.username = yh_vpc_bak
#yohobuy_task
jdbc.mysql.kisjob.datasources=yh_distributed_task
jdbc.mysql.kisjob.master=mysql-cms:3306
jdbc.mysql.kisjob.slave=mysql-cms:3306
#yhcommunity
jdbc.mysql.yhcommunity.master=mysql-uic:3306
jdbc.mysql.yhcommunity.slave=mysql-uic:3306
jdbc.mysql.yhcommunity.username=yh_vpc_bak
jdbc.mysql.yhcommunity.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh
#yh social
jdbc.mysql.yhsocial.master=mysql-social:3306
jdbc.mysql.yhsocial.slave=mysql-social:3306
jdbc.mysql.yhsocial.username=yh_vpc_bak
jdbc.mysql.yhsocial.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh
#yh_cms
jdbc.mysql.yh_cms.master=mysql-cms:3306
jdbc.mysql.yh_cms.slave=mysql-cms:3306
jdbc.mysql.yh_cms.username=yh_vpc_bak
jdbc.mysql.yh_cms.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh
#sso
jdbc.mysql.yhuuc.master=mysql-yhuuc:3306
jdbc.mysql.yhuuc.slave=mysql-yhuuc:3306
jdbc.mysql.yhuuc.username=yh_vpc_bak
jdbc.mysql.yhuuc.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh
#yhlottery
jdbc.mysql.yhlottery.master=mysql-yhlottery:3306
jdbc.mysql.yhlottery.slave=mysql-yhlottery:3306
jdbc.mysql.yhlottery.username=yh_vpc_bak
jdbc.mysql.yhlottery.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh
readOnlyInSlave=false
# monogdb
mongo.inbox.dbname = inbox
mongo.inbox.host = mongo.yohoops.org
mongo.inbox.port = 27017
#search-db
jdbc.mysql.yhbsearch.datasources=yhb_search
jdbc.mysql.yhbsearch.master=mysql-search:3306
jdbc.mysql.yhbsearch.slave=mysql-search:3306
jdbc.mysql.yhbsearch.username=yh_vpc_bak
jdbc.mysql.yhbsearch.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh
# search-es
search.es.cluster.name = yohosearch_test
search.es.servers = es:9300
search.index.number_of_replicas = 4
search.index.refresh_interval = 10s
search.index.translog.flush_threshold_ops = 5000
search.index.translog.flush_threshold_size = 1000mb
# search-mq
search.mq.server=mq-common
search.mq.port=5672
search.mq.username=yoho
search.mq.password=yoho
search.mq.exchange=yoho_search
search.mq.virtualHost=/
#for crm read db
jdbc.mysql.yohopassport.onlyslave=mysql-passport:3306
jdbc.mysql.yhpassport.onlyslave=mysql-passport:3306
jdbc.mysql.yhshops.onlyslave=mysql-shops:3306
jdbc.mysql.yhoperations.onlyslave=mysql-cms:3306
jdbc.mysql.yh.username=yh_vpc_bak
jdbc.mysql.yh.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh
##### **************************************** common properties ******************************************************
cache.servers.gateway.level1.address = java-yoho-gateway:21211
cache.servers.gateway.level1.expire = 1800
cache.servers.gateway.level2.address = java-yoho-gateway:21212
cache.servers.gateway.level2.expire = 43200
cache.servers.union.address = java-yoho-gateway:21211
ip.port.search.server = java-yoho-search-service:8080
qiniu.accesskey = atSf7xxIl8alEnsXbhC1bOD1GWVW3qYffz8SlB4m
qiniu.bucket = yhfair
qiniu.domain = http://yhfair.qiniudn.com
qiniu.secretkey = pyoJzPygXIkFWrc1BAsH6tAJ0yweTchpJwGKEwhm
# old redis
redis.proxy.address = twemproxy-nosync
redis.proxy.auth =
redis.proxy.port = 63790
redis.readonly.proxy.address = twemproxy-nosync
redis.readonly.proxy.auth =
redis.readonly.proxy.port = 63790
redis.notsync.twemproxy.addresses = twemproxy-nosync:63790
redis.notsync.twemproxy.auth=
# union redis
redis.union.address = twemproxy-nosync
redis.union.auth =
redis.union.port = 63790
# outter big data redis
bigDataRedis.proxy.address=twemproxy-bigdata
bigDataRedis.proxy.port=63790
bigDataRedis.proxy.auth=
# outter big data redis push
bigDataRedis-push.proxy.address=twemproxy-bigdata
bigDataRedis-push.proxy.port=63790
bigDataRedis-push.proxy.auth=
redis.union.proxy.address=twemproxy-nosync
redis.union.proxy.port=63790
redis.union.proxy.auth=
redis.union.readonly.proxy.address=twemproxy-nosync
redis.union.readonly.proxy.port=63790
redis.union.readonly.proxy.auth=
# search-redis
redis.search.proxy.address=twemproxy-nosync
redis.search.proxy.port=63790
redis.search.proxy.auth=
#bigDataRedis-search
bigDataRedis-search.proxy.address=twemproxy-bigdata
bigDataRedis-search.proxy.port= 63790
bigDataRedis-search.proxy.auth=
## rabbitmq configure
rabbit_host = mq-common:5672
rabbit_user = yoho
rabbit_password = yoho
########## common rabbitmq ##########
#aws
rabbit_common_aws = mq-common:5672
rabbit_common_aws_user = yoho
rabbit_common_aws_password = yoho
#qq
rabbit_common_qq = mq-common:5672
rabbit_common_qq_user = yoho
rabbit_common_qq_password = yoho
# local, maybe producer using this.
rabbit_common = mq-common:5672
rabbit_common_user = yoho
rabbit_common_password = yoho
##########common rabbitmq ##########
#cache clear rabbitmq
rabbit.cacheclean.producer.host = mq-common:5672
rabbit.cacheclean.consumer.host = mq-common:5672
# message center rabbit host
rabbit_message_center = mq-common:5672
rabbit_message_center_user = yoho
rabbit_message_center_password = yoho
rabbit_message_center_vhost = yoho
rabbit_union=mq-common:5672
rabbit_union_user=yoho
rabbit_union_password=yoho
rabbit_union_vhost=yoho
crf.service.url=https://osprec-ci.crfchina.com
gateway.domain.url = http://openresty-java
Gateway_URL=http://java-yoho-gateway:8080/gateway
yoho.message.controller.url=http://java-yoho-message:8087/yoho-message-controller
zkAddress=zk:2181
# change to order.run-host.yohoops.org later
order.task.host=java-yohobuy-order
APP_KEY = 1392109259
APP_SECRET = 1e87e46f115cc813e27ef52eb9915f1e
UUC_DOMAIN = http://java-uic
#从qcloud拷贝而来
redis.brower.proxy.address = twemproxy-brower
redis.brower.proxy.port = 63790
redis.brower.proxy.auth =
redis.brower.readonly.proxy.address = twemproxy-brower
redis.brower.readonly.proxy.port = 63790
redis.brower.readonly.proxy.auth =
#single cloud not sync redis
single.cloud.redis.proxy.address=twemproxy-nosync
single.cloud.redis.proxy.port=63790
single.cloud.redis.proxy.auth=
#single cloud not sync redis
single.cloud.redis.readonly.proxy.address=twemproxy-nosync
single.cloud.redis.readonly.proxy.port=63790
single.cloud.redis.readonly.proxy.auth=
## mq or call erp
erp.message.sync.type=MQ
#发短信配置项
sendSMS.password=7jVEde87bLffoTnt6tGxmw==
## service call timeout
service.call.connectReqTimeout=30000
service.call.socketTimeout=30000
service.call.connectTimeout=30000
hystrix.timeout=30000
trace.exporter.enable = false
exhibition.ticket.couponid=13272
package.ticket.couponid=13270
package.ticket.more.couponid=13268
default.http.type = http
erp.shop.web.url=http://erp-api:9098
#yoho-message配置读写分离
jdbc.mysql.yhmessage.master=mysql-message:3306
jdbc.mysql.yhmessage.slave=mysql-message:3306
jdbc.mysql.yhmessage.username=yh_vpc_bak
jdbc.mysql.yhmessage.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh
jdbc.mysql.platform.erp_orders.slave=mysql-orders:3306
#erp-orders配置读写分离
jdbc.mysql.platform.erp_orders.master=mysql-orders:3306
jdbc.mysql.platform.erp_orders.slave=mysql-orders:3306
jdbc.mysql.platform.erp_orders.username=yh_vpc_bak
jdbc.mysql.platform.erp_orders.password=hWrS6ehZZCOYAcEDgiU7fN8u26r4KcIh
... ...
autoconfig.properties = sharedAutoconfig
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/test/yohoJavaApp/mars_push/deploy/target
#debug_enable
is_debug_enable=false
redis.pool.maxTotal=200
redis.pool.maxIdle=100
redis.pool.minIdle=30
redis.pool.maxWaitMillis=10000
#getui
cms.getui.appkey=6mTvGCuFmG61NjZfrHIs24
cms.getui.appid=TlIHUfi2I66b0DqEfsbjG2
cms.getui.appsecret=JyVp1IH4AWAEb2PWhaCqXA
cms.getui.mastersecret=lyT7C3exCG730j6u5GFUj1
mars.getui.appkey=lvd6oGCOCi7Rd9BJFRAmq
mars.getui.appid=9BVxmH5UW58koOjglnhiZ3
mars.getui.appsecret=FkzFfHrnli5uC8LHQMBuG5
mars.getui.mastersecret=6lWE253RTH7zlOHWFszDi3
getui.host=http://sdk.open.api.igexin.com/apiex.htm
getui.default.size=1000
#ios
cms.push.ios.custom.key=data
ios.password=123456
#send.task.batch.size
send.task.batch.size=50
#web.content
web.context=cms_push
\ No newline at end of file
... ...
#!/bin/bash
#AUTOCONFIG_PATH=/home/test/deploy2/auto_deploy_test/autoconfig/test_nj_4/config4deploy2
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.*/autoconfig.properties.sharedAutoconfig = file:\/home\/test\/auto_deploy_test\/autoconfig\/test_performance\/global-autoconfig.properties/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 "不包含yohoJavaApp test_performance的............"
cd $AUTOCONFIG_PATH
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/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties
gateway.api.url = http://api.yoho.yohoops.org
uic_userInfoRest_enable = true
is_debug_enable=false
yoho.uic.env.namespace = uic
yoho.uic.env.serverport = 6
yoho.uic.env.webapphome = /home/test/yohoJavaApp/uic/deploy/target
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties
java.logs.home = /Data/logs
jdbc.mysql.readonlyinslave = false
yoho.portal.env.productmode = PRODUCT
yoho.portal.env.serverport = 9
yoho.portal.env.webapphome = /home/test/yohoJavaApp/yoho-admin-portal/deploy/target
yohobuy.portal.env.namespace = yoho-admin-portal
... ...
applepay.notifyurl = http://service.yoho.cn/payment/applepay_notify
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties
degrade_articleNotice_level = 0
degrade_complaintsCount_level = 0
degrade_complaintsList_level = 0
degrade_likeBrand_level = 0
degrade_myIndex_level = 0
degrade_redpacketInfo_level = 0
degrade_redpacketList_level = 0
degrade_redpacket_level = 0
degrade_redutionCount_level = 0
degrade_shareBrandInfo_level = 0
degrade_shareGuang_level = 0
degrade_userHabits_level = 0
erp.gateway.url = http://gateway.erp.yohoops.org/erp-gateway-web/
erp.order.status.url = http://portal.admin.yohobuy.com/api/orders/status
erp.shops.batch.center.url = http://gateway.erp.yohoops.org/erp-gateway-web/stock/get_batch_center_stock
erp.shops.batch.url = http://gateway.erp.yohoops.org/erp-gateway-web/stock/get_batch_stock
erp.shops.url = http://gateway.erp.yohoops.org/erp-gateway-web/stock/get_stock
file.uploadTempDir = /Data
is_checksession_enable = true
is_debug_enable = false
line.shops.url = http://192.168.102.47:8098/shops
login.skip.modify.weakPwd = Y
message.inboxNum.expire = 120
password.aes.key = yoho9646yoho9646
password.aes.key2 = yohoapp9yohoapp9
photoSearch.access.key.id = 7343a192140f25a59c53dab5652f5f47
photoSearch.secret.key = 45c1ce98ee6b4701d55802989ba240f4
photoSearch.service.id = tvn7882z
platform.service.url = http://api.platform.yohoops.org:8088/platform
portalGateway.ipad.key = ad9fcda2e679cf9229e37feae2cdcf80
portalGateway.service.url = http://api.store.yohoops.org/portal-gateway
qq.notifyurl = http://service.yoho.cn/payment/qqpay_notify
student.discount.rate = 0.9
unionpay.notifyurl = https://service.yoho.cn/payment/unionpay_newnotify
users.browse.appVersion = 4.1.0.***
users.browse.expire = 7776000
users.browse.numPerUser = 200
users.browse.sync = true
wechat.app.newnotifyurl = http://service.yoho.cn/payment/weixin_notify
wechat.app.notifyurl = http://service.yoho.cn/payment/wechat_notify
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/test/yohoJavaApp/yoho-gateway/deploy/target
... ...
jdbc.mysql.readonlyinslave=true
autoconfig.properties = sharedAutoconfig
is_debug_enable=false
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/test/yohoJavaApp/yoho-mars/deploy/target
zkAddress = zk01.yohoops.org:2181
uic.api.host=http://uic.yoho.cn/uic
redis.notsync.twemproxy.addresses = 172.31.50.185:6379
redis.proxy.address = 172.31.50.185
redis.readonly.proxy.address = 172.31.50.185
rabbit_host = rabbitmq01.yohoops.org:5672
mars.task.switch=true
exchange.cur.appkey=8154ce96f69f2bb7755b9f477091d3d7
WECHAT_APPID=wx9d0d7dfed5bbaa8b
WECHAT_APPSECRET=3d37f946bca59a8c082ee8111adf6c6c
youzan.open.platform.url=https://open.youzan.com
\ No newline at end of file
... ...
autoconfig.properties = sharedAutoconfig
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/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/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/test/yohoJavaApp/yoho-message-controller/deploy/target
##push redis
redis.push.address=172.31.24.77
redis.push.port=16379
redis.push.auth=
redis.pool.maxTotal=200
redis.pool.maxIdle=100
redis.pool.minIdle=30
redis.pool.maxWaitMillis=10000
\ No newline at end of file
... ...
autoconfig.properties = sharedAutoconfig
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/test/yohoJavaApp/yoho-message-sender/deploy/target
##push redis
redis.push.address=172.31.24.77
redis.push.port=16379
redis.push.auth=
#redis pool
redis.pool.maxTotal=200
redis.pool.maxIdle=100
redis.pool.minIdle=30
redis.pool.maxWaitMillis=10000
#message.sender.isDev
message.sender.isDev=false
... ...
autoconfig.properties = sharedAutoconfig
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
#hongkong site main
boy.hk.site.url = http://www.yohogirls.com
girl.hk.site.url = http://nk.yohogirls.com
is_debug_enable = false
mag.service.url = http://h5.myoho.net/index.php?r=Apiemag
rabbit_host = rabbitmq01.yohoops.org:5672
redis.notsync.twemproxy.addresses = 172.31.50.185:6379
redis.proxy.address = 172.31.50.185
redis.readonly.proxy.address = 172.31.50.185
uic.service.url = http://uic.yohoops.org:8096/uic
yohonow.env.namespace = yohonow
yohonow.env.serverport = 1
yohonow.env.webapphome = /home/test/yohoJavaApp/yoho-now/deploy/target
zkAddress = zk01.yohoops.org:2181
rabbit.cacheclean.producer.host=rabbitmq01.yohoops.org:5672
rabbit.cacheclean.consumer.host=rabbitmq01.yohoops.org:5672
social.domain.url=http://social.yoho.cn/social
is_task_enbale=true
yohoboys.res.url=http://res.yohoboys.com
qiniu.domain=http://img01.yohoboys.com
qiniu.accesskey=cY9B5ZgON_7McTS5zV5nTeRyQ98MOcVD7W4eGVbE
qiniu.secretkey=RduqgmK7cAtaQvdIa1ax_zzmMsnv9ac-Ka0uF6wG
qiniu.bucket=cmsimg01
... ...
autoconfig.properties = sharedAutoconfig
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/test/yohoJavaApp/yoho-push/deploy/target
##just for push
#jdbc.mysql.yhpush.master=write.passport.yohoops.org:3306
jdbc.mysql.yhpush.master=write.cms.yohoops.org:3306
jdbc.mysql.yhpush.slave=dbs.slave.yohoops.org:3306
jdbc.mysql.yhpush.username=yh_vpc_bak
jdbc.mysql.yhpush.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
##push redis
redis.push.address=172.31.24.77
redis.push.port=16379
redis.push.auth=
redis.pool.maxTotal=200
redis.pool.maxIdle=100
redis.pool.minIdle=30
redis.pool.maxWaitMillis=10000
send.task.batch.size = 100
getui.appid = Rzwp6SnIbr5U7sgaxVsLA8
getui.appkey = jYlLaLbRm972pOzZx5pzQA
getui.appsecret = RF2JGk8cPt7Q9WZMx3QPBA
getui.default.size = 1000
getui.host = http://sdk.open.api.igexin.com/apiex.htm
getui.mastersecret = iQ6Z7sbDge9I5vHOBI5iA2
ios.keystore=/yoho_online.p12
ios.password=yoho9646push
push.ios.custom.key=custom_content
##huawei config
huawei.appkey=s5qoek5zsohcut3ki4lr9shlosmb0rvu
huawei.appid=10273886
huawei.password=123456
... ...
autoconfig.properties = sharedAutoconfig
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/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/
web.context = yohosearchadaptor
ip.port.search.server = search.yohoops.org
jdbc.mysql.yhshops.datasources = yh_shops
jdbc.mysql.yhshops.master = write.shops.yohoops.org:3306
jdbc.mysql.yhshops.slave = read.shops.yohoops.org:3306
jdbc.mysql.yhshops.username = yh_vpc_bak
jdbc.mysql.yhshops.password = +BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
\ No newline at end of file
... ...
autoconfig.properties = sharedAutoconfig
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/test/yohoJavaApp/yoho-search-consumer/deploy/target
#search-tbl
tbl.product.url = http://service.api.global.yohobuy.com/product/api/v1/detail/
#search-adaptor
tpl.adaptor.valid = false
tpl.adaptor.domain = http://search.adaptor.yohoops.org:8085/yoho-search-adaptor
#build.productindex.use.code
build.productindex.use.code=true
#build.storageskuindex.use.code
build.storageskuindex.use.code=true
#consumer index config
search.index.batch.limit=2500
search.index.batch.max.thread.size=5
#suggest count
suggestion.count.batch.limit=300
suggestion.count.batch.max.thread.size=1
suggestion.discover.batch.limit=500
suggestion.discover.batch.max.thread.size=3
suggestion.count.agg.size=10000
suggestion.count.agg.mindoc=5
\ No newline at end of file
... ...
autoconfig.properties = sharedAutoconfig
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/test/yohoJavaApp/yoho-search-producer/deploy/target
## search configuration begin
//canal
canal.hostType=zkCluster
canal.server.port=zk01.yohoops.org:2181,zk02.yohoops.org:2181,zk03.yohoops.org:2181,zk04.yohoops.org:2181,zk05.yohoops.org:2181
##canal-shop
canal.destination.shop=shops
canal.subscribeChannel.shop=yh_shops.brand,yh_shops.goods,yh_shops.goods_images,yh_shops.product,yh_shops.product_color,yh_shops.product_sort,yh_shops.product_standard_relation,yh_shops.product_style_relation,yh_shops.size,yh_shops.storage,yh_shops.standard,yh_shops.style,yh_shops.product_activities_link,yh_shops.product_search,yh_shops.parameter_make,yh_shops.search_action,yh_shops.product_keywords,yh_shops.product_price_plan,yh_shops.product_timing,yh_shops.shops,yh_shops.shops_brands,yh_shops.sales_category,yh_shops.product_attribute_property_values,yh_shops.videos
##canal-operation
canal.destination.operation=operations
canal.subscribeChannel.operation=yhb_operations.activity_product,yhb_operations.es_word_def,yhb_operations.suggest_conversion_custom,yhb_operations.suggest_word_custom,yhb_operations.score_rule,yhb_operations.score_skn_rule,yhb_operations.skn_block
##cancal-erpproduct
canal.destination.erpproduct=erpproduct
canal.subscribeChannel.erpproduct=erp_product.product_pool_detail,erp_product.product_ext,erp_product.product_attribute,erp_product.product_price
##cancal-erpcustomerservice
canal.destination.erpcustomerservice=erpcustomerservice
canal.subscribeChannel.erpcustomerservice=erp_customer_service.robot_question
##cancal-helper
canal.destination.helper=helper
canal.subscribeChannel.helper=yh_helper.helper
##cancal-yhgeditor
canal.destination.yhgeditor=yhgeditor
canal.subscribeChannel.yhgeditor=yhg_editor.tbl_brand,yhg_editor.tbl_site,yhg_editor.tbl_sort
##cancal-yhgproduct
canal.destination.yhgproduct=yhgproduct
canal.subscribeChannel.yhgproduct=yhg_product.tbl_product,yhg_product.tbl_product_skc,yhg_product.tbl_product_sku
##canal-promotion
canal.destination.promotion=promotion
canal.subscribeChannel.promotion=yhb_promotion.promotion_info,yhb_promotion.promotion_params,yhb_promotion.promotion_product_flags
\ No newline at end of file
... ...
autoconfig.properties = sharedAutoconfig
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/test/yohoJavaApp/yoho-search-service/deploy/target
yoho.logs.level = WARN
yoho.logs.maxHistory = 10
##tpl adaptor
tpl.adaptor.valid = false
##search.use.cache[ehCache/searchRedis/yohoRedis]
search.use.cache = true
search.cache.type = searchRedis
search.open.downgrade = true
search.personalized.switch = true
search.personalized.max.should = 50
search.multiMatchQuery.type=CROSS_FIELDS
... ...
autoconfig.properties = sharedAutoconfig
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/test/yohoJavaApp/yoho-sns/deploy/target
browse.service.url = http://api.brower.yohoops.org:8092/brower/
m.yohoblk.com=http://m.yohoblk.com
www.yohoblk.com=http://www.yohoblk.com
... ...
autoconfig.properties = sharedAutoconfig
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
social.domain = http://social.yoho.cn
uic.service.url = http://uic.yohoops.org:8096/uic/
yohoboy.service.url = http://new.yohoboys.com/yohoboyins/v5/channel
gateway.service.url = http://service.yoho.yohoops.org/
gateway.api.url = http://api.yoho.yohoops.org/
yoho.social.env.namespace = social
yoho.social.env.serverport = 5
yoho.social.env.webapphome = /home/test/yohoJavaApp/yoho-social/deploy/target
is_debug_enable=false
social.task.switch=true
... ...
activity.url = http://service.yoho.cn
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties
des.password_crypt_key = _+@#$%^kEHrDooxWHCWtfeSxvDvgqZq_+@#$%^
diff.base.flag = 1
erp.user.useGiftcard.url = http://api.erp.yohobuy.com
jdbc.mysql.readonlyinslave = true
register.image.onoff = off
register.new.user.page.probability = 5
uic.service.url = http://uic.yohoops.org:8096/uic
union.domain.url = http://union.yoho.cn/union
user.bankInfo.redisExpire = 24
user.diff.place.login.message = \\u5c0a\\u656c\\u7684\\u7528\\u6237\\uff0c\\u7cfb\\u7edf\\u68c0\\u6d4b\\u5230\\u60a8\\u7684\\u8d26\\u53f7\\u5df2\\u5728\\u5f02\\u5730\\u767b\\u5f55\\u3002\\u4e3a\\u4fdd\\u8bc1\\u5e10\\u53f7\\u5b89\\u5168\\uff0c\\u5982\\u975e\\u672c\\u4eba\\u64cd\\u4f5c\\uff0c\\u5efa\\u8bae\\u60a8\\u5c3d\\u5feb\\u4fee\\u6539\\u767b\\u5f55\\u5bc6\\u7801\\u3002\\u656c\\u8bf7\\u63d0\\u9ad8\\u8b66\\u60d5\\uff0c\\u8c28\\u9632\\u8bc8\\u9a97\\uff01
user.instalmentCredit.redisExpire = 30
user.instalmentTaskLock.redisExpire = 10
user.session.expire = 10080
users.base.isUic = true
users.browse.sync = true
users.yoho.default_is_bind = Y
users.yoho.redpacket = Y
users.yohocoin = true
users.yohocoin.dilute = true
verify_student_flag = false
invite.code.activity.id = 2024
invite.code.url = https://union.yoho.cn/union/app-downloads.html?union_type=100000000005441
yoho.users.env.namespace = users
yoho.users.env.serverport = 1
yoho.users.env.webapphome = /home/test/yohoJavaApp/yoho-users/deploy/target
zmxy_appId = 1000692
zmxy_contract_flag = si201607290001591005
zmxy_rsa_mySK = MIICdQIBADANBgkqhkiG9w0BAQEFAASCAl8wggJbAgEAAoGBANXVSerwbHEI0GFyfjmXuT+u623YpaBDDfVg9y0hYKRnBzo7cBhJagPuDLX3/v4IcCPOM9mx/9VAX2EL10W7HCdmDD69KDo4JObQakjKkgtikgjgpmLtWjJkq3Wr+4JROOhCyd3QtS+tLYeT8waId+eD5gKyW/yw2/wMNs42LoS9AgMBAAECgYBuriG+i4d10nwZlGulX9UxE1ck2liQZWTaN8B5Cae+MN3a1F0nFQjc0+CcZ6sCzldNETRhX/Lt7I3x63EX1Muy3qr0u64NiJe5ReooCjr0BeVRa8OqDvY6SwwmQ+YYR95yuk9vuUGOtd3HJb0zMB9Vd66x3iUY89S3yCuUYH14wQJBAO7OUQCV3nb7vGKtlf25YcV6KWF+BMzuOKfw+tEezqgI04wr4zqzU5AkDGG5Zw1ze3ECurStF9syWJnm1mj6ecUCQQDlOqxJX2DxGmuilWU7ZfsJUXmMIT6yhjLPn0GqXTiejniJI6lJlFeNUEMJgBZYuJSnA4JV/Nfgn3vGNOLdzqaZAkB5G0CRH3AWv0umb4nlhqJC19UskBA3LYimAtvwOcNsDC3cpFU0a8UxEFcHKFNOywYLJesxvaafj0THp/2Md5pRAkAWTScF3GmqC0/9eVtn8/wAZBTXNUTMSZIX8P6KfJdNlb7UWMvXhL8f2HctLXD/ILYVqZm8k+TMzbdVCUApJDnBAkBxQ608TyPMgow+YriRpxH7O2tZ+S3pyM1SOJ9jzYpQ5idYpU7ZGv/CNMUSnxDweAOPIFahtDf2fsTSloqXd/Sg
zmxy_rsa_zmPK = MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDn7lB5Pxis6rnI2JkC8Z/RQuF+/RInuZSD9IcK7bnovahZXN3yOEdc5YuWKB0FA9DWONBRkctEmabWbxCYdEbeHV+kh2Zd0DktzZZnDjp6vmRDtihkJ7IJtUKLPeksZCAbbnEq/HmonqNF4qU4qfYuyZGwmHaBVNrg4BxP9s0VTwIDAQAB
zmxy_service_url = https://zmopenapi.zmxy.com.cn/openapi.do
... ...
autoconfig.properties = sharedAutoconfig
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
drawline.luckyUserNotice.interval = 5
drawline.luckydraw.interval = 360
execute.timetask.host =192.168.90.9
gateway.url = http://api.yoho.cn
is_debug_enable = false
jdbc.mysql.readonlyinslave = true
orderShare.maxNum = 3
orderShare.recevied.maxNum = 5
orderShare.shareUrl = http://m.yohobuy.com/coupon/index
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/test/yohoJavaApp/yohobuy-activity/deploy/target
userday.coupon={"20":"34772", "10":"34770"}
userday.open.day=60
userday.coupon.oct={"10":38208,"40":38210,"70":38212}
yoho.crm.online.dns=http://api.crm.yohoops.org:8093/crm/
\ No newline at end of file
... ...
autoconfig.properties = sharedAutoconfig
#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
file.uploadTempDir = /Data
is_checksession_enable = true
is_debug_enable = false
#jdbc.mysql.bigdata.password = lRnPI2bQsZRNn/qC/29ZGqMwEu/zaKV31I9S8xDJIUA=
#jdbc.mysql.bigdata.username = yh_test_bigdata
#jdbc.mysql.yhsns.master = 172.31.11.29:3306
users.browse.appVersion = 4.1.0.***
users.browse.expire = 7776000
users.browse.numPerUser = 200
users.browse.sync = true
yoho.bigData.env.namespace = bigdata
yoho.bigData.env.serverport = 1
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
#yoho@7Y$^YpNb7hp
jdbc.mysql.bigdata.password=ZARNTZvqPIYoBOhoTTTGRaMwEu/zaKV31I9S8xDJIUA=
bigdata.database.cluster.name = shop
ip.port.search.server = search.yohoops.org
\ No newline at end of file
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties
users.browse.expire = 7776000
users.browse.appVersion = 4.1.0.***
users.browse.numPerUser = 100
yohobuy.brower.env.namespace = brower
yohobuy.brower.env.serverport = 2
yohobuy.brower.env.webapphome = /home/test/yohoJavaApp/yohobuy-brower/deploy/target
rabbit_concurrent=3
api.yoho.url = http://api-pt.yohoops.org
... ...
autoconfig.properties = sharedAutoconfig
yohobuy.crm.env.serverport=3
yohobuy.crm.env.namespace=crm
yohobuy.crm.env.webapphome=/home/dev/yohobuy-crm/deploy
jdbc.mysql.readonlyinslave=true
autoconfig.properties.sharedAutoconfig = file:/home/dev/auto_deploy/deploy/autoconfig/dev/global-autoconfig.properties
bigData.url=http://123.207.166.124:8080/bigdata/crm/
search.url=192.168.102.216:8080
qiniu.domain=http://7xnrdp.com1.z0.glb.clouddn.com
qiniu.accesskey=atSf7xxIl8alEnsXbhC1bOD1GWVW3qYffz8SlB4m
qiniu.secretkey=pyoJzPygXIkFWrc1BAsH6tAJ0yweTchpJwGKEwhm
qiniu.bucket=test
#AES_KEY
aesKey=yoho96461qaz2wsx
#SMS_URL
sms.url=http://211.147.239.62:9050/cgi-bin/sendsms
sms.name=yohoyx@yohoyx
sms.pwd=EH+iuWSAfINJYwSdPgVqhA==
sms.reprot.flag=false
#FTP
ftp.ip=123.206.26.127
ftp.port=21
ftp.userName=ftpuser
ftp.pwd=ok83sQlrvHfw8OBMz6xlRA==
rabbit_common=192.168.103.58:5672
rabbit_common_user=yoho
rabbit_common_password=yoho
rabbit_vhost=yoho
redis.crm.proxy.address=192.168.103.58
redis.crm.notsync.twemproxy.addresses=192.168.103.58:6379
crm.send.notice=false
#alarm_mobile
alarm.mobile=18994021292
#分组同步短信告警
usergroup.alarm.mobile=18994021292
yohobuyServiceAccessTokenGetUrl=http://127.0.0.1:8082/wechat/?method=wechat.token.get
wechat.host.name=https://api.weixin.qq.com
wechat.user.info=/cgi-bin/user/info
wechat.user.get=/cgi-bin/user/get
wechat.access.yohobuyService.appid=wx75e5a7c0c88e45c2
wechat.access.yohobuyService.secret=ce21ae4a3f93852279175a167e54509b
wechat.access.yohobuySubscribe.appid=wx96121aa89f31c5ea
wechat.access.yohobuySubscribe.secret=7669da1a8842ed1df4c5e1b53868f3ca
wechat.access.mars.appid=wx9d0d7dfed5bbaa8b
wechat.access.mars.secret=9f7b00cd2a1d65301352d2783f6eec61
wechat.access.yohonowTrend.appid=wx1fe49f08f41b6c26
wechat.access.yohonowTrend.secret=5670f62abcebcd8d321615b46bd19ef4
wechat.access.yohonowGirl.appid=wxb52ec6a352f0b090
wechat.access.yohonowGirl.secret=9fe6bedb0b7f30986a168c7fc44f34c0
birthday.coupon.groupid=12
birthday.coupon.sms.templateid=2
aliyun.sms.accessKeyId=wIBL09Z0xu7uJUkX0yNnFWy8tNv+KZEH8req1GsE1+k=
aliyun.sms.secret=/tnQdyzBuARAcql9ad+yJVzlQNX9bfhEmJxr7wdLz58=
platform.host=http://192.168.102.210:8088/platform
platform.gray.host = http://192.168.102.210:8088/platform
platform.coupon.userId=10964
platform.coupon.userName=crm
browse.service.url=http://192.168.103.59:8092/brower/
# ******************** 定时器时间配置 ********************
#玄武状态报告和黑名单获取
xuanwu.scheduler=0 1/3 * * * ?
#梦网状态报告和黑名单获取
mengwang.scheduler=0/10 * * * * ?
#同步微信公众号的任务
wechart.scheduler=0 0 0 * * ?
#微信公众号的任务错误重新尝试
wechart.retry.scheduler=0 0 2 * * ?
#清理短信发送记录
sms.clean.scheduler=0 0 2 * * ?
#大数据
jdbc.mysql.bigdataunion.slave=118.89.235.30:3306
jdbc.mysql.bigdataunion.username=root
jdbc.mysql.bigdataunion.password=t5/oMgwUCmO/GeMHBAQ2Cg==
#Mars接口域名
mars.host=http://mars-test.yohops.com:9999/
\ No newline at end of file
... ...
yohobuy.global.env.webapphome = /home/test/yohoJavaApp/yohobuy-global/deploy/target
yohobuy.global.env.serverport=0
yohobuy.global.env.namespace=globalbuy
is_debug_enable=false
yhb_api_url=http://api.yoho.cn
yhb_search_url=http://search.yohoops.org/yohosearch/tblproduct/search.json
globalbuyRedis.proxy.address=qqg.redis.yohoops.org
globalbuyRedis.proxy.port=16379
redis.proxy.auth=
redis.pool.maxTotal=100
redis.pool.maxIdle=100
redis.pool.maxWaitMillis=2000
redis.pool.minIdle=50
redis.pool.testOnBorrow=false
redis.pool.testWhileIdle=true
... ...
autoconfig.properties = sharedAutoconfig
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
erp.order.create.url = http://portal.admin.yohobuy.com/api/orderform/create
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 = /home/test/yohoJavaLogs
jdbc.mysql.readonlyinslave = true
order.codpay.lock.duration = 1440
yohobuy.order.env.namespace = order
yohobuy.order.env.serverport = 4
yohobuy.order.env.webapphome = /home/test/yohoJavaApp/yohobuy-order/deploy/target
erp.order.autoCancel.switch.key = N
sales.tax.payers = 9132010058047114XR
ws.fp.url = https://www.fapiao.com:7105/dsqt_taxfu/services/DZFPService?wsdl
invoice.appid = 1b518222b5bbb9c5abe17442d63150978609e5ad27fd594886e3b7a8bcd50e5a
seller.name = \u6709\u8d27\uff08\u6c5f\u82cf\uff09\u5546\u8d38\u670d\u52a1\u6709\u9650\u516c\u53f8
invoice.soap.receiveTimeout = 300000
invoice.soap.connectionTimeout = 300000
degrade.buylimit.query.enable=true
degrade.vip.query.enable=true
degrade.yohocoin.query.enable=true
degrade.redenvelopes.query.enable=true
degrade.coupons.queryNotUseCoupons.enable=true
degrade.product.query.enable=false
degrade.address.query.enable=false
# 优惠券ID
# 展览票券ID
exhibition.ticket.couponid=29640
# 套票券ID
package.ticket.couponid=29642
# 支付回调地址
applepay.notifyurl = http://service-pt-1.yohoops.org/payment/applepay_notify
qq.notifyurl = http://service-pt-1.yohoops.org/payment/qqpay_notify
unionpay.notifyurl = https://service-pt-1.yohoops.org/payment/unionpay_newnotify
wechat.app.newnotifyurl = http://service-pt-1.yohoops.org/payment/weixin_notify
wechat.app.notifyurl = http://service-pt-1.yohoops.org/payment/wechat_notify
alipay.notifyurl = https://service-pt-1.yohoops.org/payment/alipay_notify
cmbnetpay.payNoticeUrl = https://service-pt-1.yohoops.org/payment/cmbpay_notify
cmbnetpay.signNoticeUrl = https://service-pt-1.yohoops.org/payment/cmbsign_notify
# unionmpos env: 00,production enviroment; 01,test enviroment
unionmpos.env=00
browse.service.url = http://api.brower.yohoops.org:8092/brower/
erp.offline.lock.url=http://gateway.erp.yohoops.org/erp-gateway-web
erp.offline.erp-portal-gateway.url = http://api.store.yohoops.org/portal-gateway
offline.portal.gateway.url=instore.yohobuy.com
offline.portal.gateway.clienttype=yoho
offline.portal.gateway.clientkey=fd4ad5fcsa0de589af23234ks1923ks
offline.portal.gateway.apistore.url=http://api.store.yohoops.org
... ...
admin.login.url = http://127.0.0.1:30012
admin.portal.url = http://admin.portal.yohobuy.com
api.yoho.url = http://api-pt.yohoops.org
auth.user.req.url = http://gw.api.yohobuy.com/erp-shop-web/account/profile/queryAllAuth
autoconfig.properties = sharedAutoconfig
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/
bigDataRedis.pool.maxIdle = 100
bigDataRedis.pool.maxTotal = 100
bigDataRedis.pool.maxWaitMillis = 2000
bigDataRedis.pool.minIdle = 50
bigDataRedis.pool.testOnBorrow = false
bigDataRedis.pool.testWhileIdle = true
bigdata.ad.ZHT.userid = 18261
bigdata.ad.userid = 365136
bigdata.qiniu.accesskey = EJhU5jwtkfMm3k5RTeOCH9_jc0A0o-mIfD3Iba5J
bigdata.qiniu.bucket = db-backup
bigdata.qiniu.refresh.url = http://fusion.qiniuapi.com/v2/tune/refresh
bigdata.qiniu.secretkey = qAns6jrf9pg6bHNvS1IcKi-pnVBWV46pbpFWKwJ7
bigdata.sitemap.url = http://o9tw3bcp2.bkt.clouddn.com
crawler.host = http://10.66.100.2:9100
erp.domain = http://gateway.erp.yohoops.org/erp-gateway-web
erp.platform.shops.url = http://api.erp.yohobuy.com
erp.realStorage.url = http://gateway.erp.yohoops.org/erp-gateway-web/shift_logs/query_stock_num_by_sku
erp.shop.url = http://gw.api.yohobuy.com/erp-shop-web/
erp.shops.account.url = http://serve.yohobuy.com/service/finance/v1/clearing/balancelist
erp.shops.change.pwd.url = http://serve.yohobuy.com/service/account/v1/Profile/updatePassword
erp.shops.login.url = http://serve.yohobuy.com/service/account/v1/Profile/login
erp.storage = http://serve.yohobuy.com
erp.virtualinventory.setNumberBySkn.url = http://serve.yohobuy.com/service/supplier/v1/virtualinventory/setNumberBySkn
execute.limitcode.host = 172.31.20.7
execute.shopmessage.host = 172.31.20.7
execute.update_product_price.host = 172.31.20.7
file.image.gif.size = 2621440
file.image.size = 512000
file.maxsize = 209715200
file.saveDir = /Data/images
file.uploadMalongImgDir = /Data/malong
file.uploadTempDir = /Data/images
gateway.service.url = http://service.yoho.cn
jdbc.mysql.platform.erp_account.master = write.erp.yohoops.org:3306
jdbc.mysql.platform.erp_account.password = NOUasZz6vYU/DUnkWudOAqMwEu/zaKV31I9S8xDJIUA=
jdbc.mysql.platform.erp_account.slave = read3.erp.yohoops.org:3306
jdbc.mysql.platform.erp_account.username = yh_erp_db
jdbc.mysql.platform.erp_product.master = write.erp.yohoops.org:3306
jdbc.mysql.platform.erp_product.password = NOUasZz6vYU/DUnkWudOAqMwEu/zaKV31I9S8xDJIUA=
jdbc.mysql.platform.erp_product.slave = read3.erp.yohoops.org:3306
jdbc.mysql.platform.erp_product.username = yh_erp_db
jdbc.mysql.platform.erp_supplier.password = NOUasZz6vYU/DUnkWudOAqMwEu/zaKV31I9S8xDJIUA=
jdbc.mysql.platform.erp_supplier.username = yh_erp_db
jdbc.mysql.platform.yh_guang.master = write.cms.yohoops.org:3306
jdbc.mysql.platform.yh_guang.password = +BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
jdbc.mysql.platform.yh_guang.slave = read.cms.yohoops.org:3306
jdbc.mysql.platform.yh_guang.username = yh_vpc_bak
jdbc.mysql.platform.yhb_account.master = write.erp.yohoops.org:3306
jdbc.mysql.platform.yhb_account.password = NOUasZz6vYU/DUnkWudOAqMwEu/zaKV31I9S8xDJIUA=
jdbc.mysql.platform.yhb_account.slave = read3.erp.yohoops.org:3306
jdbc.mysql.platform.yhb_account.username = yh_erp_db
malongApi.accessKeyId = 7343a192140f25a59c53dab5652f5f47
malongApi.imageSetId = 7tm74zfv
malongApi.paiUserId = 1714
malongApi.secretKey = 45c1ce98ee6b4701d55802989ba240f4
mkt.activity.domain.url = http://union.yoho.cn/union/tencentMkt/index.html
mkt.app.download.url = http://m.yohobuy.com/app
mkt.pcwap.domain.url = http://union.yoho.cn/union/go
mkt.resource.code.url = https://m.yohobuy.com/channel/f8abd53b5f7c5fe558d3dd567d95ab92.html?nodownload=1
offline.shops.url = http://adminstore.yohoops.org/shops
platform.login.salt = yoho9646yoho9646
price.audit.firstRoleName = ߼Ʒƾ
price.audit.secondPid = 2594,2299,2391,10592,2829,10450,10185,10238
price.audit.thirdPid = 2298
price.changed.notice.phone = 18105178926,17895010543,17608015989,18652008443,13451938602
price.over.days.roleName = 444
price.selltype.url = http://gateway.erp.yohoops.org/erp-gateway-web/plate_price_form/list_product_info
qiniu.bigdata.skndada.folderName = /Data/bigdata/
resources_https_enable = true
search.server.address = http://search.yohoops.org/yohosearch/
service.yoho.url = http://service.yoho.cn
shop.status.change.phone = 13901031676,13910715745,13817834488,15651892695,15651892221,13813898627,13811251311,18602565212,13910268241,18666628755,13146085963,13951853540,13851573106,15905171841,18652978258,18626439680,13905172541,15895984489,18512524901,15062262013,18801044770,15652292115,18672559651,15651702116,17608015989,13451938602,17895010543
stock.req.url = http://gateway.erp.yohoops.org/erp-gateway-web/finance/calc/calcSknLowestPrice
sync.product.isPromotion.advance.minutes = 5
unionRedis.proxy.address = union.redis.yohoops.org
unionRedis.proxy.auth =
unionRedis.proxy.port = 6379
upload.tencent.bid = b_teg_openrecom_opq68unpsix93dy2zjco
upload.tencent.product.mark = 9.99
upload.tencent.url = http://data.dm.qcloud.com:8088
watchService.waitInterval = 60
watchService.watchDir = /Data/sftp_images
yohobuy.platform.env.namespace = platform
yohobuy.platform.env.serverport = 8
yohobuy.platform.env.webapphome = /home/test/yohoJavaApp/yohobuy-platform/deploy/target
manager.zkAddress = 172.31.20.7:2181,172.31.23.161:2181
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties
front.gateway.host = http://api.yoho.cn
#grey
# front.gateway.host = http://service.yoho.yohoops.org
is_debug_enable = false
offline.shops.url = http://adminstore.yohoops.org/shops
#platform.host = http://172.31.20.7:8088/platform
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/test/yohoJavaApp/yohobuy-portal-gateway/deploy/target
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties
jdbc.mysql.readonlyinslave = false
rabbitAddress = 192.168.102.162:32810
yohobuy.product.env.namespace = product
yohobuy.product.env.serverport = 3
yohobuy.product.env.webapphome = /home/test/yohoJavaApp/yohobuy-product/deploy/target
... ...
autoconfig.properties = sharedAutoconfig
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/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" ]
promoation.invite.failCoupon = {"old":17591,"fail":17595}
share_coupon_expiredTime = 4
wechat.coupons.operators.email=xintong.xu@yoho.cn
wechat.coupons.operators.mobile=18751821119
weibo.coupons.operators.email=peixi.liu@yoho.cn
weibo.coupons.operators.mobile=15050586707
resource_coupon_contentcode=b78b32ed81b18dde8ac84fd33602b88b
promotion.sendCounpon.broadcast.rate=0.9
\ No newline at end of file
... ...
autoconfig.properties = sharedAutoconfig
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/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/test/auto_deploy_test/autoconfig/test_performance/global-autoconfig.properties
erp.domain = http://gateway.erp.yohoops.org/erp-gateway-web
gateway.domain.url = http://api.yoho.cn
ip.port.search.server = http://search.yohoops.org
jdbc.mysql.readonlyinslave = true
password.aes.key = yoho9646yoho9646
shop.login.salt = yoho9646yoho9646
# platform.host = http://172.31.20.7:8088/platform
platform.host = http://172.31.23.161:8088/platform
portal.shops.dept.id = 90
printer.ftp.password = 123456
printer.ftp.url = 172.16.2.243
printer.ftp.username = yoho
shop.wifi.img.path = /var/www/icons/
shop.wifi.img.url = http://192.168.102.47/icons/
storeLockerManager.role.id = 0
storeRunner.role.id = 0
storemanageruser.role.id = 476
supermanageruser.role.id = 474
trend.tour.online.time = 1480310438
web.context = shops
wifi.login.url = http://192.168.103.230:8080/am/controller/portal/external/login
yohobuy.shops.env.namespace = shops
yohobuy.shops.env.serverport = 8
yohobuy.shops.env.webapphome = /home/test/yohoJavaApp/yohobuy-shops/deploy/target
... ...
autoconfig.properties = sharedAutoconfig
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/test/yohoJavaApp/yohobuy-task/deploy/target
web.context=task
yoho.logs.level=INFO
##jdbc
jdbc.mysql.kisjob.datasources = yh_distributed_task
jdbc.mysql.kisjob.master = write.cms.yohoops.org:3306
jdbc.mysql.kisjob.slave = read.cms.yohoops.org:3306
jdbc.mysql.kisjob.username = yh_vpc_bak
jdbc.mysql.kisjob.password = +BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
##redis
redis.pool.maxIdle = 100
redis.pool.maxTotal = 200
redis.pool.maxWaitMillis = 10000
redis.pool.minIdle = 100
redis.pool.testOnBorrow = false
redis.pool.testWhileIdle = false
##redis for push
redis.push.address=172.31.24.77
redis.push.port=16379
redis.push.auth=
##config
task.brands.number = 19
task.addNewBrand.status = on
task.discountBrand.status = off
task.vipBrand.status = off
task.msgnum = 10000
task.send.limit = 3
filter.status = off
... ...
activeTime = 86400
admin.login.url = http://admin.portal.yohobuy.com
autoconfig.properties = sharedAutoconfig
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
bigdate.db.username = yh_bigdata
exclude.union.type=100000000000349
draw.writeFile.delay = 60
erp.domain = http://gateway.erp.yohoops.org/erp-gateway-web
gateway.url = http://api.yoho.cn
jdbc.mysql.readonlyinslave = true
platform.login.salt = yoho9646yoho9646
tencentmkt.shareUrl = http://union.yoho.cn/union/tencentMkt/index.html
baidu.tp.push.url=http://sfc.baidu.com/business/article_publish
baidu.app.id=1566454424306679
baidu.app.token=b6a5850042758145fefef0f94e5d5133
baidu.union.type=100000000005493
union.host = 172.31.16.99
unions.kafka.consumer.servers=10.67.1.23:9092,10.67.1.53:9092,10.67.1.61:9092,10.67.1.69:9092
unions.kafka.producer.servers=10.67.1.23:9092,10.67.1.53:9092,10.67.1.61:9092,10.67.1.69:9092
yoho.unions.env.namespace = union
yoho.unions.env.serverport = 8
yoho.unions.env.webapphome = /home/test/yohoJavaApp/yohobuy-union/deploy/target
... ...
autoconfig.properties = sharedAutoconfig
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
wechat.access.appid = wx75e5a7c0c88e45c2
wechat.access.secret = ce21ae4a3f93852279175a167e54509b
wechat.subscription.access.appid=wx96121aa89f31c5ea
wechat.subscription.access.secret=7669da1a8842ed1df4c5e1b53868f3ca
wechat.yohoshow.access.appid=wx1e6997242bcfcdfb
wechat.yohoshow.access.secret=d6fa51581e4c11ee312a1990c2ebf0bd
wechat.user.get = /cgi-bin/user/get
wechat.user.info = /cgi-bin/user/info
wechat.small.program.access.appid = wx084ab813d88c594b
wechat.small.program.access.secret = 045848c0e0d76f7699236e4a35d65948
yohobuy.wechat.env.namespace = wechat
yohobuy.wechat.env.serverport = 4
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
... ...
yoho.logs.basedir=/Data/logs
jdbc.mysql.readonlyinslave=true
autoconfig.properties = sharedAutoconfig
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/test/yohoJavaApp/yohomars-platform/deploy/target
redis.notsync.twemproxy.addresses = 172.31.50.185:6379
redis.proxy.address = 172.31.50.185
redis.readonly.proxy.address = 172.31.50.185
zkAddress = zk01.yohoops.org:2181
uic.api.host=http://uic.yoho.cn/uic
#yoho social context
yoho.social.context=http://social.yoho.cn/social
mars.platform.task.switch=true
crontab.message.systemMsgProduce=15 */1 * * * ?
crontab.majia.aotuAddMajia=30 */30 * * * ?
crontab.majia.autoUpdateMajiaFavNum=0 */1 * * * ?
#crm推送消息cron
crontab.message.crmMsgProduce=15 */1 * * * ?
#店铺收藏者接受消息周期一周
store.follower.push.message.period=604800
crontab.user.invite.checkStatus=0 0 */1 * * ?
sysMessage.approve.validTime = 4
youzan.open.platform.url=https://open.youzan.com
\ No newline at end of file
... ...
autoconfig.properties = sharedAutoconfig
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/test/yohoJavaApp/yohomars-search-service/deploy/target
zkAddress=zk01.yohoops.org:2181
... ...
autoconfig.properties = sharedAutoconfig
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/test/yohoJavaApp/yohonow-platform/deploy/target
zkAddress = zk01.yohoops.org:2181
rabbit_host = rabbitmq01.yohoops.org:5672
redis.notsync.twemproxy.addresses = 172.31.50.185:6379
redis.proxy.address = 172.31.50.185
redis.readonly.proxy.address = 172.31.50.185
qiniu.domain=http://img01.yohoboys.com
qiniu.accesskey=cY9B5ZgON_7McTS5zV5nTeRyQ98MOcVD7W4eGVbE
qiniu.secretkey=RduqgmK7cAtaQvdIa1ax_zzmMsnv9ac-Ka0uF6wG
qiniu.bucket=cmsimg01
uic.api.host=http://uic.yoho.cn/uic
now.platform.task.switch=true
#yoho social context
yoho.social.context=http://social.yoho.cn/social
ezine.api.url=http://ezine.myoho.net/index.php
\ No newline at end of file
... ...