yoho.logs.level        = INFO
yoho.logs.basedir      = /home/test
yoho.logs.maxHistory   = 2
yoho.logs.maxFileSize  = 50MB

yoho.env.javahome     = /usr/local/java
yoho.env.serverhome   = /usr/local/tomcat
yoho.env.servertype   = tomcat
yoho.env.productmode  = TEST

file.saveDir=/home/test

###  ******************************  database ***********************************

jdbc.mysql.yhresource.username=yh_test
jdbc.mysql.yhresource.password=9nm0icOwt6bMHjMusIfMLw==

 jdbc.mysql.yhshops.username=yh_test
jdbc.mysql.yhshops.password=9nm0icOwt6bMHjMusIfMLw==

# yh_orders
jdbc.mysql.yhorders.username=yh_test
jdbc.mysql.yhorders.password=9nm0icOwt6bMHjMusIfMLw==

# yhb_operations
jdbc.mysql.yhboperations.username=yh_test
jdbc.mysql.yhboperations.password=9nm0icOwt6bMHjMusIfMLw==

# yh_comment
jdbc.mysql.yhcomment.username=yh_test
jdbc.mysql.yhcomment.password=9nm0icOwt6bMHjMusIfMLw==

#yhb_promotion
jdbc.mysql.yhbpromotion.username=yh_test
jdbc.mysql.yhbpromotion.password=9nm0icOwt6bMHjMusIfMLw==

#yoho_sms配置读写分离
jdbc.mysql.yohosms.username=yh_test
jdbc.mysql.yohosms.password=9nm0icOwt6bMHjMusIfMLw==

#yh_inbox配置读写分离
jdbc.mysql.yhinbox.username=yh_test
jdbc.mysql.yhinbox.password=9nm0icOwt6bMHjMusIfMLw==

#yoho_logs配置读写分离, 暂时将表存在yoho_sms中
jdbc.mysql.yohologs.username=yh_test
jdbc.mysql.yohologs.password=9nm0icOwt6bMHjMusIfMLw==

#yoho_passport读写数据分离
jdbc.mysql.yohopassport.username=yh_test
jdbc.mysql.yohopassport.password=9nm0icOwt6bMHjMusIfMLw==

#yh_operations配置读写分离
jdbc.mysql.yhoperations.username=yh_test
jdbc.mysql.yhoperations.password=9nm0icOwt6bMHjMusIfMLw==

#yh_passport读写分离
jdbc.mysql.yhpassport.username=yh_test
jdbc.mysql.yhpassport.password=9nm0icOwt6bMHjMusIfMLw==

#yh_setting读写分离
jdbc.mysql.yhsetting.username=yh_test
jdbc.mysql.yhsetting.password=9nm0icOwt6bMHjMusIfMLw==

#yh_pay
jdbc.mysql.pay.username=yh_test
jdbc.mysql.pay.password=9nm0icOwt6bMHjMusIfMLw==

#event
jdbc.mysql.yhevents.username=yh_test
jdbc.mysql.yhevents.password=9nm0icOwt6bMHjMusIfMLw==


#event
jdbc.mysql.yhcoupons.username=yh_test
jdbc.mysql.yhcoupons.password=9nm0icOwt6bMHjMusIfMLw==

#yh_consult
jdbc.mysql.yhconsult.username=yh_test
jdbc.mysql.yhconsult.password=9nm0icOwt6bMHjMusIfMLw==

#unions
jdbc.mysql.unions.username=yh_test
jdbc.mysql.unions.password=9nm0icOwt6bMHjMusIfMLw==

#model
jdbc.mysql.yohopushcenter.username=yh_test
jdbc.mysql.yohopushcenter.password=9nm0icOwt6bMHjMusIfMLw==

jdbc.mysql.yhpush.username=yh_test
jdbc.mysql.yhpush.password=9nm0icOwt6bMHjMusIfMLw==

#yoho-activity
jdbc.mysql.yohoactivity.username=yh_test
jdbc.mysql.yohoactivity.password=9nm0icOwt6bMHjMusIfMLw==

#yh_guang
jdbc.mysql.yhguang.username=yh_test
jdbc.mysql.yhguang.password=9nm0icOwt6bMHjMusIfMLw==

#yhspecial
jdbc.mysql.yhspecial.username=yh_test
jdbc.mysql.yhspecial.password=9nm0icOwt6bMHjMusIfMLw==

#yohood
jdbc.mysql.yohood.username=yh_test
jdbc.mysql.yohood.password=9nm0icOwt6bMHjMusIfMLw==

#yohocrm
jdbc.mysql.yohocrm.username=yh_test
jdbc.mysql.yohocrm.password=9nm0icOwt6bMHjMusIfMLw==

#erppassport
jdbc.mysql.erppassport.username=yh_test
jdbc.mysql.erppassport.password=9nm0icOwt6bMHjMusIfMLw==
# ================

# yh_orders db split cobar的地址
jdbc.mysql.yhorderssplit.master=cobar1.yohoops.org:8066
jdbc.mysql.yhorderssplit.slave=cobar1.yohoops.org:8066
jdbc.mysql.yhorderssplit.username=yh_test
jdbc.mysql.yhorderssplit.password=9nm0icOwt6bMHjMusIfMLw==

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:3309
jdbc.mysql.yhshops.slave=read.shops.yohoops.org:3309

#yhb_promotion_split db split 
jdbc.mysql.yhbpromotionsplit.master=cobar1.yohoops.org:8066
jdbc.mysql.yhbpromotionsplit.slave=cobar2.yohoops.org:8066
jdbc.mysql.yhbpromotionsplit.username=yh_test
jdbc.mysql.yhbpromotionsplit.password=9nm0icOwt6bMHjMusIfMLw==

# yh_orders
jdbc.mysql.yhorders.master=write.orders.yohoops.org:3308
jdbc.mysql.yhorders.slave=read.orders.yohoops.org:3308

# 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:3308
jdbc.mysql.yhbpromotion.slave=read.orders.yohoops.org:3308

#yoho_sms配置读写分离
jdbc.mysql.yohosms.master=write.passport.yohoops.org:3307
jdbc.mysql.yohosms.slave=read.passport.yohoops.org:3307

#yh_inbox配置读写分离
jdbc.mysql.yhinbox.master=write.passport.yohoops.org:3307
jdbc.mysql.yhinbox.slave=read.passport.yohoops.org:3307

#yoho_logs配置读写分离, 暂时将表存在yoho_sms中
jdbc.mysql.yohologs.master=yohologs.yohoops.org:3306

#yoho_passport读写数据分离
jdbc.mysql.yohopassport.master=write.passport.yohoops.org:3307
jdbc.mysql.yohopassport.slave=read.passport.yohoops.org:3307

#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:3307
jdbc.mysql.yhpassport.slave=read.passport.yohoops.org:3307

#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:3308
jdbc.mysql.pay.slave=read.orders.yohoops.org:3308

#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:3308
jdbc.mysql.yhcoupons.slave=read.orders.yohoops.org:3308

#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:3307
jdbc.mysql.yohopushcenter.slave=read.passport.yohoops.org:3307

#q_msg_system
jdbc.mysql.yhpush.master=write.passport.yohoops.org:3307
jdbc.mysql.yhpush.slave=read.passport.yohoops.org:3307

#yoho_activity
jdbc.mysql.yohoactivity.master=write.passport.yohoops.org:3307
jdbc.mysql.yohoactivity.slave=read.passport.yohoops.org:3307

#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:3308
jdbc.mysql.yohood.slave=read.yohood.yohoops.org:3308

#yohocrm
jdbc.mysql.yohocrm.master=write.passport.yohoops.org:3307
jdbc.mysql.yohocrm.slave=read.passport.yohoops.org:3307

#erppassport
jdbc.mysql.erppassport.master=write.erp.yohoops.org:3310
jdbc.mysql.erppassport.slave=write.erp.yohoops.org:3310


#erp_supplier
jdbc.mysql.platform.erp_supplier.master  = write.erp.yohoops.org:3310
jdbc.mysql.platform.erp_supplier.password  = 9nm0icOwt6bMHjMusIfMLw==
jdbc.mysql.platform.erp_supplier.slave   = read1.erp.yohoops.org:3310
jdbc.mysql.platform.erp_supplier.username  = yh_test
#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_test
jdbc.mysql.yhcommunity.password=9nm0icOwt6bMHjMusIfMLw==


#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_test
jdbc.mysql.yhsocial.password=9nm0icOwt6bMHjMusIfMLw==

#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_test
jdbc.mysql.yh_cms.password=9nm0icOwt6bMHjMusIfMLw==

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=yh_test
jdbc.mysql.yhbsearch.password=9nm0icOwt6bMHjMusIfMLw==

# search-es
search.es.cluster.name  = yohosearch_testQQ
search.es.servers       = es.node1.yohoops.org:9300
search.index.number_of_replicas     = 0
search.index.refresh_interval       = 1
search.index.translog.flush_threshold_ops  = 5000

# search-mq
search.mq.server=rabbitmq01.yohoops.org
search.mq.port=5672
search.mq.username=admin1
search.mq.password=123qwe
search.mq.exchange=yoho_search
search.mq.virtualHost=yohosearch

# search-redis
redis.search.proxy.address=redis-no-sync-1.yohoops.org
redis.search.proxy.port=6379
redis.search.proxy.auth=

#####  ****************************************  common properties ******************************************************
 
 

cache.servers.gateway.level1.address  = mem01.l1.yohoops.org:21211
cache.servers.gateway.level1.expire   = 1800
cache.servers.gateway.level2.address  =  mem01.l2.yohoops.org:21211
cache.servers.gateway.level2.expire   = 43200

cache.servers.union.address  = memcache.union.yohoops.org:11211

ip.port.search.server  = search.yohoops.org:8080

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:6379
redis.notsync.twemproxy.auth=

# union redis
redis.union.address  = classic.union-redis.yohoops.org
redis.union.auth     = 
redis.union.port     = 6379

# 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=

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=

##  rabbitmq configure
rabbit_host = rabbitmq01.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  ##########


#cache clear rabbitmq
rabbit.cacheclean.producer.host = rabbitmq-common-qq.yohoops.org:5672
rabbit.cacheclean.consumer.host = rabbitmq-common-aws.yohoops.org:5672


gateway.domain.url = http://api.yoho.cn
Gateway_URL=http://gateway.yohoops.org:8080/gateway

zkAddress=zk01.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://passport.test.yoho.cn

 #从qcloud拷贝而来
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 =


#single cloud not sync redis
single.cloud.redis.proxy.address=redis-no-sync-1.yohoops.org
single.cloud.redis.proxy.port=6379
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=6379
single.cloud.redis.readonly.proxy.auth=



## mq or call erp
erp.message.sync.type=MQ

#发短信配置项
sendSMS.password=7jVEde87bLffoTnt6tGxmw==


## service call timeout
service.call.connectReqTimeout=30000
service.call.socketTimeout=30000
service.call.connectTimeout=30000
hystrix.timeout=30000

trace.exporter.enable = false


exhibition.ticket.couponid=13272
package.ticket.couponid=13270
package.ticket.more.couponid=13268