Authored by chunhua.zhang

add

Showing 100 changed files with 4367 additions and 0 deletions

Too many changes to show.

To preserve performance only 100 of 100+ files are displayed.

# java 自动发布
# 修改配置:
http://git.yoho.cn/yohoops/auto_deploy/tree/master/autoconfig
# 目录说明
- `http://git.yoho.cn/yohoops/auto_deploy/tree/master/scripts/iptable` 各个环境需要部署到那些机器上
- `http://git.yoho.cn/yohoops/auto_deploy/tree/master/autoconfig` 各个环境的配置
## 如何手动发布
```bash
./deploy.sh -gyoho30 -p22 -bmaster -ayohobuy-resources -eDeploy -saws
```
## 如何回退
```bash
./deploy.sh -eRollback -ayoho-users -ryoho-users.zip.2016_11_17_10_15 -sqcloud
./deploy.sh -eRollback -ayoho-users -ryoho-users.zip.2016_11_17_10_18 -saws
```
发布哪个模块: `-a`
发布哪个环境: `-s`:
- aws
- qcloud
- qcloud_gray
\ No newline at end of file
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/cms_push-autoconfig.properties
yoho.cms_push.env.namespace = cms_push
yoho.cms_push.env.serverport = 6
yoho.cms_push.env.webapphome = /home/master/cms_push/deploy
#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=
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
... ...
yoho.logs.level = INFO
yoho.logs.basedir = /Data/logs
yoho.logs.maxHistory = 30
yoho.logs.maxFileSize = 100MB
yoho.env.javahome = /usr/local/java
yoho.env.serverhome = /usr/local/tomcat
yoho.env.servertype = tomcat
yoho.env.productmode = PRODUCT
file.saveDir=/Data/save
### ****************************** database ***********************************
jdbc.mysql.yhresource.username=yh_vpc_bak
jdbc.mysql.yhresource.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
jdbc.mysql.yhshops.username=yh_vpc_bak
jdbc.mysql.yhshops.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
# yh_orders
jdbc.mysql.yhorders.username=yh_vpc_bak
jdbc.mysql.yhorders.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
# yhb_operations
jdbc.mysql.yhboperations.username=yh_vpc_bak
jdbc.mysql.yhboperations.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
# yh_comment
jdbc.mysql.yhcomment.username=yh_vpc_bak
jdbc.mysql.yhcomment.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#yhb_promotion
jdbc.mysql.yhbpromotion.username=yh_vpc_bak
jdbc.mysql.yhbpromotion.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#yoho_sms配置读写分离
jdbc.mysql.yohosms.username=yh_vpc_bak
jdbc.mysql.yohosms.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#yh_inbox配置读写分离
jdbc.mysql.yhinbox.username=yh_vpc_bak
jdbc.mysql.yhinbox.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#yoho_logs配置读写分离, 暂时将表存在yoho_sms中
jdbc.mysql.yohologs.username=yh_vpc_bak
jdbc.mysql.yohologs.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#yoho_passport读写数据分离
jdbc.mysql.yohopassport.username=yh_vpc_bak
jdbc.mysql.yohopassport.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#yh_operations配置读写分离
jdbc.mysql.yhoperations.username=yh_vpc_bak
jdbc.mysql.yhoperations.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#yh_passport读写分离
jdbc.mysql.yhpassport.username=yh_vpc_bak
jdbc.mysql.yhpassport.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#yh_setting读写分离
jdbc.mysql.yhsetting.username=yh_vpc_bak
jdbc.mysql.yhsetting.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#yh_pay
jdbc.mysql.pay.username=yh_vpc_bak
jdbc.mysql.pay.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#event
jdbc.mysql.yhevents.username=yh_vpc_bak
jdbc.mysql.yhevents.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#yh_wechat
jdbc.mysql.yhwechat.username=yh_vpc_bak
jdbc.mysql.yhwechat.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#event
jdbc.mysql.yhcoupons.username=yh_vpc_bak
jdbc.mysql.yhcoupons.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#yh_consult
jdbc.mysql.yhconsult.username=yh_vpc_bak
jdbc.mysql.yhconsult.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#unions
jdbc.mysql.unions.username=yh_vpc_bak
jdbc.mysql.unions.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#model
jdbc.mysql.yohopushcenter.username=yh_vpc_bak
jdbc.mysql.yohopushcenter.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
jdbc.mysql.yhpush.username=yh_vpc_bak
jdbc.mysql.yhpush.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#yoho-activity
jdbc.mysql.yohoactivity.username=yh_vpc_bak
jdbc.mysql.yohoactivity.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#yh_guang
jdbc.mysql.yhguang.username=yh_vpc_bak
jdbc.mysql.yhguang.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#yhspecial
jdbc.mysql.yhspecial.username=yh_vpc_bak
jdbc.mysql.yhspecial.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#yohood
jdbc.mysql.yohood.username=yh_vpc_bak
jdbc.mysql.yohood.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#yohocrm
jdbc.mysql.yohocrm.username=yh_vpc_bak
jdbc.mysql.yohocrm.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#erppassport
jdbc.mysql.erppassport.username=yh_vpc_bak
jdbc.mysql.erppassport.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#yohobuy_task
jdbc.mysql.kisjob.username=yh_vpc_bak
jdbc.mysql.kisjob.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#yh_social
jdbc.mysql.yhsocial.master=write.social.yohoops.org:3306
jdbc.mysql.yhsocial.slave=read.social.yohoops.org:3306
jdbc.mysql.yhsocial.username=yh_vpc_bak
jdbc.mysql.yhsocial.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
# ================
jdbc.mysql.yhresource.master=write.cms.yohoops.org:3306
jdbc.mysql.yhresource.slave=read.cms.yohoops.org:3306
jdbc.mysql.yhshops.master=write.shops.yohoops.org:3306
jdbc.mysql.yhshops.slave=read.shops.yohoops.org:3306
# yh_orders
jdbc.mysql.yhorders.master=write.orders.yohoops.org:3306
jdbc.mysql.yhorders.slave=read.orders.yohoops.org:3306
# yhb_operations
jdbc.mysql.yhboperations.master=write.cms.yohoops.org:3306
jdbc.mysql.yhboperations.slave=read.cms.yohoops.org:3306
# yh_comment
jdbc.mysql.yhcomment.master=write.cms.yohoops.org:3306
jdbc.mysql.yhcomment.slave=read.cms.yohoops.org:3306
# yh_wechat
jdbc.mysql.yhwechat.master=write.cms.yohoops.org:3306
jdbc.mysql.yhwechat.slave=read.cms.yohoops.org:3306
#yhb_promotion
jdbc.mysql.yhbpromotion.master=write.orders.yohoops.org:3306
jdbc.mysql.yhbpromotion.slave=read.orders.yohoops.org:3306
#yoho_sms配置读写分离
jdbc.mysql.yohosms.master=write.passport.yohoops.org:3306
jdbc.mysql.yohosms.slave=read.passport.yohoops.org:3306
#yh_inbox配置读写分离
jdbc.mysql.yhinbox.master=write.passport.yohoops.org:3306
jdbc.mysql.yhinbox.slave=read.passport.yohoops.org:3306
#yoho_logs配置读写分离, 暂时将表存在yoho_sms中
jdbc.mysql.yohologs.master=yohologs.yohoops.org:3306
#yoho_passport读写数据分离
jdbc.mysql.yohopassport.master=write.passport.yohoops.org:3306
jdbc.mysql.yohopassport.slave=read.passport.yohoops.org:3306
#yh_operations配置读写分离
jdbc.mysql.yhoperations.master=write.cms.yohoops.org:3306
jdbc.mysql.yhoperations.slave=read.cms.yohoops.org:3306
#yh_passport读写分离
jdbc.mysql.yhpassport.master=write.passport.yohoops.org:3306
jdbc.mysql.yhpassport.slave=read.passport.yohoops.org:3306
#yh_setting读写分离
jdbc.mysql.yhsetting.master=write.cms.yohoops.org:3306
jdbc.mysql.yhsetting.slave=read.cms.yohoops.org:3306
#yh_pay
jdbc.mysql.pay.master=write.orders.yohoops.org:3306
jdbc.mysql.pay.slave=read.orders.yohoops.org:3306
#event
jdbc.mysql.yhevents.master=write.cms.yohoops.org:3306
jdbc.mysql.yhevents.slave=read.cms.yohoops.org:3306
#event
jdbc.mysql.yhcoupons.master=write.orders.yohoops.org:3306
jdbc.mysql.yhcoupons.slave=read.orders.yohoops.org:3306
#yh_consult
jdbc.mysql.yhconsult.master=write.cms.yohoops.org:3306
jdbc.mysql.yhconsult.slave=read.cms.yohoops.org:3306
#unions
jdbc.mysql.unions.master=write.cms.yohoops.org:3306
jdbc.mysql.unions.slave=read.cms.yohoops.org:3306
#push center
jdbc.mysql.yohopushcenter.master=write.passport.yohoops.org:3306
jdbc.mysql.yohopushcenter.slave=read.passport.yohoops.org:3306
#q_msg_system
jdbc.mysql.yhpush.master=write.passport.yohoops.org:3306
jdbc.mysql.yhpush.slave=read.passport.yohoops.org:3306
#yoho_activity
jdbc.mysql.yohoactivity.master=write.passport.yohoops.org:3306
jdbc.mysql.yohoactivity.slave=read.passport.yohoops.org:3306
#yh_guang
jdbc.mysql.yhguang.master=write.cms.yohoops.org:3306
jdbc.mysql.yhguang.slave=read.cms.yohoops.org:3306
#yh_special
jdbc.mysql.yhspecial.master=write.cms.yohoops.org:3306
jdbc.mysql.yhspecial.slave=read.cms.yohoops.org:3306
#yh_special
jdbc.mysql.yhspecial.master=write.cms.yohoops.org:3306
jdbc.mysql.yhspecial.slave=read.cms.yohoops.org:3306
#yohood
jdbc.mysql.yohood.master=write.yohood.yohoops.org:3306
jdbc.mysql.yohood.slave=read.yohood.yohoops.org:3306
#yohocrm
jdbc.mysql.yohocrm.master=172.31.57.114:3306
jdbc.mysql.yohocrm.slave=172.31.57.114:3306
#erppassport
jdbc.mysql.erppassport.master=write.erp.yohoops.org:3306
jdbc.mysql.erppassport.slave=write.erp.yohoops.org:3306
jdbc.mysql.yhorderssplit.master=cobar1.yohoops.org:8066
jdbc.mysql.yhorderssplit.slave=cobar2.yohoops.org:8066
jdbc.mysql.yhorderssplit.slave2=cobar3.yohoops.org:8066
jdbc.mysql.yhorderssplit.slave3=cobar4.yohoops.org:8066
jdbc.mysql.yhorderssplit.username=yh_vpc_bak
jdbc.mysql.yhorderssplit.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#erp_supplier
jdbc.mysql.platform.erp_supplier.master = write.erp.yohoops.org:3306
jdbc.mysql.platform.erp_supplier.password = +BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
jdbc.mysql.platform.erp_supplier.slave = read1.erp.yohoops.org:3306
jdbc.mysql.platform.erp_supplier.username = yh_vpc_bak
#yohobuy_task
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
#yhcommunity
jdbc.mysql.yhcommunity.master=write.uic.yohoops.org:3306
jdbc.mysql.yhcommunity.slave=read.uic.yohoops.org:3306
jdbc.mysql.yhcommunity.username=yh_vpc_bak
jdbc.mysql.yhcommunity.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#cms_push_db
#jdbc.mysql.cmspush.master=zixunzhan.cekvqhybt570.rds.cn-north-1.amazonaws.com.cn:3306
#jdbc.mysql.cmspush.slave=mysql-zixun-readonly.cekvqhybt570.rds.cn-north-1.amazonaws.com.cn:3306
jdbc.mysql.cmspush.master=172.31.57.58:3306
jdbc.mysql.cmspush.slave=172.31.57.57:3307
jdbc.mysql.cmspush.username=yoho_cms
jdbc.mysql.cmspush.password=LvZcx/l+jyfamrp/5I1j/AxD+L0TVEgiEIfMK71Kmls=
#mars_push_db
#jdbc.mysql.marspush.master=db-mars.cekvqhybt570.rds.cn-north-1.amazonaws.com.cn:3306
#jdbc.mysql.marspush.slave=mars-readonly.cekvqhybt570.rds.cn-north-1.amazonaws.com.cn:3306
jdbc.mysql.marspush.master=172.31.57.57:3306
jdbc.mysql.marspush.slave=172.31.57.57:3306
jdbc.mysql.marspush.username=yoho_mars
jdbc.mysql.marspush.password=6GMjDkuEZbY1RaFrZB3gqEZ4u7+nT2yLlRaGBEg23MY=
jdbc.mysql.yhbpromotionsplit.master=cobar1.yohoops.org:8066
jdbc.mysql.yhbpromotionsplit.slave=cobar2.yohoops.org:8066
jdbc.mysql.yhbpromotionsplit.slave2=cobar3.yohoops.org:8066
jdbc.mysql.yhbpromotionsplit.slave3=cobar4.yohoops.org:8066
jdbc.mysql.yhbpromotionsplit.username=yh_vpc_bak
jdbc.mysql.yhbpromotionsplit.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
jdbc.mysql.yhbpromotionsplitplatform.master=cobar.promotion1.yohoops.org:8066
jdbc.mysql.yhbpromotionsplitplatform.slave=cobar.promotion2.yohoops.org:8066
jdbc.mysql.yhbpromotionsplitplatform.username=yh_vpc_bak
jdbc.mysql.yhbpromotionsplitplatform.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
# slave only for bigdata & crm
jdbc.mysql.yohopassport.onlyslave=dbs.slave.yohoops.org:3307
jdbc.mysql.yh.username=yh_vpc_bak
jdbc.mysql.yh.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
# slave only for bigdata & crm
jdbc.mysql.yhpassport.onlyslave=dbs.slave.yohoops.org:3307
jdbc.mysql.yh.username=yh_vpc_bak
jdbc.mysql.yh.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
# slave only for bigdata & crm
jdbc.mysql.yhshops.onlyslave=dbs.slave.yohoops.org:3308
jdbc.mysql.yh.username=yh_vpc_bak
jdbc.mysql.yh.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
# slave only for bigdata & crm
jdbc.mysql.yhoperations.onlyslave=dbs.slave.yohoops.org:3306
jdbc.mysql.yh.username=yh_vpc_bak
jdbc.mysql.yh.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#yhgorder
jdbc.mysql.yhgorder.master=172.31.57.58:3306
jdbc.mysql.yhgorder.slave=172.31.57.58:3306
jdbc.mysql.yhgorder.username=yoho_gloab
jdbc.mysql.yhgorder.password=Ba9RDuXn8EUaLm02wcX6PBB6y7Cd7MsuQvt6MgEPgL8=
#yhgproduct
jdbc.mysql.yhgproduct.master=172.31.57.58:3306
jdbc.mysql.yhgproduct.slave=172.31.57.58:3306
jdbc.mysql.yhgproduct.username=yoho_gloab
jdbc.mysql.yhgproduct.password=Ba9RDuXn8EUaLm02wcX6PBB6y7Cd7MsuQvt6MgEPgL8=
#yhgspider
jdbc.mysql.yhgspider.master=172.31.57.58:3306
jdbc.mysql.yhgspider.slave=172.31.57.58:3306
jdbc.mysql.yhgspider.username=yoho_gloab
jdbc.mysql.yhgspider.password=Ba9RDuXn8EUaLm02wcX6PBB6y7Cd7MsuQvt6MgEPgL8=
#yhgeditor
jdbc.mysql.yhgeditor.master=172.31.57.58:3306
jdbc.mysql.yhgeditor.slave=172.31.57.58:3306
jdbc.mysql.yhgeditor.username=yoho_gloab
jdbc.mysql.yhgeditor.password=Ba9RDuXn8EUaLm02wcX6PBB6y7Cd7MsuQvt6MgEPgL8=
#yhlottery
jdbc.mysql.yhlottery.master=write.cms.yohoops.org:3306
jdbc.mysql.yhlottery.slave=read.cms.yohoops.org:3306
jdbc.mysql.yhlottery.username=yh_vpc_bak
jdbc.mysql.yhlottery.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#yh_cms now
jdbc.mysql.yhcms.master=write.yhcms.yohoops.org:3306
jdbc.mysql.yhcms.slave=read.yhcms.yohoops.org:3306
jdbc.mysql.yhcms.username=yh_vpc_bak
jdbc.mysql.yhcms.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#sso
jdbc.mysql.yhuuc.master=sso.db.yohoops.org:3306
jdbc.mysql.yhuuc.slave=sso.db.read.yohoops.org:3306
jdbc.mysql.yhuuc.username=yh_vpc_bak
jdbc.mysql.yhuuc.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#yh_mars
jdbc.mysql.yhmars.master=write.mars.yohoops.org:3306
jdbc.mysql.yhmars.slave=read.mars.yohoops.org:3306
jdbc.mysql.yhmars.username=yh_vpc_bak
jdbc.mysql.yhmars.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#####
crf.service.url=https://osprec.crfchina.com
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=write.search.yohoops.org:3306
jdbc.mysql.yhbsearch.slave=read.search.yohoops.org:3306
jdbc.mysql.yhbsearch.username=zy
jdbc.mysql.yhbsearch.password=LSKvrMdd/GFpwjjTBC1pZA==
# search-es
search.es.cluster.name = yohosearch_online
#search.es.servers = es.node1.yohoops.org:9300 es.node2.yohoops.org:9300 es.node3.yohoops.org:9300 es.node4.yohoops.org:9300
search.es.servers = 172.31.24.114:9300 172.31.23.216:9300 172.31.23.217:9300 172.31.23.218:9300
search.index.number_of_replicas = 3
search.index.refresh_interval = 10s
search.index.translog.flush_threshold_ops = 10000
# search-mq
search.mq.server=rabbitmq01.yohoops.org
search.mq.port=5672
search.mq.username=yhb_mq
search.mq.password=yhb_mq
search.mq.exchange=yoho_search
search.mq.virtualHost=/
# search-redis
redis.search.proxy.address=localhost
redis.search.proxy.port=6379
redis.search.proxy.auth=
#mars-search-db
jdbc.mysql.yohomarssearch.datasources = yh_mars
jdbc.mysql.yohomarssearch.master = 172.31.57.58:3307
jdbc.mysql.yohomarssearch.slave = 172.31.57.58:3307
jdbc.mysql.yohomarssearch.username = yoho_mars
jdbc.mysql.yohomarssearch.password = 6GMjDkuEZbY1RaFrZB3gqEZ4u7+nT2yLlRaGBEg23MY=
#mars-search-es
yohomarssearch.es.cluster.name = marssearch_online
yohomarssearch.es.servers = 172.31.251.69:9300
yohomarssearch.index.number_of_replicas = 0
yohomarssearch.index.refresh_interval = 10s
yohomarssearch.index.translog.flush_threshold_ops = 10000
##### **************************************** common properties ******************************************************
cache.servers.gateway.level1.address = mem01.a.l1.yohoops.org:21211,mem02.a.l1.yohoops.org:21211,mem03.a.l1.yohoops.org:21211
cache.servers.gateway.level1.expire = 1800
cache.servers.gateway.level2.address = mem01.a.l2.yohoops.org:21212,mem02.a.l2.yohoops.org:21212,mem03.a.l2.yohoops.org:21212
cache.servers.gateway.level2.expire = 43200
cache.servers.union.address = memcache.union.yohoops.org:11211
ip.port.search.server = search.yohoops.org
qiniu.accesskey = atSf7xxIl8alEnsXbhC1bOD1GWVW3qYffz8SlB4m
qiniu.bucket = yhfair
qiniu.domain = http://yhfair.qiniudn.com
qiniu.secretkey = pyoJzPygXIkFWrc1BAsH6tAJ0yweTchpJwGKEwhm
# old redis
redis.proxy.address = write.redis.yohoops.org
redis.proxy.auth =
redis.proxy.port = 6379
redis.readonly.proxy.address = read.redis.yohoops.org
redis.readonly.proxy.auth =
redis.readonly.proxy.port = 6379
#single cloud not sync redis
single.cloud.redis.proxy.address=redis-no-sync-1.yohoops.org
single.cloud.redis.proxy.port=63790
single.cloud.redis.proxy.auth=
#single cloud not sync redis
single.cloud.redis.readonly.proxy.address=redis-no-sync-1.yohoops.org
single.cloud.redis.readonly.proxy.port=63790
single.cloud.redis.readonly.proxy.auth=
#brower
redis.brower.proxy.address = redis-brower.yohoops.org
redis.brower.proxy.port = 6379
redis.brower.proxy.auth =
redis.brower.readonly.proxy.address = redis-brower.yohoops.org
redis.brower.readonly.proxy.port = 6379
redis.brower.readonly.proxy.auth =
redis.notsync.twemproxy.addresses = redis-no-sync-1.yohoops.org:63790,redis-no-sync-2.yohoops.org:63790
redis.notsync.twemproxy.auth=
# union redis
redis.union.address = classic.union-redis.yohoops.org
redis.union.auth =
redis.union.port = 26379
# outter big data redis
bigDataRedis.proxy.address=bigdata.redis.yohoops.org
bigDataRedis.proxy.port=6379
bigDataRedis.proxy.auth=
# outter big data redis push
bigDataRedis-push.proxy.address=bigdata.redis.push.yohoops.org
bigDataRedis-push.proxy.port=6379
bigDataRedis-push.proxy.auth=
#bigDataRedis-search
bigDataRedis-search.proxy.address=bigdata.redis.yohoops.org
bigDataRedis-search.proxy.port= 6379
bigDataRedis-search.proxy.auth=
redis.union.proxy.address=172.31.16.99
redis.union.proxy.port=6379
redis.union.proxy.auth=
redis.union.readonly.proxy.address=172.31.16.99
redis.union.readonly.proxy.port=6379
redis.union.readonly.proxy.auth=
# redis for crm
redis.crm.proxy.address=redis.crm.yohoops.org
redis.crm.notsync.twemproxy.addresses=redis.crm.yohoops.org:6379
## rabbitmq configure
rabbit_host = rabbitmq01.yohoops.org:5672,rabbitmq02.yohoops.org:5672
rabbit_user = yoho
rabbit_password = yoho
########## common rabbitmq ##########
#aws
rabbit_common_aws = rabbitmq-common-aws.yohoops.org:5672
rabbit_common_aws_user = yoho
rabbit_common_aws_password = yoho
#qq
rabbit_common_qq = rabbitmq-common-qq.yohoops.org:5672
rabbit_common_qq_user = yoho
rabbit_common_qq_password = yoho
# local, maybe producer using this.
rabbit_common = rabbitmq-common.yohoops.org:5672
rabbit_common_user = yoho
rabbit_common_password = yoho
##########common rabbitmq ##########
rabbit_union=rabbitmq01.yohoops.org:5672
rabbit_union_user=yoho
rabbit_union_password=yoho
rabbit_union_vhost=yoho
#cache clear rabbitmq
rabbit.cacheclean.producer.host = rabbitmq-common-aws.yohoops.org:5672
rabbit.cacheclean.consumer.host = rabbitmq-common-qq.yohoops.org:5672
# message center rabbit host
rabbit_message_center = rabbitmq-common-aws.yohoops.org:5672
rabbit_message_center_user = yoho
rabbit_message_center_password = yoho
rabbit_message_center_vhost = yoho
yoho.service.domain.url=http://service.yoho.yohoops.org
gateway.domain.url = http://api.yoho.cn
Gateway_URL=http://gateway.yohoops.org:8080/gateway
yoho.message.controller.url=http://message-controller.yohoops.org/yoho-message-controller
zkAddress=zk01.yohoops.org:2181,zk02.yohoops.org:2181,zk03.yohoops.org:2181,zk04.yohoops.org:2181,zk05.yohoops.org:2181
# change to order.run-host.yohoops.org later
order.task.host=172.31.70.205
APP_KEY = 1392109259
APP_SECRET = 1e87e46f115cc813e27ef52eb9915f1e
UUC_DOMAIN = http://sso.yohoops.org:8888
## 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
default.http.type = https
\ No newline at end of file
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/global-autoconfig.properties
is.do.rebuild.index = false
is.do.rebuild.tbl.index = false
java.logs.home = /Data/logs
jdbc.mysql.yhbsearch.master = 192.168.50.69:9980
jdbc.mysql.yhbsearch.password = 9nm0icOwt6bMHjMusIfMLw==
jdbc.mysql.yhbsearch.slave = 192.168.102.219:3306
jdbc.mysql.yhbsearch.username = yh_test
keyword.user.choice.file = /Users/ming/source/logs/fake.csv
mq.exchange = yoho_search
mq.password = 123qwe
mq.port = 5672
mq.server = 192.168.10.109
mq.username = admin1
rabbit.mq.prefix = no_
redis.port = 6379
redis.server = 192.168.50.69
search.default.field = productName_ansj^10,brandName^500,brandDomain^100,brandNameCn^100,brandNameEn^100,maxSort^300,middleSort^500,smallSort^1000,searchField_ansj,productSkn_ansj,brandNameCn_pinyin^100,maxSort_pinyin^300,middleSort_pinyin^500,smallSort_pinyin^1000,searchField
search.es.cluster.name = yohosearch
search.es.servers = 172.16.6.95:9300
search.index.batch.limit = 5000
search.index.batch.limit.tbl = 2000
search.index.batch.max.thread.size = 10
search.index.number_of_replicas = 2
search.index.refresh_interval = 1
search.index.translog.flush_threshold_ops = 5000
search.minimum.should.match = 75%
search.operator = and
search.script.lang = groovy
search.script.score = _score+doc['sortWeight'].value*0.003+(100-doc['breakingRate'].value)/100 * doc['salesWithDateDiff'].value/pow((now-doc['shelveTime'].value)/3600+2,1.8)
tbl.product.private.key = a85bb0674e08986c6b115d5e3a4884fa
tbl.product.url = http://test.soa.global.yohobuy.com/product/api/v1/detail/
yoho.searchservice.env.namespace = yohosearchservice
yoho.searchservice.env.serverport = 8
yoho.searchservice.env.webapphome = /home/dev/yoho-search-service/deploy
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/cms_push-autoconfig.properties
yoho.cms_push.env.namespace = cms_push
yoho.cms_push.env.serverport = 6
yoho.cms_push.env.webapphome = /home/master/cms_push/deploy
#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
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/auto_deploy/deploy/autoconfig/aws/global-autoconfig.properties
gateway.api.url = http://api.yoho.yohoops.org
uic_userInfoRest_enable = true
yoho.uic.env.namespace = uic
yoho.uic.env.serverport = 6
yoho.uic.env.webapphome = /home/master/uic/deploy
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/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/master/yoho-admin-portal/deploy
yohobuy.portal.env.namespace = yoho-admin-portal
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/global-autoconfig.properties
yoho.dashboard.env.namespace = yohodashboard
yoho.dashboard.env.productmode = PRODUCT
yoho.dashboard.env.serverport = 9
yoho.dashboard.env.webapphome = /home/master/yoho-dashboard/deploy
... ...
applepay.notifyurl = http://service.yoho.cn/payment/applepay_notify
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/global-autoconfig.properties
browse.service.url = http://api.brower.yohoops.org:8092/brower/
erp.order.status.url = http://portal.admin.yohobuy.com/api/orders/status
file.uploadTempDir = /Data
is_checksession_enable = true
is_debug_enable = false
message.inboxNum.expire = 120
qq.notifyurl = http://service.yoho.cn/payment/qqpay_notify
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/master/yoho-gateway/deploy
#密码AES加密密钥
password.aes.key=yoho9646yoho9646
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
student.discount.rate = 0.9
platform.service.url=http://api.platform.yohoops.org:8088/platform
\ No newline at end of file
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/global-autoconfig.properties
jdbc.mysql.readonlyinslave = true
yoho.message.env.namespace = message
yoho.message.env.serverport = 6
yoho.message.env.webapphome = /home/master/yoho-message/deploy
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/auto_deploy/deploy/autoconfig/master/global-autoconfig.properties
jdbc.mysql.readonlyinslave = true
yoho.messagecontroller.env.namespace = yoho-message-controller
yoho.messagecontroller.env.serverport = 7
yoho.messagecontroller.env.webapphome = /home/master/yoho-message-controller/deploy
##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/master/auto_deploy/deploy/autoconfig/master/global-autoconfig.properties
jdbc.mysql.readonlyinslave = true
yoho.messagesender.env.namespace = yoho-message-sender
yoho.messagesender.env.serverport = 5
yoho.messagesender.env.webapphome = /home/master/yoho-message-sender/deploy
##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
\ No newline at end of file
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/global-autoconfig.properties
yoho.push.env.namespace = push
yoho.push.env.serverport = 9
yoho.push.env.webapphome = /home/master/yoho-push/deploy
##just for push
jdbc.mysql.yhpush.master=write.passport.yohoops.org:3306
jdbc.mysql.yhpush.slave=dbs.slave.yohoops.org:3307
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
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/global-autoconfig.properties
yoho.search.adaptor.env.serverport = 5
yoho.search.adaptor.env.webapphome = /home/master/yoho-search-adaptor/deploy
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/master/opps/deploy/autoconfig/master/global-autoconfig.properties
yoho.search.consumer.env.namespace = search-consumer
yoho.search.consumer.env.serverport = 8
yoho.search.consumer.env.webapphome = /home/master/yoho-search-consumer/deploy
#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=5000
search.index.batch.limit.tbl=2000
search.index.batch.max.thread.size=10
#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/master/auto_deploy/deploy/autoconfig/aws/global-autoconfig.properties
yoho.search.producer.env.namespace = search-producer
yoho.search.producer.env.serverport = 9
yoho.search.producer.env.webapphome = /home/master/yoho-search-producer/deploy
## 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_price,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
##canal-operation
canal.destination.operation=operations
canal.subscribeChannel.operation=yhb_operations.activity_product,yhb_operations.es_word_def,yhb_operations.dynamic_rule,yhb_operations.dynamic_rule_details,yhb_operations.dynamic_rule_page_rel
##cancal-erpproduct
canal.destination.erpproduct=erpproduct
canal.subscribeChannel.erpproduct=erp_product.product_pool_detail
##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
\ No newline at end of file
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/global-autoconfig.properties
yoho.search.service.env.namespace = yohosearch
yoho.search.service.env.serverport = 0
yoho.search.service.env.webapphome = /home/master/yoho-search-service/deploy
yoho.logs.level = WARN
yoho.logs.maxHistory = 10
##tpl adaptor
tpl.adaptor.valid = false
##search.use.cache[ehCache/redisCache]
search.use.cache = true
search.cache.type = redisCache
search.open.downgrade = true
search.personalized.switch = true
search.personalized.max.should = 50
search.multiMatchQuery.type=CROSS_FIELDS
\ No newline at end of file
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/global-autoconfig.properties
java.logs.home = /Data/logs
yoho.sns.env.namespace = sns
yoho.sns.env.serverport = 2
yoho.sns.env.webapphome = /home/master/yoho-sns/deploy
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/gray/opps/deploy/autoconfig/master/global-autoconfig.properties
platform.login.url = http://serve.erp.yohoops.org/service/account/v1/Profile/login
social.post.shareUrl = http://social.yoho.cn/social/share/index.html
uic.service.url = http://uic.yohoops.org/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/master/yoho-social/deploy
is_debug_enable=false
\ No newline at end of file
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/global-autoconfig.properties
des.password_crypt_key = _+@#$%^kEHrDooxWHCWtfeSxvDvgqZq_+@#$%^
erp.user.useGiftcard.url = http://api.erp.yohobuy.com
jdbc.mysql.readonlyinslave = true
user.session.expire = 10080
users.browse.sync = true
users.yoho.default_is_bind = Y
users.yoho.redpacket = Y
users.yohocoin = true
users.yohocoin.dilute = true
yoho.users.env.namespace = users
yoho.users.env.serverport = 1
yoho.users.env.webapphome = /home/master/yoho-users/deploy
users.base.isUic=true
uic.service.url=http://uic.yohoops.org/uic
zmxy_service_url=https://zmopenapi.zmxy.com.cn/openapi.do
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
verify_student_flag=false
user.instalmentCredit.redisExpire=30
user.bankInfo.redisExpire=24
user.instalmentTaskLock.redisExpire=10
activity.url=http://service.yoho.cn
register.image.onoff=off
register.new.user.page.probability=5
\ No newline at end of file
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/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/master/yohobuy-activity/deploy
userday.coupon={"20":"34772", "10":"34770"}
userday.open.day=28
userday.coupon.oct={"10":38208,"40":38210,"70":38212}
\ No newline at end of file
... ...
autoconfig.properties = sharedAutoconfig
#autoconfig.properties.sharedAutoconfig = file:/home/gray/opps/deploy/autoconfig/master/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/master/yohobuy-bigdata/deploy
jdbc.mysql.bigdata.master=172.31.6.98: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/master/opps/deploy/autoconfig/master/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/master/yohobuy-brower/deploy
rabbit_concurrent=3
api.yoho.url = http://api.yoho.yohoops.org
\ No newline at end of file
... ...
aesKey = yoho96461qaz2wsx
alarm.mobile = 17714194699,13951882433,18652008443,15251706034
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/union/opps/deploy/autoconfig/master/global-autoconfig.properties
bigData.url = http://bigdata.api.crm.yohoops.org:8080/bigdata/crm/
crm.send.notice = true
ftp.ip = bigdata.ftp.yohoops.org
ftp.port = 21
ftp.pwd = ok83sQlrvHfw8OBMz6xlRA==
ftp.userName = ftpuser
jdbc.mysql.readonlyinslave = true
sms.name = yohoyx@yohoyx
sms.pwd = EH+iuWSAfINJYwSdPgVqhA==
sms.url = http://211.147.239.62:9050/cgi-bin/sendsms
yohobuy.crm.env.namespace = crm
yohobuy.crm.env.serverport = 3
yohobuy.crm.env.webapphome = /home/master/yohobuy-crm/deploy
sms.reprot.flag=true
#阿里云短信发送的
aliyun.sms.accessKeyId=wIBL09Z0xu7uJUkX0yNnFWy8tNv+KZEH8req1GsE1+k=
aliyun.sms.secret=/tnQdyzBuARAcql9ad+yJVzlQNX9bfhEmJxr7wdLz58=
########################### wechat module ########################################
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
############################ wechat module #######################################
#历史vip用户分组ID
birthday.coupon.groupid=1018
#新晋vip用户分组ID
birthday.coupon.new.groupid=1020
#生日券短信模板ID
birthday.coupon.sms.templateid=112
... ...
yohobuy.global.env.webapphome=/home/master/yohobuy-global/deploy
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/master/opps/deploy/autoconfig/master/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 = /Data/logs
jdbc.mysql.readonlyinslave = true
order.codpay.lock.duration = 1440
yohobuy.order.env.namespace = order
yohobuy.order.env.serverport = 4
yohobuy.order.env.webapphome = /home/master/yohobuy-order/deploy
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.yoho.cn/payment/applepay_notify
qq.notifyurl = http://service.yoho.cn/payment/qqpay_notify
unionpay.notifyurl = https://service.yoho.cn/payment/unionpay_newnotify
wechat.app.newnotifyurl = http://service.yoho.cn/payment/weixin_notify
wechat.app.notifyurl = http://service.yoho.cn/payment/wechat_notify
alipay.notifyurl = https://service.yoho.cn/payment/alipay_notify
# unionmpos env: 00,production enviroment; 01,test enviroment
unionmpos.env=00
browse.service.url = http://api.brower.yohoops.org:8092/brower/
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/global-autoconfig.properties
erp.platform.shops.url = http://api.erp.yohobuy.com
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.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.size = 512000
file.image.gif.size=2621440
file.maxsize = 50000000
file.saveDir = /Data/images
file.uploadTempDir = /Data/images
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 = read1.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 = read1.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 = read1.erp.yohoops.org:3306
jdbc.mysql.platform.yhb_account.username = yh_erp_db
search.server.address = http://search.yohoops.org/yohosearch/
watchService.waitInterval = 60
watchService.watchDir = /Data/sftp_images
yohobuy.platform.env.namespace = platform
yohobuy.platform.env.serverport = 8
yohobuy.platform.env.webapphome = /home/master/yohobuy-platform/deploy
api.yoho.url = http://api.yoho.cn
service.yoho.url = http://service.yoho.cn
admin.portal.url=http://admin.portal.yohobuy.com
admin.login.url=http://127.0.0.1:30012
price.selltype.url = http://54.222.172.226/erp-gateway-web/plate_price_form/list_product_info
# price manage audit person config
price.audit.firstRoleName=\u9ad8\u7ea7\u54c1\u724c\u7ecf\u7406
price.audit.secondPid=2594,2299,2391,10592
price.audit.thirdPid=2298
price.changed.notice.phone=13512519156,17895010543,17608015989,18652008443
erp.realStorage.url=http://54.222.172.226/erp-gateway-web/shift_logs/query_stock_num_by_sku
erp.domain=http://54.222.172.226/erp-gateway-web
platform.login.salt=yoho9646yoho9646
file.image.gif.size=2621440
resources_https_enable=true
shop.status.change.phone=13512519156,15321220521,17608015989,13770304304,15651702116
bigData.analytics.transfer.url=http://analytics.m.yohobuy.com/yas.gif/web/
\ No newline at end of file
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/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/master/yohobuy-product/deploy
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/global-autoconfig.properties
jdbc.mysql.yhbpromotion.master.password = input_password
jdbc.mysql.yhbpromotion.master.username = guang_res
yohobuy.promotion.env.namespace = promotion
yohobuy.promotion.env.serverport = 5
yohobuy.promotion.env.webapphome = /home/master/yohobuy-promotion/deploy
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}
wechat.coupons.operators.email=flown.wang@yoho.cn,xintong.xu@yoho.cn
resource_coupon_contentcode=b78b32ed81b18dde8ac84fd33602b88b
promotion.sendCounpon.broadcast.rate=0.9
\ No newline at end of file
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/global-autoconfig.properties
jdbc.mysql.readonlyinslave = false
yohobuy.resources.env.namespace = resources
yohobuy.resources.env.serverport = 7
yohobuy.resources.env.webapphome = /home/master/yohobuy-resources/deploy
service.online.type=1
service.online.type.h5=http://m.yohobuy.com/service/im
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/global-autoconfig.properties
yohobuy.task.env.namespace = task
yohobuy.task.env.serverport = 4
yohobuy.task.env.webapphome = /home/master/yohobuy-task/deploy
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
##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
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/global-autoconfig.properties
bigdate.db.password = ZARNTZvqPIYoBOhoTTTGRaMwEu/zaKV31I9S8xDJIUA=
bigdate.db.url = bigdata.db.union.yohoops.org:3306
bigdate.db.username = yh_bigdata
draw.writeFile.delay = 60
jdbc.mysql.readonlyinslave = true
yoho.unions.env.namespace = union
yoho.unions.env.serverport = 8
yoho.unions.env.webapphome = /home/master/yohobuy-union/deploy
\ No newline at end of file
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/global-autoconfig.properties
wechat.access.appid = wx75e5a7c0c88e45c2
wechat.access.secret = ce21ae4a3f93852279175a167e54509b
wechat.subscription.access.appid=wx96121aa89f31c5ea
wechat.subscription.access.secret=7669da1a8842ed1df4c5e1b53868f3ca
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 = 0252d67ef15eb07a28d80098e8c186ac
yohobuy.wechat.env.namespace = wechat
yohobuy.wechat.env.serverport = 4
yohobuy.wechat.env.webapphome = /home/master/yohobuy-wechat/deploy
bigData.analytics.transfer.url=http://analytics.m.yohobuy.com/yas.gif/web/
\ No newline at end of file
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/global-autoconfig.properties
yohomars.search.service.env.namespace = yohomars-search
yohomars.search.service.env.serverport = 7
yohomars.search.service.env.webapphome = /home/master/yohomars-search-service/deploy
... ...
yoho.logs.level = INFO
yoho.logs.basedir = /Data/logs
yoho.logs.maxHistory = 7
yoho.logs.maxFileSize = 10MB
yoho.env.javahome = /usr/local/java
yoho.env.serverhome = /usr/local/tomcat
yoho.env.servertype = tomcat
yoho.env.productmode = TEST
### ****************************** database ***********************************
##yh_push
bigdate.db.url=192.168.102.219:3306
bigdate.db.password=9nm0icOwt6bMHjMusIfMLw==
bigdate.db.username=yh_test
##yh_push
jdbc.mysql.yhpush.master=192.168.102.219:3306
jdbc.mysql.yhpush.slave=192.168.102.219:3306
jdbc.mysql.yhpush.password=9nm0icOwt6bMHjMusIfMLw==
jdbc.mysql.yhpush.username=yh_test
##YH_RESOURCE
jdbc.mysql.yhresource.master=192.168.102.219:3306
jdbc.mysql.yhresource.slave=192.168.102.219:3306
jdbc.mysql.yhresource.username=yh_test
jdbc.mysql.yhresource.password=9nm0icOwt6bMHjMusIfMLw==
# yh_shops
jdbc.mysql.yhshops.master=192.168.102.219:3306
jdbc.mysql.yhshops.slave=192.168.102.219:3306
jdbc.mysql.yhshops.username=yh_test
jdbc.mysql.yhshops.password=9nm0icOwt6bMHjMusIfMLw==
# yh_orders
jdbc.mysql.yhorders.master=192.168.102.219:3306
jdbc.mysql.yhorders.slave=192.168.102.219:3306
jdbc.mysql.yhorders.username=yh_test
jdbc.mysql.yhorders.password=9nm0icOwt6bMHjMusIfMLw==
# yh_orders db split
jdbc.mysql.yhorderssplit.master=192.168.102.202:8066
jdbc.mysql.yhorderssplit.slave=192.168.102.202:8066
jdbc.mysql.yhorderssplit.username=yh_test
jdbc.mysql.yhorderssplit.password=9nm0icOwt6bMHjMusIfMLw==
# yh_sns
jdbc.mysql.yhsns.master=192.168.102.219:3306
jdbc.mysql.yhsns.slave=192.168.102.219:3306
jdbc.mysql.yhsns.username=yh_test
jdbc.mysql.yhsns.password=9nm0icOwt6bMHjMusIfMLw==
# yh_comment
jdbc.mysql.yhcomment.master=192.168.102.219:3306
jdbc.mysql.yhcomment.slave=192.168.102.219:3306
jdbc.mysql.yhcomment.username=yh_test
jdbc.mysql.yhcomment.password=9nm0icOwt6bMHjMusIfMLw==
#yh_passport
jdbc.mysql.yhpassport.master=192.168.102.219:3306
jdbc.mysql.yhpassport.slave=192.168.102.219:3306
jdbc.mysql.yhpassport.username=yh_test
jdbc.mysql.yhpassport.password=9nm0icOwt6bMHjMusIfMLw==
#yoho_passport读写数据分离
jdbc.mysql.yohopassport.master=192.168.102.219:3306
jdbc.mysql.yohopassport.slave=192.168.102.219:3306
jdbc.mysql.yohopassport.username=yh_test
jdbc.mysql.yohopassport.password=9nm0icOwt6bMHjMusIfMLw==
#yh_operations读写数据分离
jdbc.mysql.yhoperations.master=192.168.102.219:3306
jdbc.mysql.yhoperations.slave=192.168.102.219:3306
jdbc.mysql.yhoperations.username=yh_test
jdbc.mysql.yhoperations.password=9nm0icOwt6bMHjMusIfMLw==
#yhb_promotion
jdbc.mysql.yhbpromotion.master=192.168.102.219:3306
jdbc.mysql.yhbpromotion.slave=192.168.102.219:3306
jdbc.mysql.yhbpromotion.username=yh_test
jdbc.mysql.yhbpromotion.password=9nm0icOwt6bMHjMusIfMLw==
#yh_setting
jdbc.mysql.yhsetting.master=192.168.102.219:3306
jdbc.mysql.yhsetting.slave=192.168.102.219:3306
jdbc.mysql.yhsetting.username=yh_test
jdbc.mysql.yhsetting.password=9nm0icOwt6bMHjMusIfMLw==
#yoho_sms
jdbc.mysql.yohosms.master=192.168.102.219:3306
jdbc.mysql.yohosms.slave=192.168.102.219:3306
jdbc.mysql.yohosms.username=yh_test
jdbc.mysql.yohosms.password=9nm0icOwt6bMHjMusIfMLw==
#yh_inbox
jdbc.mysql.yhinbox.master=192.168.102.219:3306
jdbc.mysql.yhinbox.slave=192.168.102.219:3306
jdbc.mysql.yhinbox.username=yh_test
jdbc.mysql.yhinbox.password=9nm0icOwt6bMHjMusIfMLw==
#yoho_logs
jdbc.mysql.yohologs.master=192.168.102.219:3306
jdbc.mysql.yohologs.username=yh_test
jdbc.mysql.yohologs.password=9nm0icOwt6bMHjMusIfMLw==
#yh_pay
jdbc.mysql.pay.master=192.168.102.219:3306
jdbc.mysql.pay.slave=192.168.102.219:3306
jdbc.mysql.pay.username=yh_test
jdbc.mysql.pay.password=9nm0icOwt6bMHjMusIfMLw==
#yh_coupons
jdbc.mysql.yhcoupons.master=192.168.102.219:3306
jdbc.mysql.yhcoupons.slave=192.168.102.219:3306
jdbc.mysql.yhcoupons.username=yh_test
jdbc.mysql.yhcoupons.password=9nm0icOwt6bMHjMusIfMLw==
#yh_events
jdbc.mysql.yhevents.master=192.168.102.219:3306
jdbc.mysql.yhevents.slave=192.168.102.219:3306
jdbc.mysql.yhevents.username=yh_test
jdbc.mysql.yhevents.password=9nm0icOwt6bMHjMusIfMLw==
#yh_consult
jdbc.mysql.yhconsult.master=192.168.102.219:3306
jdbc.mysql.yhconsult.slave=192.168.102.219:3306
jdbc.mysql.yhconsult.username=yh_test
jdbc.mysql.yhconsult.password=9nm0icOwt6bMHjMusIfMLw==
#yhb_operations
jdbc.mysql.yhboperations.master=192.168.102.219:3306
jdbc.mysql.yhboperations.slave=192.168.102.219:3306
jdbc.mysql.yhboperations.username=yh_test
jdbc.mysql.yhboperations.password=9nm0icOwt6bMHjMusIfMLw==
#unions
jdbc.mysql.unions.master=192.168.102.219:3306
jdbc.mysql.unions.slave=192.168.102.219:3306
jdbc.mysql.unions.username=yh_test
jdbc.mysql.unions.password=9nm0icOwt6bMHjMusIfMLw==
#push center
jdbc.mysql.yohopushcenter.master=192.168.102.219:3306
jdbc.mysql.yohopushcenter.slave=192.168.102.219:3306
jdbc.mysql.yohopushcenter.username=yh_test
jdbc.mysql.yohopushcenter.password=9nm0icOwt6bMHjMusIfMLw==
#yoho-activity
jdbc.mysql.yohoactivity.master=192.168.102.219:3306
jdbc.mysql.yohoactivity.slave=192.168.102.219:3306
jdbc.mysql.yohoactivity.username=yh_test
jdbc.mysql.yohoactivity.password=9nm0icOwt6bMHjMusIfMLw==
#yh_special
jdbc.mysql.yhspecial.master=192.168.102.219:3306
jdbc.mysql.yhspecial.slave=192.168.102.219:3306
jdbc.mysql.yhspecial.username=yh_test
jdbc.mysql.yhspecial.password=9nm0icOwt6bMHjMusIfMLw==
#yh_guang
jdbc.mysql.yhguang.master=192.168.102.219:3306
jdbc.mysql.yhguang.slave=192.168.102.219:3306
jdbc.mysql.yhguang.username=yh_test
jdbc.mysql.yhguang.password=9nm0icOwt6bMHjMusIfMLw==
#erp_finance
jdbc.mysql.erpfinance.master=192.168.102.219:3306
jdbc.mysql.erpfinance.slave=192.168.102.219:3306
jdbc.mysql.erpfinance.username=yh_test
jdbc.mysql.erpfinance.password=9nm0icOwt6bMHjMusIfMLw==
#yohood
jdbc.mysql.yohood.master=192.168.102.219:3306
jdbc.mysql.yohood.slave=192.168.102.219:3306
jdbc.mysql.yohood.username=yh_test
jdbc.mysql.yohood.password=9nm0icOwt6bMHjMusIfMLw==
#yh_community
jdbc.mysql.yhcommunity.master=192.168.102.219:3306
jdbc.mysql.yhcommunity.slave=192.168.102.219:3306
jdbc.mysql.yhcommunity.username=yh_test
jdbc.mysql.yhcommunity.password=9nm0icOwt6bMHjMusIfMLw==
#erp_passport
jdbc.mysql.erppassport.master=192.168.102.219:3306
jdbc.mysql.erppassport.slave=192.168.102.219:3306
jdbc.mysql.erppassport.username=yh_test
jdbc.mysql.erppassport.password=9nm0icOwt6bMHjMusIfMLw==
#search-db
jdbc.mysql.yhbsearch.datasources = yhb_search_dev
jdbc.mysql.yhbsearch.master = 192.168.102.216:3306
jdbc.mysql.yhbsearch.slave = 192.168.102.216:3306
jdbc.mysql.yhbsearch.username = yh_test
jdbc.mysql.yhbsearch.password = 9nm0icOwt6bMHjMusIfMLw==
#erp_supplier
jdbc.mysql.platform.erp_supplier.master=192.168.102.219:3306
jdbc.mysql.platform.erp_supplier.slave=192.168.102.219:3306
jdbc.mysql.platform.erp_supplier.username=yh_test
jdbc.mysql.platform.erp_supplier.password=9nm0icOwt6bMHjMusIfMLw==
#yh-lineshops-db
jdbc.mysql.lineshops.master=192.168.102.219:3306
jdbc.mysql.lineshops.slave=192.168.102.219:3306
jdbc.mysql.lineshops.username=yh_test
jdbc.mysql.lineshops.password=9nm0icOwt6bMHjMusIfMLw==
# search-es
search.es.cluster.name = yohosearch
search.es.servers = 192.168.102.12:9300 192.168.102.13:9300
search.index.number_of_replicas = 1
search.index.refresh_interval = 10s
search.index.translog.flush_threshold_ops = 5000
# search-mq
search.mq.server = 192.168.102.224
search.mq.port = 5672
search.mq.username = admin1
search.mq.password = 123qwe
search.mq.exchange = yoho_search
search.mq.virtualHost = /yohosearch
##### **************************************** common properties ******************************************************
readOnlyInSlave=true
is_debug_enable = true
aliyun.accessid = mkb5KaMTUeAnfHI5
aliyun.bucket = yohotest
aliyun.domain = http://7xnrdp.com1.z0.glb.clouddn.com
aliyun.endpoint = oss-cn-shanghai.aliyuncs.com
cache.servers.gateway.level1.address = 192.168.102.211:11211
cache.servers.gateway.level1.expire = 1800
cache.servers.gateway.level2.address = 192.168.102.211:11211
cache.servers.gateway.level2.expire = 43200
ip.port.search.server = 192.168.102.216:8080
qiniu.accesskey = atSf7xxIl8alEnsXbhC1bOD1GWVW3qYffz8SlB4m
qiniu.bucket = yhfair
qiniu.domain = http://yhfair.qiniudn.com
qiniu.secretkey = pyoJzPygXIkFWrc1BAsH6tAJ0yweTchpJwGKEwhm
# outter big data redis
bigDataRedis.proxy.address = test-bigdata-redis-1903805580.cn-north-1.elb.amazonaws.com.cn
bigDataRedis.proxy.port = 6379
bigDataRedis.proxy.auth =
# outter big data redis push
bigDataRedis-push.proxy.address=test-bigdata-redis-1903805580.cn-north-1.elb.amazonaws.com.cn
bigDataRedis-push.proxy.port=6379
bigDataRedis-push.proxy.auth=
#bigDataRedis-search
bigDataRedis-search.proxy.address=test-bigdata-redis-1903805580.cn-north-1.elb.amazonaws.com.cn
bigDataRedis-search.proxy.port= 6379
bigDataRedis-search.proxy.auth=
redis.notsync.twemproxy.addresses=192.168.102.12:6379,192.168.102.12:6379
redis.notsync.twemproxy.auth=
redis.proxy.address = 192.168.102.12
redis.proxy.auth =
redis.proxy.port = 6379
redis.readonly.proxy.address = 192.168.102.12
redis.readonly.proxy.auth =
redis.readonly.proxy.port = 6379
redis.union.address = 192.168.102.12
redis.union.auth =
redis.union.port = 6379
redis.union.proxy.address = 192.168.102.12
redis.union.proxy.auth =
redis.union.proxy.port = 6379
redis.union.readonly.proxy.address = 192.168.102.12
redis.union.readonly.proxy.auth =
redis.union.readonly.proxy.port = 6379
redis.brower.proxy.address=192.168.102.12
redis.brower.proxy.port=6379
redis.brower.proxy.auth=
redis.brower.readonly.proxy.address=192.168.102.12
redis.brower.readonly.proxy.port=6379
redis.brower.readonly.proxy.auth=
zkAddress=192.168.103.58:2181
gateway.domain.url=http://192.168.103.59:8080/gateway/
yoho.message.controller.url=http://192.168.102.202:8087/yoho-message-controller
APP_KEY = 1392109259
APP_SECRET = 1e87e46f115cc813e27ef52eb9915f1e
UUC_DOMAIN = http://passport.test.yoho.cn
#### rabbit config ####
rabbit_host = 192.168.102.211:5672
rabbit_user = yoho
rabbit_password = yoho
########## common rabbitmq ##########
#aws
rabbit_common_aws = 192.168.102.217:5672
rabbit_common_aws_user = yoho
rabbit_common_aws_password = yoho
#qq
rabbit_common_qq = 192.168.102.217:5672
rabbit_common_qq_user = yoho
rabbit_common_qq_password = yoho
# local, maybe producer using this.
rabbit_common = 192.168.102.217:5672
rabbit_common_user = yoho
rabbit_common_password = yoho
##########common rabbitmq ##########
#cache clear rabbitmq
rabbit.cacheclean.producer.host = 192.168.102.217:5672
rabbit.cacheclean.consumer.host = 192.168.102.217:5672
## mq or call erp
erp.message.sync.type=MQ
sendSMS.password=7jVEde87bLffoTnt6tGxmw==
trace.exporter.enable = true
student.discount.rate=0.9
crf.service.url=https://osprec-ci.crfchina.com
default.http.type = http
\ No newline at end of file
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/dev/opps/deploy/autoconfig/dev/global-autoconfig.properties
yoho.uic.env.namespace = uic
yoho.uic.env.serverport = 6
yoho.uic.env.webapphome = /home/dev/uic/deploy
... ...
applepay.notifyurl = http://service.yoho.cn/payment/applepay_notify
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/dev/auto_deploy/deploy/autoconfig/dev/global-autoconfig.properties
browse.service.url = http://api.brower.yohoops.org:8092/brower/
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.order.status.url = http://portal.admin.yohobuy.com/api/orders/status
file.uploadTempDir = /Data
is_checksession_enable = true
message.inboxNum.expire = 10
password.aes.key = yoho9646yoho9646
qq.notifyurl = http://service.yoho.cn/payment/qqpay_notify
unionpay.notifyurl = https://service.yoho.cn/payment/unionpay_newnotify
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/dev/yoho-gateway/deploy
platform.service.url=http://api.platform.yohoops.org:8088/platform
\ No newline at end of file
... ...
yoho.kisjob.env.namespace = kisjob
yoho.kisjob.env.serverport = 7
yoho.kisjob.env.webapphome = /home/dev/yoho-kisjob/deploy
jdbc.mysql.kisjob.datasources = yoho_kisjob
jdbc.mysql.kisjob.master = 192.168.102.219:3306
jdbc.mysql.kisjob.slave = 192.168.102.219:3306
jdbc.mysql.kisjob.username = root
jdbc.mysql.kisjob.password = TIws8jVfwQVXxpkFE3djQA==
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/dev/opps/deploy/autoconfig/dev/global-autoconfig.properties
jdbc.mysql.readonlyinslave = true
yoho.message.env.namespace = message
yoho.message.env.serverport = 6
yoho.message.env.webapphome = /home/dev/yoho-message/deploy
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/dev/opps/deploy/autoconfig/dev/global-autoconfig.properties
db.batch.size = 100000
getui.appid = Rzwp6SnIbr5U7sgaxVsLA8
getui.appkey = jYlLaLbRm972pOzZx5pzQA
getui.appsecret = RF2JGk8cPt7Q9WZMx3QPBA
getui.default.size = 10
getui.host = http://sdk.open.api.igexin.com/apiex.htm
getui.mastersecret = iQ6Z7sbDge9I5vHOBI5iA2
ios.default.size = 10
ios.keystore = push.p12
ios.password = 123456
java.logs.home = /home/test/yoho-push/deploy/logs/push/
jdbc.mysql.yohologs.slave = 192.168.50.69:9980
mongo.inbox.dbname = inbox
mongo.inbox.host = 192.168.50.69
mongo.inbox.port = 27017
push.ios.custom.key = custom_content
push.task.type = ios
rabbit_vhost = yoho
send.task.batch.size = 100
yoho.push.env.namespace = push
yoho.push.env.serverport = 9
yoho.push.env.webapphome = /home/dev/yoho-push/deploy
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/dev/opps/deploy/autoconfig/dev/global-autoconfig.properties
jdbc.mysql.erpproduct.datasources = erp_product
jdbc.mysql.erpproduct.master = 192.168.102.219:3306
jdbc.mysql.erpproduct.password = 9nm0icOwt6bMHjMusIfMLw==
jdbc.mysql.erpproduct.slave = 192.168.102.219:3306
jdbc.mysql.erpproduct.username = yh_test
jdbc.mysql.yhshops.datasources = yh_shops
tbl.product.url = http://192.168.102.206/product/api/v1/detail/
web.context = yohosearchadaptor
yoho.search.adaptor.env.namespace = search-adaptor
yoho.search.adaptor.env.serverport = 5
yoho.search.adaptor.env.webapphome = /home/dev/yoho-search-adaptor/deploy
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/dev/opps/deploy/autoconfig/dev/global-autoconfig.properties
yoho.search.consumer.env.namespace = search-consumer
yoho.search.consumer.env.serverport = 8
yoho.search.consumer.env.webapphome = /home/dev/yoho-search-consumer/deploy
tpl.adaptor.valid=false
tpl.adaptor.domain=http://192.168.102.224:8085/search-adaptor
tbl.product.url=http://test.soa.global.yohobuy.com/product/api/v1/detail/
zkAddress=192.168.102.224:2181
#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=3000
search.index.batch.limit.tbl=2000
search.index.batch.max.thread.size=10
#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
#zkAddress
zkAddress=192.168.102.224:2181
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/dev/opps/deploy/autoconfig/dev/global-autoconfig.properties
yoho.search.producer.env.namespace = search-producer
yoho.search.producer.env.serverport = 9
yoho.search.producer.env.webapphome = /home/dev/yoho-search-producer/deploy
## search configuration begin
##canal
canal.hostType=zkCluster
canal.server.port=192.168.102.224:2181
zkAddress=192.168.102.224: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_price,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_timing,yh_shops.product_price_plan,yh_shops.limit_product,yh_shops.limit_product_attach
##canal-operation
canal.destination.operation=operations
canal.subscribeChannel.operation=yhb_operations.activity_product,yhb_operations.es_word_def,yhb_operations.dynamic_rule,yhb_operations.dynamic_rule_details,yhb_operations.dynamic_rule_page_rel
##cancal-erpproduct
canal.destination.erpproduct=erpproduct
canal.subscribeChannel.erpproduct=erp_product.product_pool_detail,erp_product.promotion_product
##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
##cancal-comment
canal.destination.comment=comment
canal.subscribeChannel.comment=yh_comment.comments,yh_comment.shareorder,yh_comment.shareorder_image,yh_comment.shareorder_tag
zkAddress=192.168.102.224:2181
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/dev/opps/deploy/autoconfig/dev/global-autoconfig.properties
yoho.search.service.env.namespace = yohosearch
yoho.search.service.env.serverport = 0
yoho.search.service.env.webapphome = /home/dev/yoho-search-service/deploy
#big data redis
bigDataRedis-search.proxy.address=test-bigdata-redis-1903805580.cn-north-1.elb.amazonaws.com.cn
bigDataRedis-search.proxy.port=6379
bigDataRedis-search.proxy.auth=
redis.search.proxy.address = 192.168.102.12
redis.search.proxy.auth =
redis.search.proxy.port = 6379
zkAddress=192.168.102.224:2181
##tpl adaptor
tpl.adaptor.valid = false
##search.use.cache[ehCache/redisCache]
search.use.cache = true
search.cache.type = redisCache
search.open.downgrade = true
search.personalized.switch = true
search.personalized.max.should = 50
search.multiMatchQuery.type=CROSS_FIELDS
#zkAddress
zkAddress=192.168.102.224:2181
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/dev/opps/deploy/autoconfig/dev/global-autoconfig.properties
is.do.rebuild.index = true
is.do.rebuild.tbl.index = true
java.logs.home = /Data/logs
jdbc.mysql.yhbsearch.datasources = yhb_search_2016
jdbc.mysql.yhbsearch.master = 192.168.102.216:3306
jdbc.mysql.yhbsearch.password = 9nm0icOwt6bMHjMusIfMLw==
jdbc.mysql.yhbsearch.slave = 192.168.102.216:3306
jdbc.mysql.yhbsearch.username = yh_test
keyword.user.choice.file = /Users/ming/source/logs/fake.csv
mq.exchange = yoho_search
mq.password = 123qwe
mq.port = 5672
mq.server = 192.168.102.208
mq.username = admin1
rabbit.mq.prefix =no
redis.pool.maxIdle = 100
redis.pool.maxTotal = 100
redis.pool.maxWaitMillis = 2000
redis.pool.minIdle = 50
redis.pool.testOnBorrow = false
redis.pool.testWhileIdle = true
redis.port = 6379
redis.server = 192.168.102.216
search.default.field = productName_ansj^10,brandName^500,brandDomain^100,brandNameCn^100,brandNameEn^100,maxSort^300,middleSort^500,smallSort^1000,searchField_ansj,productSkn_ansj,brandNameCn_pinyin^100,maxSort_pinyin^300,middleSort_pinyin^500,smallSort_pinyin^1000,searchField
search.es.cluster.name = yohosearch_test
search.es.servers = 192.168.102.209:9300 192.168.102.208:9300
search.index.batch.limit = 5000
search.index.batch.limit.tbl = 2000
search.index.batch.max.thread.size = 10
search.index.number_of_replicas = 2
search.index.refresh_interval = 1
search.index.translog.flush_threshold_ops = 5000
search.minimum.should.match = 75%
search.operator = and
search.script.lang = groovy
search.script.score = _score+doc['sortWeight'].value*0.003+(100-doc['breakingRate'].value)/100 * doc['salesWithDateDiff'].value/pow((now-doc['shelveTime'].value)/3600+2,1.8)
tbl.product.private.key = a85bb0674e08986c6b115d5e3a4884fa
tbl.product.url = http://test.soa.global.yohobuy.com/product/api/v1/detail/
yoho.search.service.env.namespace = search-service
yoho.search.service.env.serverport = 7
yoho.search.service.env.webapphome = /home/dev/yoho-search-service/deploy
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/dev/opps/deploy/autoconfig/dev/global-autoconfig.properties
java.logs.home = /Data/logs
yoho.sns.env.namespace = sns
yoho.sns.env.serverport = 2
yoho.sns.env.webapphome = /home/dev/yoho-sns/deploy/
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/dev/opps/deploy/autoconfig/dev/global-autoconfig.properties
platform.login.url = http://serve.yohobuy.com/service/account/v1/Profile/login
resource.service.url = http:192.168.102.205:8087/resources
uic.service.url = http://192.168.102.205:8096/uic/
yoho.social.env.namespace = social
yoho.social.env.serverport = 5
yoho.social.env.webapphome = /home/dev/yoho-social/deploy
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/dev/opps/deploy/autoconfig/dev/global-autoconfig.properties
des.password_crypt_key = _+@#$%^kEHrDooxWHCWtfeSxvDvgqZq_+@#$%^
erp.user.useGiftcard.url = http://api.erp.yohobuy.com
jdbc.mysql.readonlyinslave = true
user.session.expire = 10080
users.browse.sync = true
users.yoho.default_is_bind = Y
users.yohocoin = true
yoho.users.env.namespace = users
yoho.users.env.serverport = 1
yoho.users.env.webapphome = /home/dev/yoho-users/deploy
users.base.isUic=false
uic.service.url=http://uic.yohoops.org/uic
verify_student_flag=true
zmxy_appId = 1000227
zmxy_contract_flag = si201604080002520001
zmxy_rsa_mySK = MIICdgIBADANBgkqhkiG9w0BAQEFAASCAmAwggJcAgEAAoGBAIjfNWUXqCNtlaBFpv4KrBTVQb4btX9Gi+UPuz7AMvwbSXmtIxV2awkz4Rg0Q3PtTkuAUpuW958u3uNxypcsCJD3o4qphgqSMVpe33bJ1bZaeL/h8WT9KNBiIxGsYQco44JbJkjrHTAI3Wt+RNhHyn+nKI9wCaeYPCY7ZipVpmL3AgMBAAECgYBn/BxWx1hIQjMQ5pnuGzGNSk9+HRMQtQoHZqI9FEwn2JtDw9QJtEOxZCa4+svcQQfguIcKCfHqj/NqHMNrglqmmJhKrut+ilUt8rqJCmvRSh8AdG7ZnqzxQYdTrrEEKgO932WqPOI98X2H+2cPzLfIOgxN7FhCDg+lVi4CBdfJ8QJBANosNf2b4f50AgAkstAKX1Hqqsb+k5L5reoF9e6eQufPXIpSrbME3cETyRMMLKX+YfhHpv66fpfg0X4JiHZIpdsCQQCgmmPNWs2nbvHY3Eo3xuYs/KJRIltgYaAd9+CCjpCTbU21afqyGkK7zibHfLADh+m5GOkOZ5IFn5Alhg1NQNgVAkBTX/PeEDVEPWcKUPv4nw4gSvKqi10wHLSGq3J5lwdweQEfZ0s0D5cDEyGTYuKpKNadwBwkWnbIacUFSnVY5phjAkAt4Ix73+F5X77kROFKl52u4if350mU+a5EgUd35AO2qXWWSgTcFZZUkaoQODULfSqtvkjs3Xcf9hm2LlnkZI6VAkEAl8+0+a6Rjz119mxJXy9JWKTbWirhja+ijyndLVEAmxTYjWTuNKbRdTYe59ekRYhmMWkiKzggP+PKjXHCHV6eRQ==
zmxy_rsa_zmPK = MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCRbbYbNdGkD9TD/bQiNEejfnkBAudsE1bnmsgZ6wUeVBnzPgHVC+f6UxM8HHDOlM2eICaUvQbSsAXsITy3OQzLkV+nWA1pKlpy/OEm0+8HoHJ5gjqDS117/QQWjMdILx7Bed5VPw+AtrVyKs+1qg5MBciP7RHh2A2BDckj+m7bkwIDAQAB
zmxy_service_url = https://zmopenapi.zmxy.com.cn/sandbox.do
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/dev/auto_deploy/deploy/autoconfig/dev/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://192.168.103.59:8080/gateway
is_debug_enable = true
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/dev/yohobuy-activity/deploy
userday.coupon={"20":"34772", "10":"34770"}
userday.open.day=28
userday.coupon.oct={"10":38208,"40":38210,"70":38212}
... ...
applepay.notifyurl = http://service.yoho.cn/payment/applepay_notify
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/dev/opps/deploy/autoconfig/dev/global-autoconfig.properties
erp.order.status.url = http://portal.admin.yohobuy.com/api/orders/status
file.uploadTempDir = /Data
is_checksession_enable = true
qq.notifyurl = http://service.yoho.cn/payment/qqpay_notify
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.notifyurl = http://service.yoho.cn/payment/wechat_notify
wechat.wap.notifyurl = http://service.yoho.cn/payment/wechatwap_notify
yoho.bigData.env.namespace = bigdata
yoho.bigData.env.serverport = 1
yoho.bigData.env.webapphome = /home/dev/yohobuy-bigdata/deploy
bigdata.database.cluster.name = test
bigDataRedis.proxy.address=test-bigdata-redis-1903805580.cn-north-1.elb.amazonaws.com.cn
\ No newline at end of file
... ...
api.yoho.url = http://192.168.103.59:8080/gateway
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/dev/auto_deploy/deploy/autoconfig/dev/global-autoconfig.properties
sers.browse.expire = 7776000
users.browse.appVersion = 4.1.0.***
users.browse.expire = 7776000
users.browse.numPerUser = 100
yohobuy.brower.env.namespace = brower
yohobuy.brower.env.serverport = 2
yohobuy.brower.env.webapphome = /home/dev/yohobuy-brower/deploy
\ No newline at end of file
... ...
aesKey = yoho96461qaz2wsx
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/dev/opps/deploy/autoconfig/dev/global-autoconfig.properties
bigData.url = http://172.31.54.253:8080/bigdata/crm/
crm.send.notice = true
ftp.ip = 172.31.54.254
ftp.port = 21
ftp.pwd = ok83sQlrvHfw8OBMz6xlRA==
ftp.userName = ftpuser
jdbc.mysql.readonlyinslave = true
sms.name = yohoyx@yohoyx
sms.pwd = EH+iuWSAfINJYwSdPgVqhA==
sms.url = http://211.147.239.62:9050/cgi-bin/sendsms
yohobuy.crm.env.namespace = crm
yohobuy.crm.env.serverport = 3
yohobuy.crm.env.webapphome = /home/dev/yohobuy-crm/deploy
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/dev/opps/deploy/autoconfig/dev/global-autoconfig.properties
degrade.address.query.enable = true
degrade.buylimit.query.enable = true
degrade.coupons.queryNotUseCoupons.enable = true
degrade.product.query.enable = true
degrade.redenvelopes.query.enable = true
degrade.vip.query.enable = true
degrade.yohocoin.query.enable = true
sales.tax.payers = 440300568519737
ws.fp.url = https://202.104.113.26:8999/fpt_dsqz/services/DZFPService?wsdl
invoice.appid = 502361120b63e2bd10d526aa811687bfa59f2173b552fefbb4ffece161094413
seller.name = \u7535\u5b50\u53d1\u7968\u6d4b\u8bd5
invoice.soap.receiveTimeout = 300000
invoice.soap.connectionTimeout = 300000
erp.order.autoCancel.switch.key = N
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
fp.sec.keyStore.file = /home/dev/yohobuy-order/fapiao_ceshi.truststore
fp.sec.keyStore.sslPwd = 123456
invoice.appid = 502361120b63e2bd10d526aa811687bfa59f2173b552fefbb4ffece161094413
java.logs.home = /Data/logs
jdbc.mysql.readonlyinslave = false
order.codpay.lock.duration = 1440
sales.tax.payers = 440300568519737
seller.name = ӷƱ
ws.fp.url = https://202.104.113.26:8999/fpt_dsqz/services/DZFPService?wsdl
yohobuy.order.env.namespace = order
yohobuy.order.env.serverport = 4
yohobuy.order.env.webapphome = /home/dev/yohobuy-order/deploy
applepay.notifyurl = http://dev-service.yohops.com:9999/payment/applepay_notify
qq.notifyurl = http://dev-service.yohops.com:9999/payment/qqpay_notify
unionpay.notifyurl = http://dev-service.yohops.com:9999/payment/unionpay_newnotify
wechat.app.newnotifyurl = http://dev-service.yohops.com:9999/payment/weixin_notify
wechat.app.notifyurl = http://dev-service.yohops.com:9999/payment/wechat_notify
alipay.notifyurl = http://dev-service.yohops.com:9999/payment/alipay_notify
# 优惠券ID
# 展览票券ID
exhibition.ticket.couponid=13272
# 套票 小金额的券ID
package.ticket.couponid=13270
# 套票 大金额的券ID
package.ticket.more.couponid=13268
... ...
api.yoho.url = http://devapi.yoho.cn:58078
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/dev/opps/deploy/autoconfig/dev/global-autoconfig.properties
erp.platform.shops.url = http://api.erp.yohobuy.com
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
execute.limitcode.host = 172.31.23.161
execute.shopmessage.host = 172.31.20.7
execute.update_product_price.host = 172.31.20.7
file.image.size = 512000
file.maxsize = 50000000
file.saveDir = /Data/images
file.uploadTempDir = /Data/images
jdbc.mysql.platform.erp_account.master = 192.168.102.219:3306
jdbc.mysql.platform.erp_account.password = 9nm0icOwt6bMHjMusIfMLw==
jdbc.mysql.platform.erp_account.slave = 192.168.102.219:3306
jdbc.mysql.platform.erp_account.username = yh_test
jdbc.mysql.platform.erp_product.master = 192.168.102.219:3306
jdbc.mysql.platform.erp_product.password = 9nm0icOwt6bMHjMusIfMLw==
jdbc.mysql.platform.erp_product.slave = 192.168.102.219:3306
jdbc.mysql.platform.erp_product.username = yh_test
jdbc.mysql.platform.erp_supplier.master = 192.168.102.219:3306
jdbc.mysql.platform.erp_supplier.password = 9nm0icOwt6bMHjMusIfMLw==
jdbc.mysql.platform.erp_supplier.slave = 192.168.102.219:3306
jdbc.mysql.platform.erp_supplier.username = yh_test
jdbc.mysql.platform.yh_guang.master = 192.168.102.219:3306
jdbc.mysql.platform.yh_guang.password = 9nm0icOwt6bMHjMusIfMLw==
jdbc.mysql.platform.yh_guang.slave = 192.168.102.219:3306
jdbc.mysql.platform.yh_guang.username = yh_test
jdbc.mysql.platform.yhb_account.master = 192.168.102.219:3306
jdbc.mysql.platform.yhb_account.password = 9nm0icOwt6bMHjMusIfMLw==
jdbc.mysql.platform.yhb_account.slave = 192.168.102.219:3306
jdbc.mysql.platform.yhb_account.username = yh_test
search.server.address = http://192.168.102.216:8087/yohosearch/
watchService.waitInterval = 60
watchService.watchDir = /Data/ftpdir
yohobuy.platform.env.namespace = platform
yohobuy.platform.env.serverport = 8
yohobuy.platform.env.webapphome = /home/dev/yohobuy-platform/deploy
http://analytics.m.yohobuy.com/yas.gif/web/
\ No newline at end of file
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/dev/auto_deploy/deploy/autoconfig/dev/global-autoconfig.properties
erp.url = http://192.168.102.47:9098
front.gateway.host = http://192.168.103.59:8080/gateway
jdbc.mysql.readonlyinslave = true
offline.shops.url = http://192.168.102.210:8098/shops
platform.host = http://192.168.102.75:8088/platform
yohobuy.portal.gateway.env.namespace = portal-gateway
yohobuy.portal.gateway.env.serverport = 0
yohobuy.portal.gateway.env.webapphome = /home/dev/yohobuy-portal-gateway/deploy
offline.shops.qrcodeurl=http://192.168.102.210:8080/portal-gateway
\ No newline at end of file
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/dev/auto_deploy/deploy/autoconfig/dev/global-autoconfig.properties
jdbc.mysql.readonlyinslave = false
yohobuy.product.env.namespace = product
yohobuy.product.env.serverport = 3
yohobuy.product.env.webapphome = /home/master/yohobuy-product/deploy
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/dev/opps/deploy/autoconfig/dev/global-autoconfig.properties
promoation.invite.failCoupon = {\\"old\\":11713,\\"fail\\":11714}
promoation.invite.newCouponMap = {\\"11718\\":25,\\"11719\\":20,\\"11717\\":23,\\"11716\\":22,\\"11715\\":20}
promoation.invite.shareCoupon = [ \\"11720\\", \\"11721\\", \\"11722\\", \\"11723\\" ]
yohobuy.promotion.env.namespace = promotion
yohobuy.promotion.env.serverport = 5
yohobuy.promotion.env.webapphome = /home/dev/yohobuy-promotion/deploy
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/dev/opps/deploy/autoconfig/dev/global-autoconfig.properties
jdbc.mysql.readonlyinslave = false
yohobuy.resources.env.namespace = resources
yohobuy.resources.env.serverport = 7
yohobuy.resources.env.webapphome = /home/dev/yohobuy-resources/deploy
yohobuy.resources.env.productmode = PRODUCT
yoho.env.serverhome = /usr/local/${yoho.env.servertype}
\ No newline at end of file
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/dev/auto_deploy/deploy/autoconfig/dev/global-autoconfig.properties
erp.domain = http://192.168.102.47:9098/erp-gateway-web
jdbc.mysql.readonlyinslave = true
password.aes.key = yoho9646yoho9646
platform.host = http://192.168.102.75:8088/platform
portal.shops.dept.id = 62
#店长角色
storemanageruser.role.id=88
#线下店超级管理员角色
supermanageruser.role.id=110
#系统上线时间 时间戳
trend.tour.online.time=1480310438
private.key.ipad = ad9fcda2e679cf9229e37feae2cdcf80
private_key_ipad = ad9fcda2e679cf9229e37feae2cdcf80
shop.login.salt = yoho9646yoho9646
yohobuy.shops.env.namespace = shops
yohobuy.shops.env.serverport = 8
yohobuy.shops.env.webapphome = /home/dev/yohobuy-shops/deploy
printer.ftp.url=172.16.2.243
printer.ftp.username=yoho
printer.ftp.password=123456
protal.gateway.domain.url=http://192.168.102.47:8080/portal-gateway
shop.wifi.img.url=http://192.168.102.47/icons/
shop.wifi.img.path=/var/www/icons/
#wifi登录验证url
wifi.login.url=http://192.168.103.230:8080/am/controller/portal/external/login
\ No newline at end of file
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/dev/opps/deploy/autoconfig/dev/global-autoconfig.properties
filter.status = off
web.context = task
jdbc.mysql.kisjob.datasources = yoho_kisjob
jdbc.mysql.kisjob.master = 192.168.102.219:3306
jdbc.mysql.kisjob.slave = 192.168.102.219:3306
jdbc.mysql.kisjob.username = root
jdbc.mysql.kisjob.password = TIws8jVfwQVXxpkFE3djQA==
rabbit_vhost = yoho
redis.pool.maxIdle = 100
redis.pool.maxTotal = 200
redis.pool.maxWaitMillis = 10000
redis.pool.minIdle = 30
redis.pool.testOnBorrow = false
redis.pool.testWhileIdle = false
task.addNewBrand.status = on
task.brands.number = 19
task.discountBrand.status = on
task.msgnum = 10000
task.send.limit = 3
task.vipBrand.status = on
yohobuy.task.env.namespace = task
yohobuy.task.env.serverport = 4
yohobuy.task.env.webapphome = /home/dev/yohobuy-task/deploy
... ...
activeTime = 3600
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/dev/opps/deploy/autoconfig/dev/global-autoconfig.properties
cache.servers.union.address = 192.168.102.211:11211
draw.writeFile.delay = 60
jdbc.mysql.readonlyinslave = true
rabbit.mq.host = 192.168.102.162
rabbit.mq.password = yoho
rabbit.mq.port = 32810
rabbit.mq.username = yoho
rabbit.mq.virtualHost = /yoho
yoho.unions.env.namespace = union
yoho.unions.env.serverport = 8
yoho.unions.env.webapphome = /home/dev/yohobuy-union/deploy
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/dev/opps/deploy/autoconfig/dev/global-autoconfig.properties
wechat.access.appid = wx496315d05c4a10b3
wechat.access.secret = 4c017b00ffb28c55f8121f1afc2520c7
wechat.user.get = /cgi-bin/user/get
wechat.user.info = /cgi-bin/user/info
yohobuy.wechat.env.namespace = wechat
yohobuy.wechat.env.serverport = 4
yohobuy.wechat.env.webapphome = /home/dev/yohobuy-wechat/deploy
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/dev/opps/deploy/autoconfig/dev/global-autoconfig.properties
yoho.search.service.env.namespace = yohomars-search
yoho.search.service.env.serverport = 7
yoho.search.service.env.webapphome = /home/dev/yohomars-search-service/deploy
... ...
yoho.logs.level = INFO
yoho.logs.basedir = /Data/logs
yoho.logs.maxHistory = 30
yoho.logs.maxFileSize = 100MB
yoho.env.javahome = /usr/local/java
yoho.env.serverhome = /usr/local/tomcat
yoho.env.servertype = tomcat
yoho.env.productmode = PRODUCT
file.saveDir=/Data/save
### ****************************** database ***********************************
jdbc.mysql.yhresource.username=yh_vpc_bak
jdbc.mysql.yhresource.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
jdbc.mysql.yhshops.username=yh_vpc_bak
jdbc.mysql.yhshops.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
# yh_orders
jdbc.mysql.yhorders.username=yh_vpc_bak
jdbc.mysql.yhorders.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
# yhb_operations
jdbc.mysql.yhboperations.username=yh_vpc_bak
jdbc.mysql.yhboperations.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
# yh_comment
jdbc.mysql.yhcomment.username=yh_vpc_bak
jdbc.mysql.yhcomment.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#yh_wechat
jdbc.mysql.yhwechat.username=yh_vpc_bak
jdbc.mysql.yhwechat.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#yhb_promotion
jdbc.mysql.yhbpromotion.username=yh_vpc_bak
jdbc.mysql.yhbpromotion.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#yoho_sms配置读写分离
jdbc.mysql.yohosms.username=yh_vpc_bak
jdbc.mysql.yohosms.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#yh_inbox配置读写分离
jdbc.mysql.yhinbox.username=yh_vpc_bak
jdbc.mysql.yhinbox.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#yoho_logs配置读写分离, 暂时将表存在yoho_sms中
jdbc.mysql.yohologs.username=yh_vpc_bak
jdbc.mysql.yohologs.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#yoho_passport读写数据分离
jdbc.mysql.yohopassport.username=yh_vpc_bak
jdbc.mysql.yohopassport.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#yh_operations配置读写分离
jdbc.mysql.yhoperations.username=yh_vpc_bak
jdbc.mysql.yhoperations.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#yh_passport读写分离
jdbc.mysql.yhpassport.username=yh_vpc_bak
jdbc.mysql.yhpassport.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#yh_setting读写分离
jdbc.mysql.yhsetting.username=yh_vpc_bak
jdbc.mysql.yhsetting.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#yh_pay
jdbc.mysql.pay.username=yh_vpc_bak
jdbc.mysql.pay.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#event
jdbc.mysql.yhevents.username=yh_vpc_bak
jdbc.mysql.yhevents.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#event
jdbc.mysql.yhcoupons.username=yh_vpc_bak
jdbc.mysql.yhcoupons.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#yh_consult
jdbc.mysql.yhconsult.username=yh_vpc_bak
jdbc.mysql.yhconsult.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#unions
jdbc.mysql.unions.username=yh_vpc_bak
jdbc.mysql.unions.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#model
jdbc.mysql.yohopushcenter.username=yh_vpc_bak
jdbc.mysql.yohopushcenter.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
jdbc.mysql.yhpush.username=yh_vpc_bak
jdbc.mysql.yhpush.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#yoho-activity
jdbc.mysql.yohoactivity.username=yh_vpc_bak
jdbc.mysql.yohoactivity.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#yh_guang
jdbc.mysql.yhguang.username=yh_vpc_bak
jdbc.mysql.yhguang.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#yh_special
jdbc.mysql.yhspecial.username=yh_vpc_bak
jdbc.mysql.yhspecial.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#yohood
jdbc.mysql.yohood.username=yh_vpc_bak
jdbc.mysql.yohood.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
# ================
jdbc.mysql.yhresource.master=write.cms.yohoops.org:3306
jdbc.mysql.yhresource.slave=read.cms.yohoops.org:3306
jdbc.mysql.yhshops.master=write.shops.yohoops.org:3306
jdbc.mysql.yhshops.slave=read.shops.yohoops.org:3306
# yh_orders
jdbc.mysql.yhorders.master=write.orders.yohoops.org:3306
jdbc.mysql.yhorders.slave=read.orders.yohoops.org:3306
# yhb_operations
jdbc.mysql.yhboperations.master=write.cms.yohoops.org:3306
jdbc.mysql.yhboperations.slave=read.cms.yohoops.org:3306
# yh_comment
jdbc.mysql.yhcomment.master=write.cms.yohoops.org:3306
jdbc.mysql.yhcomment.slave=read.cms.yohoops.org:3306
# yh_wechat
jdbc.mysql.yhwechat.master=write.cms.yohoops.org:3306
jdbc.mysql.yhwechat.slave=read.cms.yohoops.org:3306
#yhb_promotion
jdbc.mysql.yhbpromotion.master=write.orders.yohoops.org:3306
jdbc.mysql.yhbpromotion.slave=read.orders.yohoops.org:3306
#yoho_sms配置读写分离
jdbc.mysql.yohosms.master=write.passport.yohoops.org:3306
jdbc.mysql.yohosms.slave=read.passport.yohoops.org:3306
#yh_inbox配置读写分离
jdbc.mysql.yhinbox.master=write.passport.yohoops.org:3306
jdbc.mysql.yhinbox.slave=read.passport.yohoops.org:3306
#yoho_logs配置读写分离, 暂时将表存在yoho_sms中
jdbc.mysql.yohologs.master=yohologs.yohoops.org:3306
#yoho_passport读写数据分离
jdbc.mysql.yohopassport.master=write.passport.yohoops.org:3306
jdbc.mysql.yohopassport.slave=read.passport.yohoops.org:3306
#yh_operations配置读写分离
jdbc.mysql.yhoperations.master=write.cms.yohoops.org:3306
jdbc.mysql.yhoperations.slave=read.cms.yohoops.org:3306
#yh_passport读写分离
jdbc.mysql.yhpassport.master=write.passport.yohoops.org:3306
jdbc.mysql.yhpassport.slave=read.passport.yohoops.org:3306
#yh_setting读写分离
jdbc.mysql.yhsetting.master=write.cms.yohoops.org:3306
jdbc.mysql.yhsetting.slave=read.cms.yohoops.org:3306
#yh_pay
jdbc.mysql.pay.master=write.orders.yohoops.org:3306
jdbc.mysql.pay.slave=read.orders.yohoops.org:3306
#event
jdbc.mysql.yhevents.master=write.cms.yohoops.org:3306
jdbc.mysql.yhevents.slave=read.cms.yohoops.org:3306
#event
jdbc.mysql.yhcoupons.master=write.orders.yohoops.org:3306
jdbc.mysql.yhcoupons.slave=read.orders.yohoops.org:3306
#yh_consult
jdbc.mysql.yhconsult.master=write.cms.yohoops.org:3306
jdbc.mysql.yhconsult.slave=read.cms.yohoops.org:3306
#unions
jdbc.mysql.unions.master=write.cms.yohoops.org:3306
jdbc.mysql.unions.slave=read.cms.yohoops.org:3306
#push center
jdbc.mysql.yohopushcenter.master=write.passport.yohoops.org:3306
jdbc.mysql.yohopushcenter.slave=read.passport.yohoops.org:3306
#q_msg_system
jdbc.mysql.yhpush.master=write.passport.yohoops.org:3306
jdbc.mysql.yhpush.slave=read.passport.yohoops.org:3306
#yoho_activity
jdbc.mysql.yohoactivity.master=write.passport.yohoops.org:3306
jdbc.mysql.yohoactivity.slave=read.passport.yohoops.org:3306
#yh_guang
jdbc.mysql.yhguang.master=write.cms.yohoops.org:3306
jdbc.mysql.yhguang.slave=read.cms.yohoops.org:3306
#yh_special
jdbc.mysql.yhspecial.master=write.cms.yohoops.org:3306
jdbc.mysql.yhspecial.slave=read.cms.yohoops.org:3306
#yohood
jdbc.mysql.yohood.master=write.yohood.yohoops.org:3306
jdbc.mysql.yohood.slave=read.yohood.yohoops.org:3306
#erp_supplier
jdbc.mysql.platform.erp_supplier.master = write.erp.yohoops.org:3306
jdbc.mysql.platform.erp_supplier.password = +BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
jdbc.mysql.platform.erp_supplier.slave = read1.erp.yohoops.org:3306
jdbc.mysql.platform.erp_supplier.username = yh_vpc_bak
jdbc.mysql.yhorderssplit.master=cobar1.yohoops.org:8066
jdbc.mysql.yhorderssplit.slave=cobar2.yohoops.org:8066
jdbc.mysql.yhorderssplit.slave2=cobar3.yohoops.org:8066
jdbc.mysql.yhorderssplit.slave3=cobar4.yohoops.org:8066
jdbc.mysql.yhorderssplit.username=yh_vpc_bak
jdbc.mysql.yhorderssplit.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
jdbc.mysql.yhbpromotionsplit.master=cobar1.yohoops.org:8066
jdbc.mysql.yhbpromotionsplit.slave=cobar2.yohoops.org:8066
jdbc.mysql.yhbpromotionsplit.slave2=cobar3.yohoops.org:8066
jdbc.mysql.yhbpromotionsplit.slave3=cobar4.yohoops.org:8066
jdbc.mysql.yhbpromotionsplit.username=yh_vpc_bak
jdbc.mysql.yhbpromotionsplit.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
jdbc.mysql.yhbpromotionsplitplatform.master=cobar1.yohoops.org:8166
jdbc.mysql.yhbpromotionsplitplatform.slave=cobar2.yohoops.org:8166
jdbc.mysql.yhbpromotionsplitplatform.username=yh_vpc_bak
jdbc.mysql.yhbpromotionsplitplatform.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#yhcommunity
jdbc.mysql.yhcommunity.master=write.uic.yohoops.org:3306
jdbc.mysql.yhcommunity.slave=read.uic.yohoops.org:3306
jdbc.mysql.yhcommunity.username=yh_vpc_bak
jdbc.mysql.yhcommunity.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#yh_cms
jdbc.mysql.yh_cms.master=write.cms.yohoops.org:3306
jdbc.mysql.yh_cms.slave=read.cms.yohoops.org:3306
jdbc.mysql.yh_cms.username=yh_vpc_bak
jdbc.mysql.yh_cms.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#yh_social
jdbc.mysql.yhsocial.master=write.cms.yohoops.org:3306
jdbc.mysql.yhsocial.slave=read.cms.yohoops.org:3306
jdbc.mysql.yhsocial.username=yh_vpc_bak
jdbc.mysql.yhsocial.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
crf.service.url=https://osprec.crfchina.com
readOnlyInSlave=true
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=write.search.yohoops.org:3306
jdbc.mysql.yhbsearch.slave=read.search.yohoops.org:3306
jdbc.mysql.yhbsearch.username=zy
jdbc.mysql.yhbsearch.password=LSKvrMdd/GFpwjjTBC1pZA==
#yhlottery
jdbc.mysql.yhlottery.master=write.cms.yohoops.org:3306
jdbc.mysql.yhlottery.slave=read.cms.yohoops.org:3306
jdbc.mysql.yhlottery.username=yh_vpc_bak
jdbc.mysql.yhlottery.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#yh_cms now
jdbc.mysql.yhcms.master=write.yhcms.yohoops.org:3306
jdbc.mysql.yhcms.slave=read.yhcms.yohoops.org:3306
jdbc.mysql.yhcms.username=yh_vpc_bak
jdbc.mysql.yhcms.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#sso
jdbc.mysql.yhuuc.master=sso.db.yohoops.org:3306
jdbc.mysql.yhuuc.slave=sso.db.read.yohoops.org:3306
jdbc.mysql.yhuuc.username=yh_vpc_bak
jdbc.mysql.yhuuc.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#yh_mars
jdbc.mysql.yhmars.master=write.mars.yohoops.org:3306
jdbc.mysql.yhmars.slave=read.mars.yohoops.org:3306
jdbc.mysql.yhmars.username=yh_vpc_bak
jdbc.mysql.yhmars.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
# slave only for bigdata & crm
jdbc.mysql.onlyslave=dbs.slave.yohoops.org:3306
# search-es
search.es.cluster.name = yohosearch_online
#search.es.servers = es.node1.yohoops.org:9300 es.node2.yohoops.org:9300 es.node3.yohoops.org:9300 es.node4.yohoops.org:9300
search.es.servers = 10.66.5.8:9300 10.66.5.9:9300 10.66.5.103:9300
search.index.number_of_replicas = 2
search.index.refresh_interval = 10s
search.index.translog.flush_threshold_ops = 10000
# search-mq
search.mq.server=rabbitmq01.yohoops.org
search.mq.port=5672
search.mq.username=yhb_mq
search.mq.password=yhb_mq
search.mq.exchange=yoho_search
search.mq.virtualHost=/
# search-redis
#redis.search.proxy.address=redis.search.yohoops.org
#redis.search.proxy.port=16379
redis.search.proxy.address=127.0.0.1
redis.search.proxy.port=6379
redis.search.proxy.auth=
##### **************************************** common properties ******************************************************
cache.servers.gateway.level1.address = mem01.q.l1.yohoops.org:21211,mem02.q.l1.yohoops.org:21211,mem03.q.l1.yohoops.org:21211
cache.servers.gateway.level1.expire = 1800
cache.servers.gateway.level2.address = mem01.q.l2.yohoops.org:21212,mem02.q.l2.yohoops.org:21212,mem03.q.l2.yohoops.org:21212
cache.servers.gateway.level2.expire = 43200
cache.servers.union.address = memcache.union.yohoops.org:11211
ip.port.search.server = search.yohoops.org
qiniu.accesskey = atSf7xxIl8alEnsXbhC1bOD1GWVW3qYffz8SlB4m
qiniu.bucket = yhfair
qiniu.domain = http://yhfair.qiniudn.com
qiniu.secretkey = pyoJzPygXIkFWrc1BAsH6tAJ0yweTchpJwGKEwhm
# old redis
redis.proxy.address = write.redis.yohoops.org
redis.proxy.auth =
redis.proxy.port = 6379
redis.readonly.proxy.address = read.redis.yohoops.org
redis.readonly.proxy.auth =
redis.readonly.proxy.port = 6379
redis.notsync.twemproxy.addresses = redis-no-sync-1.yohoops.org:63790,redis-no-sync-2.yohoops.org:63790
redis.notsync.twemproxy.auth=
redis.brower.proxy.address = redis-brower.yohoops.org
redis.brower.proxy.port = 6379
redis.brower.proxy.auth =
redis.brower.readonly.proxy.address = redis-brower.yohoops.org
redis.brower.readonly.proxy.port = 6379
redis.brower.readonly.proxy.auth =
# union redis
redis.union.address = classic.union-redis.yohoops.org
redis.union.auth =
redis.union.port = 26379
# outter big data redis
bigDataRedis.proxy.address=bigdata.redis.yohoops.org
bigDataRedis.proxy.port=6379
bigDataRedis.proxy.auth=
redis.union.proxy.address=172.31.16.99
redis.union.proxy.port=6379
redis.union.proxy.auth=
redis.union.readonly.proxy.address=172.31.16.99
redis.union.readonly.proxy.port=6379
redis.union.readonly.proxy.auth=
# outter big data redis push
bigDataRedis-push.proxy.address=bigdata.redis.push.yohoops.org
bigDataRedis-push.proxy.port=6379
bigDataRedis-push.proxy.auth=
#bigDataRedis-search
bigDataRedis-search.proxy.address=bigdata.redis.yohoops.org
bigDataRedis-search.proxy.port= 6379
bigDataRedis-search.proxy.auth=
#single cloud not sync redis
single.cloud.redis.proxy.address=redis-no-sync-1.yohoops.org
single.cloud.redis.proxy.port=63790
single.cloud.redis.proxy.auth=
#single cloud not sync redis
single.cloud.redis.readonly.proxy.address=redis-no-sync-1.yohoops.org
single.cloud.redis.readonly.proxy.port=63790
single.cloud.redis.readonly.proxy.auth=
## rabbitmq configure
rabbit_host = rabbitmq01.yohoops.org:5672,rabbitmq02.yohoops.org:5672
rabbit_user = yoho
rabbit_password = yoho
rabbit_host2 = rabbitmq01.qq.yohoops.org:5672,rabbitmq02.qq.yohoops.org:5672
rabbit_user2 = yoho
rabbit_password2 = yoho
########## common rabbitmq ##########
#aws
rabbit_common_aws = rabbitmq-common-aws.yohoops.org:5672
rabbit_common_aws_user = yoho
rabbit_common_aws_password = yoho
#qq
rabbit_common_qq = rabbitmq-common-qq.yohoops.org:5672
rabbit_common_qq_user = yoho
rabbit_common_qq_password = yoho
# local, maybe producer using this.
rabbit_common = rabbitmq-common.yohoops.org:5672
rabbit_common_user = yoho
rabbit_common_password = yoho
##########common rabbitmq ##########
rabbit_union=rabbitmq01.yohoops.org:5672
rabbit_union_user=yoho
rabbit_union_password=yoho
rabbit_union_vhost=yoho
# cache clean rabbit host
rabbit.cacheclean.producer.host = rabbitmq-common-qq.yohoops.org:5672
rabbit.cacheclean.consumer.host = rabbitmq-common-aws.yohoops.org:5672
# message center rabbit host
rabbit_message_center = rabbitmq-common-aws.yohoops.org:5672
rabbit_message_center_user = yoho
rabbit_message_center_password = yoho
rabbit_message_center_vhost = yoho
yoho.service.domain.url=http://service.yoho.yohoops.org
gateway.domain.url = http://api.yoho.cn
Gateway_URL=http://gateway.yohoops.org:8080/gateway
yoho.message.controller.url=http://message-controller.yohoops.org/yoho-message-controller
zkAddress=zk01.yohoops.org:2181,zk02.yohoops.org:2181,zk03.yohoops.org:2181,zk04.yohoops.org:2181,zk05.yohoops.org:2181
# change to order.run-host.yohoops.org later
order.task.host=172.31.25.4
APP_KEY = 1392109259
APP_SECRET = 1e87e46f115cc813e27ef52eb9915f1e
UUC_DOMAIN = http://sso.yohoops.org:8888
trace.exporter.enable = false
## mq or call erp
erp.message.sync.type=MQ
#发短信配置项
sendSMS.password=7jVEde87bLffoTnt6tGxmw==
default.http.type = https
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/auto_deploy/deploy/autoconfig/qcloud/global-autoconfig.properties
gateway.api.url = http://api.yoho.yohoops.org
uic_userInfoRest_enable = true
yoho.uic.env.namespace = uic
yoho.uic.env.serverport = 6
yoho.uic.env.webapphome = /home/master/uic/deploy
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/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/master/yoho-admin-portal/deploy
yohobuy.portal.env.namespace = yoho-admin-portal
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/global-autoconfig.properties
yoho.dashboard.env.namespace = yohodashboard
yoho.dashboard.env.productmode = PRODUCT
yoho.dashboard.env.serverport = 9
yoho.dashboard.env.webapphome = /home/master/yoho-dashboard/deploy
... ...
applepay.notifyurl = http://service.yoho.cn/payment/applepay_notify
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/global-autoconfig.properties
browse.service.url = http://api.brower.yohoops.org:8092/brower/
erp.order.status.url = http://portal.admin.yohobuy.com/api/orders/status
file.uploadTempDir = /Data
is_checksession_enable = true
is_debug_enable = false
message.inboxNum.expire = 120
qq.notifyurl = http://service.yoho.cn/payment/qqpay_notify
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/master/yoho-gateway/deploy
#密码AES加密密钥
password.aes.key=yoho9646yoho9646
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
student.discount.rate = 0.9
platform.service.url=http://api.platform.yohoops.org:8088/platform
\ No newline at end of file
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/global-autoconfig.properties
jdbc.mysql.readonlyinslave = true
yoho.message.env.namespace = message
yoho.message.env.serverport = 6
yoho.message.env.webapphome = /home/master/yoho-message/deploy
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/global-autoconfig.properties
db.batch.size = 100000
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.default.size = 1000
ios.keystore = /home/master/certs/yoho_push.p12
ios.password = 123456
java.logs.home = /home/master/yoho-push/deploy/logs/push/
jdbc.mysql.push.master.password = yoho@2Y$^YpNb7hp
jdbc.mysql.push.master.url = jdbc:mysql://192.168.100.211:3306/q_msg_system
jdbc.mysql.push.master.username = yh_vpc_bak
jdbc.mysql.push.slave.password = yoho@2Y$^YpNb7hp
jdbc.mysql.push.slave.url = jdbc:mysql://192.168.100.212:3306/q_msg_system
jdbc.mysql.push.slave.username = yh_vpc_bak
jdbc.mysql.pushlog.master.password = Buylogs_develop-9646yoHO
jdbc.mysql.pushlog.master.url = jdbc:mysql://rdsa35694990gy7q55c5.mysql.rds.aliyuncs.com:3306/yohobuy_logs
jdbc.mysql.pushlog.master.username = yohobuy_logs_dev
jdbc.mysql.pushlog.slave.password = Buylogs_develop-9646yoHO
jdbc.mysql.pushlog.slave.url = jdbc:mysql://rdsa35694990gy7q55c5.mysql.rds.aliyuncs.com:3306/yohobuy_logs
jdbc.mysql.pushlog.slave.username = yohobuy_logs_dev
push.ios.custom.key = custom_content
push.task.type = android
rabbit_vhost = yoho
send.task.batch.size = 100
yoho.push.env.namespace = push
yoho.push.env.serverport = 9
yoho.push.env.webapphome = /home/master/yoho-push/deploy
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/global-autoconfig.properties
yoho.search.adaptor.env.serverport = 5
yoho.search.adaptor.env.webapphome = /home/master/yoho-search-adaptor/deploy
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/master/opps/deploy/autoconfig/master/global-autoconfig.properties
yoho.search.consumer.env.namespace = search-consumer
yoho.search.consumer.env.serverport = 8
yoho.search.consumer.env.webapphome = /home/master/yoho-search-consumer/deploy
## tbl
tbl.product.url = http://service.api.global.yohobuy.com/product/api/v1/detail/
## tpl 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=5000
search.index.batch.limit.tbl=2000
search.index.batch.max.thread.size=10
#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/master/opps/deploy/autoconfig/master/global-autoconfig.properties
yoho.search.producer.env.namespace = search-producer
yoho.search.producer.env.serverport = 9
yoho.search.producer.env.webapphome = /home/master/yoho-search-producer/deploy
## 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_price,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
##canal-operation
canal.destination.operation=operations
canal.subscribeChannel.operation=yhb_operations.activity_product,yhb_operations.es_word_def,yhb_operations.dynamic_rule,yhb_operations.dynamic_rule_details,yhb_operations.dynamic_rule_page_rel
##cancal-erpproduct
canal.destination.erpproduct=erpproduct
canal.subscribeChannel.erpproduct=erp_product.product_pool_detail
##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
\ No newline at end of file
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/global-autoconfig.properties
yoho.search.service.env.namespace = yohosearch
yoho.search.service.env.serverport = 0
yoho.search.service.env.webapphome = /home/master/yoho-search-service/deploy
yoho.logs.level = WARN
yoho.logs.maxHistory = 10
##tpl adaptor
tpl.adaptor.valid = false
##search.use.cache[ehCache/redisCache]
search.use.cache = true
search.cache.type = redisCache
search.open.downgrade = true
search.personalized.switch = true
search.personalized.max.should = 50
search.multiMatchQuery.type=CROSS_FIELDS
\ No newline at end of file
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/global-autoconfig.properties
java.logs.home = /Data/logs
yoho.sns.env.namespace = sns
yoho.sns.env.serverport = 2
yoho.sns.env.webapphome = /home/master/yoho-sns/deploy
browse.service.url = http://api.brower.yohoops.org:8092/brower/
m.yohoblk.com=http://m.yohoblk.com
www.yohoblk.com=http://www.yohoblk.com
\ No newline at end of file
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/gray/opps/deploy/autoconfig/master/global-autoconfig.properties
platform.login.url = http://serve.erp.yohoops.org/service/account/v1/Profile/login
social.post.shareUrl = http://social.yoho.cn/social/share/index.html
uic.service.url = http://uic.yohoops.org/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/master/yoho-social/deploy
is_debug_enable=false
\ No newline at end of file
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/global-autoconfig.properties
des.password_crypt_key = _+@#$%^kEHrDooxWHCWtfeSxvDvgqZq_+@#$%^
erp.user.useGiftcard.url = http://api.erp.yohobuy.com
jdbc.mysql.readonlyinslave = true
user.session.expire = 10080
users.browse.sync = true
users.yoho.default_is_bind = Y
users.yohocoin = true
yoho.users.env.namespace = users
yoho.users.env.serverport = 1
yoho.users.env.webapphome = /home/master/yoho-users/deploy
users.base.isUic=true
uic.service.url=http://uic.yohoops.org/uic
zmxy_service_url=https://zmopenapi.zmxy.com.cn/openapi.do
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
verify_student_flag=false
user.instalmentCredit.redisExpire=30
user.bankInfo.redisExpire=24
user.instalmentTaskLock.redisExpire=10
activity.url=http://service.yoho.cn
register.image.onoff=off
register.new.user.page.probability=5
\ No newline at end of file
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/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
sendSMS.password = 7jVEde87bLffoTnt6tGxmw==
tencentmkt.shareUrl = http://service.yoho.cn/activity/tencentMkt/index.html
yoho.activity.env.namespace = activity
yoho.activity.env.serverport = 0
yoho.activity.env.webapphome = /home/master/yohobuy-activity/deploy
userday.coupon={"20":"34772", "10":"34770"}
userday.open.day=28
userday.coupon.oct={"10":38208,"40":38210,"70":38212}
\ No newline at end of file
... ...
applepay.notifyurl = http://service.yoho.cn/payment/applepay_notify
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/gray/opps/deploy/autoconfig/master/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
pplepay.notifyurl = http://service.yoho.cn/payment/applepay_notify
qq.notifyurl = http://service.yoho.cn/payment/qqpay_notify
unionpay.notifyurl = https://service.yoho.cn/payment/unionpay_newnotify
users.browse.appVersion = 4.1.0.***
users.browse.expire = 7776000
users.browse.numPerUser = 200
users.browse.sync = true
wechat.app.notifyurl = http://service.yoho.cn/payment/wechat_notify
wechat.wap.notifyurl = http://service.yoho.cn/payment/wechatwap_notify
yoho.bigData.env.namespace = bigdata
yoho.bigData.env.serverport = 1
yoho.bigData.env.webapphome = /home/master/yohobuy-bigdata/deploy
jdbc.mysql.bigdata.master=10.66.2.3: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/master/opps/deploy/autoconfig/master/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/master/yohobuy-brower/deploy
browse.service.url = http://api.brower.yohoops.org:8092/brower/
rabbit_concurrent=3
api.yoho.url = http://api.yoho.yohoops.org
\ No newline at end of file
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/global-autoconfig.properties
erp.order.create.url = http://portal.admin.yohobuy.com/api/orderform/create
erp.order.status.url = http://portal.admin.yohobuy.com/api/orders/status
java.logs.home = /Data/logs
jdbc.mysql.readonlyinslave = false
yohobuy.order.env.namespace = order
yohobuy.order.env.serverport = 4
yohobuy.order.env.webapphome = /home/master/yohobuy-order/deploy
erp.order.close.sync.type=MQ
erp.order.refund.sync.type=MQ
erp.order.change.sync.type=MQ
erp.order.express.sync.type=MQ
order.codpay.lock.duration = 1440
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.yoho.cn/payment/applepay_notify
qq.notifyurl = http://service.yoho.cn/payment/qqpay_notify
unionpay.notifyurl = https://service.yoho.cn/payment/unionpay_newnotify
wechat.app.newnotifyurl = http://service.yoho.cn/payment/weixin_notify
wechat.app.notifyurl = http://service.yoho.cn/payment/wechat_notify
alipay.notifyurl = https://service.yoho.cn/payment/alipay_notify
# unionmpos env: 00,production enviroment; 01,test enviroment
unionmpos.env=00
browse.service.url = http://api.brower.yohoops.org:8092/brower/
\ No newline at end of file
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/global-autoconfig.properties
erp.platform.shops.url = http://api.erp.yohobuy.com
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
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.size = 512000
file.maxsize = 50000000
file.saveDir = /Data/images
file.uploadTempDir = /Data/images
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 = read1.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 = read1.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 = read1.erp.yohoops.org:3306
jdbc.mysql.platform.yhb_account.username = yh_erp_db
search.server.address = http://search.yohoops.org/yohosearch/
watchService.waitInterval = 60
watchService.watchDir = /Data/sftp_images
yohobuy.platform.env.namespace = platform
yohobuy.platform.env.serverport = 8
yohobuy.platform.env.webapphome = /home/master/yohobuy-platform/deploy
api.yoho.url = http://api.yoho.cn
service.yoho.url = http://service.yoho.cn
admin.portal.url=http://admin.portal.yohobuy.com
file.image.gif.size=2621440
\ No newline at end of file
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/global-autoconfig.properties
jdbc.mysql.readonlyinslave = false
yohobuy.product.env.namespace = product
yohobuy.product.env.serverport = 3
yohobuy.product.env.webapphome = /home/master/yohobuy-product/deploy
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/global-autoconfig.properties
yohobuy.promotion.env.namespace = promotion
yohobuy.promotion.env.serverport = 5
yohobuy.promotion.env.webapphome = /home/master/yohobuy-promotion/deploy
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}
wechat.coupons.operators.email=flown.wang@yoho.cn,xintong.xu@yoho.cn
resource_coupon_contentcode=b78b32ed81b18dde8ac84fd33602b88b
promotion.sendCounpon.broadcast.rate=0.9
\ No newline at end of file
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/global-autoconfig.properties
jdbc.mysql.readonlyinslave = false
yohobuy.resources.env.namespace = resources
yohobuy.resources.env.serverport = 7
yohobuy.resources.env.webapphome = /home/master/yohobuy-resources/deploy
service.online.type=1
service.online.type.h5=http://m.yohobuy.com/service/im
\ No newline at end of file
... ...
activeTime = 3600
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/global-autoconfig.properties
jdbc.mysql.readonlyinslave = true
rabbit.mq.host = 192.168.102.162
rabbit.mq.password = yoho
rabbit.mq.port = 32810
rabbit.mq.username = yoho
rabbit.mq.virtualHost = /yoho
yoho.unions.env.namespace = union
yoho.unions.env.serverport = 8
yoho.unions.env.webapphome = /home/master/yohobuy-union/deploy
... ...
yoho.logs.level = INFO
yoho.logs.basedir = /Data/logs
yoho.logs.maxHistory = 30
yoho.logs.maxFileSize = 100MB
yoho.env.javahome = /usr/local/java
yoho.env.serverhome = /usr/local/tomcat
yoho.env.servertype = tomcat
yoho.env.productmode = PRODUCT
file.saveDir=/Data/save
### ****************************** database ***********************************
jdbc.mysql.yhresource.username=yh_vpc_bak
jdbc.mysql.yhresource.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
jdbc.mysql.yhshops.username=yh_vpc_bak
jdbc.mysql.yhshops.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
# yh_orders
jdbc.mysql.yhorders.username=yh_vpc_bak
jdbc.mysql.yhorders.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
# yhb_operations
jdbc.mysql.yhboperations.username=yh_vpc_bak
jdbc.mysql.yhboperations.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
# yh_comment
jdbc.mysql.yhcomment.username=yh_vpc_bak
jdbc.mysql.yhcomment.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#yhb_promotion
jdbc.mysql.yhbpromotion.username=yh_vpc_bak
jdbc.mysql.yhbpromotion.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#yoho_sms配置读写分离
jdbc.mysql.yohosms.username=yh_vpc_bak
jdbc.mysql.yohosms.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#yh_inbox配置读写分离
jdbc.mysql.yhinbox.username=yh_vpc_bak
jdbc.mysql.yhinbox.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#yoho_logs配置读写分离, 暂时将表存在yoho_sms中
jdbc.mysql.yohologs.username=yh_vpc_bak
jdbc.mysql.yohologs.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#yoho_passport读写数据分离
jdbc.mysql.yohopassport.username=yh_vpc_bak
jdbc.mysql.yohopassport.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#yh_operations配置读写分离
jdbc.mysql.yhoperations.username=yh_vpc_bak
jdbc.mysql.yhoperations.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#yh_passport读写分离
jdbc.mysql.yhpassport.username=yh_vpc_bak
jdbc.mysql.yhpassport.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#yh_setting读写分离
jdbc.mysql.yhsetting.username=yh_vpc_bak
jdbc.mysql.yhsetting.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#yh_pay
jdbc.mysql.pay.username=yh_vpc_bak
jdbc.mysql.pay.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#event
jdbc.mysql.yhevents.username=yh_vpc_bak
jdbc.mysql.yhevents.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#event
jdbc.mysql.yhcoupons.username=yh_vpc_bak
jdbc.mysql.yhcoupons.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#yh_consult
jdbc.mysql.yhconsult.username=yh_vpc_bak
jdbc.mysql.yhconsult.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#unions
jdbc.mysql.unions.username=yh_vpc_bak
jdbc.mysql.unions.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#model
jdbc.mysql.yohopushcenter.username=yh_vpc_bak
jdbc.mysql.yohopushcenter.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
jdbc.mysql.yhpush.username=yh_vpc_bak
jdbc.mysql.yhpush.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#yoho-activity
jdbc.mysql.yohoactivity.username=yh_vpc_bak
jdbc.mysql.yohoactivity.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#yh_guang
jdbc.mysql.yhguang.username=yh_vpc_bak
jdbc.mysql.yhguang.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#yh_special
jdbc.mysql.yhspecial.username=yh_vpc_bak
jdbc.mysql.yhspecial.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#yohood
jdbc.mysql.yohood.username=yh_vpc_bak
jdbc.mysql.yohood.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
# ================
#erp_supplier
jdbc.mysql.platform.erp_supplier.master = write.erp.yohoops.org:3306
jdbc.mysql.platform.erp_supplier.password = +BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
jdbc.mysql.platform.erp_supplier.slave = read1.erp.yohoops.org:3306
jdbc.mysql.platform.erp_supplier.username = yh_vpc_bak
jdbc.mysql.yhresource.master=write.cms.yohoops.org:3306
jdbc.mysql.yhresource.slave=read.cms.yohoops.org:3306
jdbc.mysql.yhshops.master=write.shops.yohoops.org:3306
jdbc.mysql.yhshops.slave=read.shops.yohoops.org:3306
# yh_orders
jdbc.mysql.yhorders.master=write.orders.yohoops.org:3306
jdbc.mysql.yhorders.slave=read.orders.yohoops.org:3306
# yhb_operations
jdbc.mysql.yhboperations.master=write.cms.yohoops.org:3306
jdbc.mysql.yhboperations.slave=read.cms.yohoops.org:3306
# yh_comment
jdbc.mysql.yhcomment.master=write.cms.yohoops.org:3306
jdbc.mysql.yhcomment.slave=read.cms.yohoops.org:3306
#yhb_promotion
jdbc.mysql.yhbpromotion.master=write.orders.yohoops.org:3306
jdbc.mysql.yhbpromotion.slave=read.orders.yohoops.org:3306
#yoho_sms配置读写分离
jdbc.mysql.yohosms.master=write.passport.yohoops.org:3306
jdbc.mysql.yohosms.slave=read.passport.yohoops.org:3306
#yh_inbox配置读写分离
jdbc.mysql.yhinbox.master=write.passport.yohoops.org:3306
jdbc.mysql.yhinbox.slave=read.passport.yohoops.org:3306
#yoho_logs配置读写分离, 暂时将表存在yoho_sms中
jdbc.mysql.yohologs.master=yohologs.yohoops.org:3306
#yoho_passport读写数据分离
jdbc.mysql.yohopassport.master=write.passport.yohoops.org:3306
jdbc.mysql.yohopassport.slave=read.passport.yohoops.org:3306
#yh_operations配置读写分离
jdbc.mysql.yhoperations.master=write.cms.yohoops.org:3306
jdbc.mysql.yhoperations.slave=read.cms.yohoops.org:3306
#yh_passport读写分离
jdbc.mysql.yhpassport.master=write.passport.yohoops.org:3306
jdbc.mysql.yhpassport.slave=read.passport.yohoops.org:3306
#yh_setting读写分离
jdbc.mysql.yhsetting.master=write.cms.yohoops.org:3306
jdbc.mysql.yhsetting.slave=read.cms.yohoops.org:3306
#yh_pay
jdbc.mysql.pay.master=write.orders.yohoops.org:3306
jdbc.mysql.pay.slave=read.orders.yohoops.org:3306
#event
jdbc.mysql.yhevents.master=write.cms.yohoops.org:3306
jdbc.mysql.yhevents.slave=read.cms.yohoops.org:3306
#event
jdbc.mysql.yhcoupons.master=write.orders.yohoops.org:3306
jdbc.mysql.yhcoupons.slave=read.orders.yohoops.org:3306
#yh_consult
jdbc.mysql.yhconsult.master=write.cms.yohoops.org:3306
jdbc.mysql.yhconsult.slave=read.cms.yohoops.org:3306
#unions
jdbc.mysql.unions.master=write.cms.yohoops.org:3306
jdbc.mysql.unions.slave=read.cms.yohoops.org:3306
#push center
jdbc.mysql.yohopushcenter.master=write.passport.yohoops.org:3306
jdbc.mysql.yohopushcenter.slave=read.passport.yohoops.org:3306
#q_msg_system
jdbc.mysql.yhpush.master=write.passport.yohoops.org:3306
jdbc.mysql.yhpush.slave=read.passport.yohoops.org:3306
#yoho_activity
jdbc.mysql.yohoactivity.master=write.passport.yohoops.org:3306
jdbc.mysql.yohoactivity.slave=read.passport.yohoops.org:3306
#yh_guang
jdbc.mysql.yhguang.master=write.cms.yohoops.org:3306
jdbc.mysql.yhguang.slave=read.cms.yohoops.org:3306
#yh_special
jdbc.mysql.yhspecial.master=write.cms.yohoops.org:3306
jdbc.mysql.yhspecial.slave=read.cms.yohoops.org:3306
#yohood
jdbc.mysql.yohood.master=write.yohood.yohoops.org:3306
jdbc.mysql.yohood.slave=read.yohood.yohoops.org:3306
jdbc.mysql.yhorderssplit.master=cobar1.yohoops.org:8066
jdbc.mysql.yhorderssplit.slave=cobar2.yohoops.org:8066
jdbc.mysql.yhorderssplit.slave2=cobar3.yohoops.org:8066
jdbc.mysql.yhorderssplit.slave3=cobar4.yohoops.org:8066
jdbc.mysql.yhorderssplit.username=yh_vpc_bak
jdbc.mysql.yhorderssplit.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
jdbc.mysql.yhbpromotionsplit.master=cobar1.yohoops.org:8066
jdbc.mysql.yhbpromotionsplit.slave=cobar2.yohoops.org:8066
jdbc.mysql.yhbpromotionsplit.slave2=cobar3.yohoops.org:8066
jdbc.mysql.yhbpromotionsplit.slave3=cobar4.yohoops.org:8066
jdbc.mysql.yhbpromotionsplit.username=yh_vpc_bak
jdbc.mysql.yhbpromotionsplit.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
jdbc.mysql.yhbpromotionsplitplatform.master=cobar.promotion1.yohoops.org:8066
jdbc.mysql.yhbpromotionsplitplatform.slave=cobar.promotion2.yohoops.org:8066
jdbc.mysql.yhbpromotionsplitplatform.username=yh_vpc_bak
jdbc.mysql.yhbpromotionsplitplatform.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#yhcommunity
jdbc.mysql.yhcommunity.master=write.uic.yohoops.org:3306
jdbc.mysql.yhcommunity.slave=read.uic.yohoops.org:3306
jdbc.mysql.yhcommunity.username=yh_vpc_bak
jdbc.mysql.yhcommunity.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#yh_social
jdbc.mysql.yhsocial.master=write.social.yohoops.org:3306
jdbc.mysql.yhsocial.slave=read.social.yohoops.org:3306
jdbc.mysql.yhsocial.username=yh_vpc_bak
jdbc.mysql.yhsocial.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#yh_cms
jdbc.mysql.yh_cms.master=write.cms.yohoops.org:3306
jdbc.mysql.yh_cms.slave=read.cms.yohoops.org:3306
jdbc.mysql.yh_cms.username=yh_vpc_bak
jdbc.mysql.yh_cms.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
readOnlyInSlave=true
mongo.inbox.dbname = inbox
mongo.inbox.host = mongo.yohoops.org
mongo.inbox.port = 27017
#search-db
jdbc.mysql.yhbsearch.datasources = yhb_search_gray
jdbc.mysql.yhbsearch.master = 10.66.6.6:3306
jdbc.mysql.yhbsearch.slave = 10.66.6.6:3306
jdbc.mysql.yhbsearch.username = zy
jdbc.mysql.yhbsearch.password = LSKvrMdd/GFpwjjTBC1pZA==
# search-es
search.es.cluster.name = yohosearch_gray
search.es.servers = 10.66.101.2:9300 10.66.101.3:9300 10.66.101.4:9300
search.index.number_of_replicas = 3
search.index.refresh_interval = 30
search.index.translog.flush_threshold_ops = 10000
# search-mq
search.mq.server = 10.66.101.2
search.mq.port = 5672
search.mq.username = yhb_mq
search.mq.password = yhb_mq
search.mq.exchange = yhb_mq
search.mq.virtualHost=/
#yhgorder
jdbc.mysql.yhgorder.master=db-gloab.cekvqhybt570.rds.cn-north-1.amazonaws.com.cn:3306
jdbc.mysql.yhgorder.slave=db-gloab.cekvqhybt570.rds.cn-north-1.amazonaws.com.cn:3306
jdbc.mysql.yhgorder.username=yoho_gloab
jdbc.mysql.yhgorder.password=Ba9RDuXn8EUaLm02wcX6PBB6y7Cd7MsuQvt6MgEPgL8=
#yhgproduct
jdbc.mysql.yhgproduct.master=db-gloab.cekvqhybt570.rds.cn-north-1.amazonaws.com.cn:3306
jdbc.mysql.yhgproduct.slave=db-gloab.cekvqhybt570.rds.cn-north-1.amazonaws.com.cn:3306
jdbc.mysql.yhgproduct.username=yoho_gloab
jdbc.mysql.yhgproduct.password=Ba9RDuXn8EUaLm02wcX6PBB6y7Cd7MsuQvt6MgEPgL8=
#yhgspider
jdbc.mysql.yhgspider.master=db-gloab.cekvqhybt570.rds.cn-north-1.amazonaws.com.cn:3306
jdbc.mysql.yhgspider.slave=db-gloab.cekvqhybt570.rds.cn-north-1.amazonaws.com.cn:3306
jdbc.mysql.yhgspider.username=yoho_gloab
jdbc.mysql.yhgspider.password=Ba9RDuXn8EUaLm02wcX6PBB6y7Cd7MsuQvt6MgEPgL8=
#yhgeditor
jdbc.mysql.yhgeditor.master=db-gloab.cekvqhybt570.rds.cn-north-1.amazonaws.com.cn:3306
jdbc.mysql.yhgeditor.slave=db-gloab.cekvqhybt570.rds.cn-north-1.amazonaws.com.cn:3306
jdbc.mysql.yhgeditor.username=yoho_gloab
jdbc.mysql.yhgeditor.password=Ba9RDuXn8EUaLm02wcX6PBB6y7Cd7MsuQvt6MgEPgL8=
#yh_cms now
jdbc.mysql.yhcms.master=write.yhcms.yohoops.org:3306
jdbc.mysql.yhcms.slave=read.yhcms.yohoops.org:3306
jdbc.mysql.yhcms.username=yh_vpc_bak
jdbc.mysql.yhcms.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#sso
jdbc.mysql.yhuuc.master=sso.db.yohoops.org:3306
jdbc.mysql.yhuuc.slave=sso.db.read.yohoops.org:3306
jdbc.mysql.yhuuc.username=yh_vpc_bak
jdbc.mysql.yhuuc.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
#yh_mars
jdbc.mysql.yhmars.master=write.mars.yohoops.org:3306
jdbc.mysql.yhmars.slave=read.mars.yohoops.org:3306
jdbc.mysql.yhmars.username=yh_vpc_bak
jdbc.mysql.yhmars.password=+BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
##### **************************************** common properties ******************************************************
aliyun.accessid = mkb5KaMTUeAnfHI5
aliyun.bucket = yohotest
aliyun.domain = http://7xnrdp.com1.z0.glb.clouddn.com
aliyun.endpoint = oss-cn-shanghai.aliyuncs.com
cache.servers.gateway.level1.address = memcache1.yohoops.org:11211
cache.servers.gateway.level1.expire = 1800
cache.servers.gateway.level2.address = memcache2.yohoops.org:11211
cache.servers.gateway.level2.expire = 43200
cache.servers.union.address = memcache.union.yohoops.org:11211
ip.port.search.server = search.yohoops.org
qiniu.accesskey = atSf7xxIl8alEnsXbhC1bOD1GWVW3qYffz8SlB4m
qiniu.bucket = yhfair
qiniu.domain = http://yhfair.qiniudn.com
qiniu.secretkey = pyoJzPygXIkFWrc1BAsH6tAJ0yweTchpJwGKEwhm
# old redis
redis.proxy.address = write.redis.yohoops.org
redis.proxy.auth =
redis.proxy.port = 6379
redis.readonly.proxy.address = read.redis.yohoops.org
redis.readonly.proxy.auth =
redis.readonly.proxy.port = 6379
redis.brower.proxy.address = redis-brower.yohoops.org
redis.brower.proxy.port = 6379
redis.brower.proxy.auth =
redis.brower.readonly.proxy.address = redis-brower.yohoops.org
redis.brower.readonly.proxy.port = 6379
redis.brower.readonly.proxy.auth =
redis.notsync.twemproxy.addresses = redis-no-sync-1.yohoops.org:63790,redis-no-sync-2.yohoops.org:63790
redis.notsync.twemproxy.auth=
# union redis
redis.union.address = classic.union-redis.yohoops.org
redis.union.auth =
redis.union.port = 26379
# outter big data redis
bigDataRedis.proxy.address=bigdata.redis.yohoops.org
bigDataRedis.proxy.port=6379
bigDataRedis.proxy.auth=
redis.union.proxy.address=huodong.write.yohoops.org
redis.union.proxy.port=6379
redis.union.proxy.auth=
redis.union.readonly.proxy.address=huodong.read.yohoops.org
redis.union.readonly.proxy.port=6379
redis.union.readonly.proxy.auth=
#single cloud not sync redis
single.cloud.redis.proxy.address=redis-no-sync-1.yohoops.org
single.cloud.redis.proxy.port=63790
single.cloud.redis.proxy.auth=
#single cloud not sync redis
single.cloud.redis.readonly.proxy.address=redis-no-sync-1.yohoops.org
single.cloud.redis.readonly.proxy.port=63790
single.cloud.redis.readonly.proxy.auth=
## rabbitmq configure
rabbit_host = rabbitmq01.yohoops.org:5672,rabbitmq02.yohoops.org:5672
rabbit_user = yoho
rabbit_password = yoho
########## common rabbitmq ##########
#aws
rabbit_common_aws = rabbitmq-common-aws.yohoops.org:5672
rabbit_common_aws_user = yoho
rabbit_common_aws_password = yoho
#qq
rabbit_common_qq = rabbitmq-common-qq.yohoops.org:5672
rabbit_common_qq_user = yoho
rabbit_common_qq_password = yoho
# local, maybe producer using this.
rabbit_common = rabbitmq-common.yohoops.org:5672
rabbit_common_user = yoho
rabbit_common_password = yoho
##########common rabbitmq ##########
rabbit_union=rabbitmq01.yohoops.org:5672
rabbit_union_user=yoho
rabbit_union_password=yoho
rabbit_union_vhost=yoho
#cache clear rabbitmq
rabbit.cacheclean.producer.host = rabbitmq-common-qq.yohoops.org:5672
rabbit.cacheclean.consumer.host = rabbitmq-common-aws.yohoops.org:5672
# message center rabbit host
rabbit_message_center = rabbitmq-common-aws.yohoops.org:5672
rabbit_message_center_user = yoho
rabbit_message_center_password = yoho
rabbit_message_center_vhost = yoho
yoho.service.domain.url= http://service.gray.yohops.com
gateway.domain.url = http://api.gray.yohops.com
Gateway_URL=http://gateway.yohoops.org:8080/gateway
yoho.message.controller.url=http://messagecontroller.yoho.yohoops.org/yoho-message-controller
zkAddress=zk01.yohoops.org
order.task.host=order.run-host.yohoops.org
APP_KEY = 1392109259
APP_SECRET = 1e87e46f115cc813e27ef52eb9915f1e
UUC_DOMAIN = http://sso.yohoops.org:8888
trace.exporter.enable = false
crf.service.url=https://osprec.crfchina.com
## mq or call erp
erp.message.sync.type=MQ
#发短信密码配置项
sendSMS.password=7jVEde87bLffoTnt6tGxmw==
gateway.portal.url=http://10.66.101.7:8080/gateway
default.http.type = https
\ No newline at end of file
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/auto_deploy/deploy/autoconfig/qcloud_gray/global-autoconfig.properties
gateway.api.url = http://api.gray.yohops.com/
uic_userInfoRest_enable = true
yoho.uic.env.namespace = uic
yoho.uic.env.serverport = 6
yoho.uic.env.webapphome = /home/master/uic/deploy
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/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/master/yoho-admin-portal/deploy
yohobuy.portal.env.namespace = yoho-admin-portal
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/global-autoconfig.properties
yoho.dashboard.env.namespace = yohodashboard
yoho.dashboard.env.productmode = PRODUCT
yoho.dashboard.env.serverport = 9
yoho.dashboard.env.webapphome = /home/master/yoho-dashboard/deploy
... ...
applepay.notifyurl = http://service.yoho.cn/payment/applepay_notify
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/auto_deploy/deploy/autoconfig/qcloud_gray/global-autoconfig.properties
browse.service.url = http://10.66.101.6:8092/brower/
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.order.status.url = http://portal.admin.yohobuy.com/api/orders/status
file.uploadTempDir = /Data
#do not check session on gray
is_checksession_enable = false
is_debug_enable = false
message.inboxNum.expire = 120
password.aes.key = yoho9646yoho9646
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/master/yoho-gateway/deploy
shops.service.url = http://192.168.102.47:8098/shops/
erp.shops.url = http://192.168.10.131:8082/erp-gateway-web/stock/get_stock
platform.service.url=http://api.platform.yohoops.org:8088/platform
\ No newline at end of file
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/global-autoconfig.properties
jdbc.mysql.readonlyinslave = true
yoho.message.env.namespace = message
yoho.message.env.serverport = 6
yoho.message.env.webapphome = /home/master/yoho-message/deploy
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/global-autoconfig.properties
db.batch.size = 100000
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.default.size = 1000
ios.keystore = /home/master/certs/yoho_push.p12
ios.password = 123456
java.logs.home = /home/master/yoho-push/deploy/logs/push/
jdbc.mysql.push.master.password = yoho@2Y$^YpNb7hp
jdbc.mysql.push.master.url = jdbc:mysql://192.168.100.211:3306/q_msg_system
jdbc.mysql.push.master.username = yh_vpc_bak
jdbc.mysql.push.slave.password = yoho@2Y$^YpNb7hp
jdbc.mysql.push.slave.url = jdbc:mysql://192.168.100.212:3306/q_msg_system
jdbc.mysql.push.slave.username = yh_vpc_bak
jdbc.mysql.pushlog.master.password = Buylogs_develop-9646yoHO
jdbc.mysql.pushlog.master.url = jdbc:mysql://rdsa35694990gy7q55c5.mysql.rds.aliyuncs.com:3306/yohobuy_logs
jdbc.mysql.pushlog.master.username = yohobuy_logs_dev
jdbc.mysql.pushlog.slave.password = Buylogs_develop-9646yoHO
jdbc.mysql.pushlog.slave.url = jdbc:mysql://rdsa35694990gy7q55c5.mysql.rds.aliyuncs.com:3306/yohobuy_logs
jdbc.mysql.pushlog.slave.username = yohobuy_logs_dev
push.ios.custom.key = custom_content
yoho.push.env.namespace = push
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/global-autoconfig.properties
yoho.search.adaptor.env.serverport = 5
yoho.search.adaptor.env.webapphome = /home/master/yoho-search-adaptor/deploy
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/gray/opps/deploy/autoconfig/master/global-autoconfig.properties
yoho.search.consumer.env.namespace = search-consumer
yoho.search.consumer.env.serverport = 8
yoho.search.consumer.env.webapphome = /home/master/yoho-search-consumer/deploy
# very import!
zkAddress = 10.66.101.2:2181,10.66.101.3:2181,10.66.101.4:2181
## tbl
tbl.product.url = http://service.api.global.yohobuy.com/product/api/v1/detail/
## tpl adaptor
tpl.adaptor.valid = false
tpl.adaptor.domain = http://search.adaptor.yohoops.org:8085/search-adaptor
#build.productindex.use.code
build.productindex.use.code=true
#build.storageskuindex.use.code
build.storageskuindex.use.code=true
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/gray/opps/deploy/autoconfig/master/global-autoconfig.properties
yoho.search.producer.env.namespace = search-producer
yoho.search.producer.env.serverport = 9
yoho.search.producer.env.webapphome = /home/master/yoho-search-producer/deploy
#zkAddress for search ,very important!!
zkAddress=10.66.101.2:2181,10.66.101.3:2181,10.66.101.4:2181
## search configuration begin
//canal
canal.hostType=zkCluster
canal.server.port=10.66.101.2:2181,10.66.101.3:2181,10.66.101.4: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_price,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
//canal-operation
canal.destination.operation=operations
canal.subscribeChannel.operation=yhb_operations.activity_product
\ No newline at end of file
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/gray/opps/deploy/autoconfig/master/global-autoconfig.properties
yoho.search.service.env.namespace = yohosearch
yoho.search.service.env.serverport = 0
yoho.search.service.env.webapphome = /home/master/yoho-search-service/deploy
#zkAddress,very import!!!
zkAddress=10.66.101.2:2181,10.66.101.3:2181,10.66.101.4:2181
##tpl adaptor
tpl.adaptor.valid = false
##search.use.cache
search.use.cache = true
search.multiMatchQuery.type=CROSS_FIELDS
\ No newline at end of file
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/global-autoconfig.properties
java.logs.home = /Data/logs
yoho.sns.env.namespace = sns
yoho.sns.env.serverport = 2
yoho.sns.env.webapphome = /home/master/yoho-sns/deploy
browse.service.url = http://10.66.101.6:8092/brower/
m.yohoblk.com=http://m.yohoblk.com
www.yohoblk.com=http://www.yohoblk.com
... ...