Authored by jimi

add config

... ... @@ -17,7 +17,6 @@ cloud=test
### ****************************** database ***********************************
# cobar
jdbc.mysql.cobar.username=yh_test
jdbc.mysql.cobar.password=9nm0icOwt6bMHjMusIfMLw==
... ... @@ -104,6 +103,8 @@ jdbc.mysql.yohopushcenter.password=9nm0icOwt6bMHjMusIfMLw==
jdbc.mysql.yhpush.username=yh_test
jdbc.mysql.yhpush.password=9nm0icOwt6bMHjMusIfMLw==
jdbc.mysql.bigdatablacklist.username=yh_test
jdbc.mysql.bigdatablacklist.password=9nm0icOwt6bMHjMusIfMLw==
#yoho-activity
jdbc.mysql.yohoactivity.username=yh_test
... ... @@ -240,6 +241,7 @@ 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
jdbc.mysql.bigdatablacklist.slave=read.passport.yohoops.org:3306
#yoho_activity
jdbc.mysql.yohoactivity.master=write.passport.yohoops.org:3306
... ... @@ -305,6 +307,11 @@ jdbc.mysql.yhlottery.slave=write.passport.yohoops.org:3306
jdbc.mysql.yhlottery.username=yh_test
jdbc.mysql.yhlottery.password=9nm0icOwt6bMHjMusIfMLw==
#yh_reviewed
jdbc.mysql.yohoreviewed.master=write.review.yohoops.org:3306
jdbc.mysql.yohoreviewed.slave=read.review.yohoops.org:3306
jdbc.mysql.yohoreviewed.username=yh_test
jdbc.mysql.yohoreviewed.password=9nm0icOwt6bMHjMusIfMLw==
#yoho-message配置读写分离
jdbc.mysql.yhmessage.master=write.passport.yohoops.org:3306
... ... @@ -346,7 +353,7 @@ search.index.refresh_interval = 1
search.index.translog.flush_threshold_ops = 5000
# search-mq
search.mq.server=yohoops-rabbit-common-service
search.mq.server=192.168.104.244
search.mq.port=5672
search.mq.username=yoho
search.mq.password=yoho
... ... @@ -354,7 +361,7 @@ search.mq.exchange=yoho_search
search.mq.virtualHost=yoho
#search-redis
redis.search.proxy.address =yohoops-redis-serarch-service
redis.search.proxy.address =192.168.104.244
redis.search.proxy.port =6379
redis.search.proxy.auth =
... ... @@ -378,7 +385,11 @@ jdbc.mysql.yohocrm.bigdata.slave=192.168.102.219:3306
jdbc.mysql.yohocrm.bigdata.username=yh_test
jdbc.mysql.yohocrm.bigdata.password=9nm0icOwt6bMHjMusIfMLw==
#yoho_activity_platform
jdbc.mysql.yohoactivity.platform.master=192.168.102.219:3306
jdbc.mysql.yohoactivity.platform.slave=192.168.102.219:3306
jdbc.mysql.yohoactivity.platform.username=yh_test
jdbc.mysql.yohoactivity.platform.password=9nm0icOwt6bMHjMusIfMLw==
... ... @@ -390,22 +401,27 @@ qiniu.accesskey = atSf7xxIl8alEnsXbhC1bOD1GWVW3qYffz8SlB4m
qiniu.bucket = yhfair
qiniu.domain = http://yhfair.qiniudn.com
qiniu.secretkey = pyoJzPygXIkFWrc1BAsH6tAJ0yweTchpJwGKEwhm
qiniu.private.accesskey = BwWhoJN536BnV3CzlE20AjNKC9O2bP0l5tFpKsDU
qiniu.private.secretkey = _x2VtO7fEmylgjojmLi7qwTBtRm30S8BrO0FxOPK
qiniu.private.domain = yhgidcard.static.yhbimg.com
yoho.service.domain.url=http://service-test3.yohops.com:9999
# old redis
redis.proxy.address = yohoops-redis-java-service
redis.proxy.address = 192.168.104.244
redis.proxy.auth =
redis.proxy.port = 6379
redis.readonly.proxy.address = yohoops-redis-java-service
redis.readonly.proxy.address = 192.168.104.244
redis.readonly.proxy.auth =
redis.readonly.proxy.port = 6379
redis.gateway.twemproxy.addresses = yohoops-redis-gateway-service:6379
redis.gateway.twemproxy.addresses = 192.168.104.244:6379
redis.gateway.password=
redis.notsync.twemproxy.addresses = yohoops-redis-java-service:6379
redis.notsync.twemproxy.addresses = 192.168.104.244:6379
redis.notsync.twemproxy.auth=
redis.global.address=yohoops-redis-java-service:6379
redis.global.address=192.168.104.244:6379
redis.global.auth=
# union redis
... ... @@ -414,90 +430,93 @@ redis.global.auth=
#redis.union.port = 6379
# outter big data redis
bigDataRedis.proxy.address=yohoops-redis-bigdata-service
bigDataRedis.proxy.address=192.168.104.244
bigDataRedis.proxy.port=6379
bigDataRedis.proxy.auth=
# outter big data redis push
bigDataRedis-push.proxy.address=yohoops-redis-bigdata-service
bigDataRedis-push.proxy.address=192.168.104.244
bigDataRedis-push.proxy.port=6379
bigDataRedis-push.proxy.auth=
#bigDataRedis-search
bigDataRedis-search.proxy.address=yohoops-redis-bigdata-service
bigDataRedis-search.proxy.address=192.168.104.244
bigDataRedis-search.proxy.port= 6379
bigDataRedis-search.proxy.auth=
redis.union.proxy.address=yohoops-redis-crm-service
redis.union.proxy.address=192.168.104.244
redis.union.proxy.port=6379
redis.union.proxy.auth=
redis.union.readonly.proxy.address=yohoops-redis-crm-service
redis.union.readonly.proxy.address=192.168.104.244
redis.union.readonly.proxy.port=6379
redis.union.readonly.proxy.auth=
redis.crm.notsync.twemproxy.addresses=192.168.104.244:6379
redis.notsync.twemproxy.auth=
## rabbitmq configure
rabbit_host = yohoops-rabbit-common-service:5672
rabbit_host = 192.168.104.244:5672
rabbit_user = yoho
rabbit_password = yoho
## order rabbitmq
rabbit_order = yohoops-rabbit-common-service:5672
rabbit_order = 192.168.104.244:5672
rabbit_order_user = yoho
rabbit_order_password = yoho
########## common rabbitmq ##########
#aws
rabbit_common_aws = yohoops-rabbit-common-service:5672
rabbit_common_aws = 192.168.104.244:5672
rabbit_common_aws_user = yoho
rabbit_common_aws_password = yoho
#qq
rabbit_common_qq = yohoops-rabbit-common-service:5672
rabbit_common_qq = 192.168.104.244:5672
rabbit_common_qq_user = yoho
rabbit_common_qq_password = yoho
# local, maybe producer using this.
rabbit_common = yohoops-rabbit-common-service:5672
rabbit_common = 192.168.104.244:5672
rabbit_common_user = yoho
rabbit_common_password = yoho
##########common rabbitmq ##########
##########uic rabbitmq ##########
rabbit_uic=yohoops-rabbit-common-service:5672
rabbit_uic=192.168.104.244:5672
rabbit_uic_name=yoho
rabbit_uic_password=yoho
#message-center rabbitmq
rabbit_message_center = yohoops-rabbit-common-service:5672
rabbit_message_center = 192.168.104.244:5672
rabbit_message_center_user = yoho
rabbit_message_center_password = yoho
#cache clear rabbitmq
rabbit.cacheclean.producer.host = yohoops-rabbit-common-service:5672
rabbit.cacheclean.consumer.host = yohoops-rabbit-common-service:5672
rabbit.cacheclean.producer.host = 192.168.104.244:5672
rabbit.cacheclean.consumer.host = 192.168.104.244:5672
#message-center rabbitmq
rabbit_message_center = yohoops-rabbit-common-service:5672
rabbit_message_center = 192.168.104.244:5672
rabbit_message_center_user = yoho
rabbit_message_center_password = yoho
rabbit_message_center_vhost = yoho
rabbit_crm_host = yohoops-rabbit-common-service:5672
rabbit_crm_host = 192.168.104.244:5672
rabbit_crm_user = yoho
rabbit_crm_password = yoho
rabbit_crm_vhost = yoho
mini.accessToken.get=http://api.yoho.cn?method=wechat.token.getmini
mini.accessToken.get=http://java-yoho-gateway-service:8080/gateway?method=wechat.token.getmini
crf.service.url=https://osprec-ci.crfchina.com
gateway.domain.url = http://api-test2.dev.yohocorp.com/
gateway.domain.url = http://api-test3.dev.yohocorp.com/
Gateway_URL=http://java-yoho-gateway-service:8080/gateway
yoho.message.controller.url=http://java-yoho-message-controller-service:8080/yoho-message-controller
zkAddress=zk01-yohoops-org:2181
zkAddress=192.168.104.244:2181
# change to order.run-host.yohoops.org later
order.task.host=192.168.103.74
... ... @@ -508,12 +527,12 @@ UUC_DOMAIN = http://sso-test.yohops.com:9999
#single cloud not sync redis
single.cloud.redis.proxy.address=yohoops-redis-java-service
single.cloud.redis.proxy.address=192.168.104.244
single.cloud.redis.proxy.port=6379
single.cloud.redis.proxy.auth=
#single cloud not sync redis
single.cloud.redis.readonly.proxy.address=yohoops-redis-java-service
single.cloud.redis.readonly.proxy.address=192.168.104.244
single.cloud.redis.readonly.proxy.port=6379
single.cloud.redis.readonly.proxy.auth=
... ... @@ -542,6 +561,7 @@ package.ticket.more.couponid=13268
default.http.type = http
browse.service.url = http://java-yoho-brower-service:8092/brower/
ufo.service.url=http://java-yohoufo-fore.test3.ingress.dev.yohocorp.com/ufo-gateway/
#mars
... ... @@ -590,7 +610,7 @@ jdbc.mysql.lineshops.password=9nm0icOwt6bMHjMusIfMLw==
mongo_db=dev
mongo_auth_db=dev
mongo_host=192.168.103.55
mongo_host=192.168.104.243
mongo_port=27017
mongo_username=dev
mongo_password=dev123
... ... @@ -619,15 +639,15 @@ jdbc.mysql.yh_logs.master=write.passport.yohoops.org:3306
jdbc.mysql.yh_logs.username=yh_test
redis.push.address=yohoops-redis-java-service
redis.push.address=192.168.104.244
redis.push.port=6379
redis.push.auth=
rabbit_common_dc0 = yohoops-rabbit-common-service:5672
rabbit_common_dc0 = 192.168.104.244:5672
rabbit_common_dc0_user = yoho
rabbit_common_dc0_password = yoho
rabbit_common_dc1 = yohoops-rabbit-common-service:5672
rabbit_common_dc1 = 192.168.104.244:5672
rabbit_common_dc1_user = yoho
rabbit_common_dc1_password = yoho
... ... @@ -637,6 +657,9 @@ yoho.quartz.datasource.password=9nm0icOwt6bMHjMusIfMLw==
#search-redis
search.redis.iscluster = false
search.redis.address = yohoops-redis-serarch-service
search.redis.address = 192.168.104.244
search.redis.port = 6379
search.redis.auth =
ufo.gateway.url=http://java-yohoufo-fore.test3.ingress.dev.yohocorp.com/ufo-gateway
... ...
... ... @@ -4,7 +4,7 @@ autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy/deploy/autoconfig/test_nj_3/global-autoconfig.properties
erp.domain = http://192.168.103.48:9098/erp-gateway-web
erp.domain = http://serve.yohobuy.com
erp.platform.shops.url = http://api.erp.yohobuy.com
... ... @@ -12,7 +12,11 @@ erp.shops.account.url = http://serve.yohobuy.com/service/finance/v1/clearing
erp.shops.change.pwd.url = http://serve.yohobuy.com/service/account/v1/Profile/updatePassword
erp.shops.login.url = http://qrest.yohobuy.com:9098/erp-gateway-web/account/profile/login
erp.storage = http://192.168.103.48:9098/erp-gateway-web
erp.storage = http://192.168.10.131:8082/erp-gateway-web/stock
manager.zkAddress =192.168.104.246:2181
zkAddress=192.168.104.246:2181
execute.limitcode.host = 10.66.50.140
... ... @@ -47,6 +51,10 @@ 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
jdbc.mysql.platform.yhpcms.master = 192.168.102.219:3306
jdbc.mysql.platform.yhpcms.slave = 192.168.102.219:3306
jdbc.mysql.platform.yhpcms.username = yh_test
jdbc.mysql.platform.yhpcms.password = 9nm0icOwt6bMHjMusIfMLw==
mkt.activity.domain.url = http://union.yoho.cn/union/tencentMkt/index.html
... ... @@ -56,7 +64,9 @@ mkt.resource.code.url = https://m.yohobuy.com/channel/f8abd53b5f7c5fe558d3dd567
offline.shops.url = http://192.168.102.210:8098/shops/
manager.zkAddress = zk01-yohoops-org:2181
uic.service.url=http://java-yoho-uic.test3.ingress.dev.yohocorp.com/uic
api.yoho.url = http://api-test3.dev.yohocorp.com
platform.login.salt = yoho9646yoho9646
... ... @@ -64,9 +74,10 @@ platformRedis.proxy.address = 192.168.102.45
platformRedis.proxy.auth = redis9646
platformRedis.proxy.port = 6379
search.server.address = http://java-yoho-search-service.test3.ingress.dev.yohocorp.com/yohosearch/
search.server.address = http://java-yoho-search-service-service:8080/yohosearch/
service.yoho.url = http://api-test3.dev.yohocorp.com
uic.service.url=http://java-yoho-uic.test3.ingress.dev.yohocorp.com/uic
erpYohops.domain = http://java-yoho-erp-gateway.test3.ingress.dev.yohocorp.com/erp-gateway
unionRedis.proxy.address = 192.168.102.211
unionRedis.proxy.auth = redis9646
... ... @@ -85,4 +96,6 @@ yohobuy.pfcms.env.namespace = pfcms
yohobuy.pfcms.env.serverport = 9
yohobuy.pfcms.env.webapphome = /home/test/platform-cms/deploy
zkAddress = zk01-yohoops-org:2181
preview.url = http://yoho-community-web.test2.ingress.dev.yohocorp.com/grass/article/
file.excel.saveDir = /Data/excel
... ...
... ... @@ -3,8 +3,8 @@ autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy/deploy/autoconfig/test_nj_3/global-autoconfig.properties
#erp.domain = http://192.168.103.82:9098
#erp.domain = http://192.168.103.48:9098
erp.domain = http://192.168.102.47:9098
erp.domain = http://192.168.103.48:9098
#erp.domain = http://192.168.102.47:9098
file.image.size = 512000
... ... @@ -14,7 +14,7 @@ ufo.platform.env.namespace = ufoPlatform
ufo.platform.env.serverport = 8
ufo.platform.env.webapphome = /home/test/ufo-platform/deploy
zkAddress = zk01-yohoops-org:2181
zkAddress = 192.168.104.244:2181
file.saveDir = /Data/images
file.image.gif.size = 2621440
... ... @@ -23,7 +23,7 @@ file.image.size = 5120000
qiniu.accesskey = atSf7xxIl8alEnsXbhC1bOD1GWVW3qYffz8SlB4m
qiniu.bucket = yhfair
qiniu.secretkey = pyoJzPygXIkFWrc1BAsH6tAJ0yweTchpJwGKEwhm
inbox.baseurl = http://java-yohoufo-fore.test2.ingress.dev.yohocorp.com/ufo-gateway/?client_type=h5
inbox.baseurl = http://java-yohoufo-fore.test3.ingress.dev.yohocorp.com/ufo-gateway/?client_type=h5
erp-gateway.url = http://java-yoho-erp-gateway.test3.ingress.dev.yohocorp.com/erp-gateway
... ... @@ -31,7 +31,7 @@ ufo.nfc.syncBlockChain.url=http://yoho-ultrain-block-api.test3.ingress.dev.yohoc
ip.port.uic.server = java-yoho-uic.test3.ingress.dev.yohocorp.com
redis.ufo.twemproxy.addresses = yohoops-redis-java-service:6379
redis.ufo.twemproxy.addresses =192.168.104.244:6379
redis.ufo.twemproxy.auth =
jdbc.mysql.ufo.master = write.erp.yohoops.org:3306
... ... @@ -50,10 +50,17 @@ shops.gateway.url=http://instore-test1.dev.yohocorp.com
offline.store.seller=70,50000638
uic.url=http://java-yoho-uic.test3.ingress.dev.yohocorp.com/uic
uic.url=http://java-yoho-uic.test2.ingress.dev.yohocorp.com/uic
api.yoho.url=http://api-test3.dev.yohocorp.com
api.yoho.url=http://api-test2.dev.yohocorp.com
# 物流月结账号
nanjing.custid=9999999999
beijing.custid=9999999999
\ No newline at end of file
beijing.custid=1111111111
rabbit_ufo = 192.168.104.244:5672
rabbit_ufo_user = yoho
rabbit_ufo_password = yoho
qiuniu.private.accessKey=BwWhoJN536BnV3CzlE20AjNKC9O2bP0l5tFpKsDU
qiuniu.private.secretKey=_x2VtO7fEmylgjojmLi7qwTBtRm30S8BrO0FxOPK
\ No newline at end of file
... ...
... ... @@ -2,9 +2,9 @@ autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy/deploy/autoconfig/test_nj_3/global-autoconfig.properties
gateway.api.url = http://api-test3.yohops.com:9999/
gateway.api.url = http://api-test3.dev.yohocorp.com/
gateway.service.url = http://service-test3.yohops.com:9999/
gateway.service.url = http://api-test3.dev.yohocorp.com/
is_debug_enable = true
uic.login.ip.limit.times=10
... ... @@ -32,3 +32,14 @@ graphic.generate.num=1
//是否删除重复请求的验证码
graphic.isDel.repeatGraphic=true
yoho.reviewed.controller.url=http://java-yoho-reviewed.test3.ingress.dev.yohocorp.com/reviewed
yoho.reviewed.text.license=22c5c86b-3dad-473b-8688-a386a0695343
yoho.reviewed.pic.license=22c5c86b-3dad-473b-8688-a386a0695343
qiniu.accesskey.cmsimg01 = BwWhoJN536BnV3CzlE20AjNKC9O2bP0l5tFpKsDU
qiniu.secretkey.cmsimg01 = _x2VtO7fEmylgjojmLi7qwTBtRm30S8BrO0FxOPK
qiniu.accesskey.yohomars = cY9B5ZgON_7McTS5zV5nTeRyQ98MOcVD7W4eGVbE
qiniu.secretkey.yohomars = RduqgmK7cAtaQvdIa1ax_zzmMsnv9ac-Ka0uF6wG
... ...
... ... @@ -78,3 +78,6 @@ yoho.erp.gateway.env.serverport = 9
yoho.erp.gateway.env.webapphome = /home/test/yoho-erp-gateway/deploy
gateway.url.accessTokeng.get=http://api-test3.yohops.com:9999/?method=wechat.token.get
ufo.gateway.url=http://java-yohoufo-fore.test3.ingress.dev.yohocorp.com/ufo-gateway
... ...
... ... @@ -88,3 +88,9 @@ wechat.access.appid = wx1e6997242bcfcdfb
wechat.access.secret = d6fa51581e4c11ee312a1990c2ebf0bd
union.inner.url=http://union.yohoops.org/union
product.salecategory.blk=646
product.salecategory.lifestyle=714
ufo.product.pool.id=143
tencent.secretId = AKIDf9SVSxWqBOVTG1aZHwQ7jATwGScdlBzc
tencent.secretKey = 2ub9aXEyb761QcbRBjFkEYmqphTSwY0C
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy/deploy/autoconfig/dev/global-autoconfig.properties
autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy/deploy/autoconfig/test/global-autoconfig.properties
yoho.inbox.env.namespace=inbox
yoho.inbox.env.serverport=2
... ... @@ -7,4 +7,6 @@ yoho.inbox.env.webapphome = /home/test/yoho-inbox/deploy
jdbc.mysql.readonlyinslave = true
msgCenter.inbox.sendMaxCount=20
\ No newline at end of file
msgCenter.inbox.sendMaxCount = 20
api.yoho.url = http://api-test3.dev.yohocorp.com
\ No newline at end of file
... ...
... ... @@ -14,4 +14,4 @@ msgCenter.sms.defaultAccount=7
msgCenter.sms.internationalAccount=10
msgCenter.sms.getRptSwitch=false
msgCenter.sms.sendMaxCount=20
\ No newline at end of file
msgCenter.sms.sendMaxCount=20
... ...
... ... @@ -8,4 +8,8 @@ yoho.messagecontroller.env.webapphome = /home/test/yoho-message-controller/depl
redis.push.address=192.168.102.211
redis.push.port = 6379
redis.push.auth=
\ No newline at end of file
redis.push.auth=
messageCenter.msg.batch=500
mc.publish.isConsumer=true
\ No newline at end of file
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy/deploy/autoconfig/test/global-autoconfig.properties
yoho.msgcenter.wechat.env.namespace=msgcenter-wechat
yoho.msgcenter.wechat.env.webapphome=/home/test/yoho-inbox/deploy
yoho.msgcenter.wechat.env.serverport=1
jdbc.mysql.readonlyinslave = true
msgCenter.mini.sendMaxCount=50
msgCenter.woa.sendMaxCount=50
msgCenter.wechat.sendMaxCount=50
qqmini.appId=1108225341
qqmini.appSecret=g5NuL5AcOc3yTsgB
\ No newline at end of file
... ...
... ... @@ -34,7 +34,7 @@ redis.pool.maxTotal=200
redis.pool.maxIdle=100
#redis.push.address=read.redis.yohoops.org
redis.push.address=192.168.103.189
redis.push.address=yohoops-redis-java-service
redis.push.port=6379
redis.pool.minIdle=30
redis.pool.maxWaitMillis=10000
... ... @@ -44,8 +44,6 @@ yoho.quartz.datasource.url=jdbc:mysql://192.168.102.219:3306/yh_jobmanager?useUn
yoho.quartz.datasource.username=yh_test
yoho.quartz.datasource.password=9nm0icOwt6bMHjMusIfMLw==
redis.push.auth=redis9646
#huawei config
huawei.appkey=s5qoek5zsohcut3ki4lr9shlosmb0rvu
huawei.appid=10273886
... ... @@ -55,4 +53,3 @@ huawei.password=123456
mi.appsecret=gOgNqQ8sDJkAxkDAaeWblQ==
msgCenter.push.sendMaxCount=20
... ...
autoconfig.properties = sharedAutoconfig
autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy/deploy/autoconfig/test_nj_3/global-autoconfig.properties
yoho.reviewed.env.namespace=reviewed
yoho.reviewed.env.serverport=3
yoho.reviewed.env.webapphome = /home/test/yoho-reviewed/deploy
jdbc.mysql.readonlyinslave = true
... ...
... ... @@ -13,7 +13,7 @@ canal.destination.yhgproduct = yhgproduct
canal.hostType = zkCluster
canal.server.port = zk01.yohoops.org:2181
canal.server.port = 192.168.104.244:2181
canal.subscribeChannel.erpcustomerservice = erp_customer_service.robot_question
canal.subscribeChannel.erpproduct = erp_product.product_pool_detail,erp_product.product_ext,erp_product.product_attribute,erp_product.product_price
... ...
... ... @@ -15,3 +15,6 @@ yoho.sns.env.serverport = 2
yoho.sns.env.webapphome = /home/test/yoho-sns/deploy
social.service.url=http://social-test3.yohops.com:8095/social
uic.service.url = http://java-yoho-uic-service:8096/uic
msgCenter.securityKey = 1a15a75d-b30f-4d74-a791-d654647a8c77
msgCenter.securityKey.publishReward=6131fe0b-2db8-4375-8433-cdc29fd89ef5
msgCenter.securityKey.topicReward=3a60113a-044c-498f-9443-e2da3c2ada0f
\ No newline at end of file
... ...
... ... @@ -64,6 +64,6 @@ user.wechatCs.showWechatStatus=1,1,1,1,1
user.wechatCs.wechatShowType=A,B
user.wechatCs.productFashionTip=\\u6dfb\\u52a0\\u4e13\\u5c5e\\u6f6e\\u6d41\\u987e\\u95ee\\uff0c\\u9886\\u53d6\\u73b0\\u91d1\\u5238
user.redpac.context=\\u7ea2\\u5305\\u6bcf\\u6ee1\\u0033\\u0030\\u0030\\u5143\\u51cf\\u0033\\u0030\\u5143\\u005f\\u4ec5\\u9650\\u0031\\u0032\\u002e\\u0031\\u0032\\u5f53\\u5929\\u4f7f\\u7528\\uff0c\\u903e\\u671f\\u5931\\u6548\\u3002
... ...
... ... @@ -35,3 +35,5 @@ yoho.activity.env.serverport = 0
yoho.activity.env.webapphome = /home/test/yohobuy-activity/deploy
yoho.crm.online.dns=http://192.168.102.48:8093/crm/
ufo.fore.domain = http://java-yohoufo-fore.test3.ingress.dev.yohocorp.com/ufo-gateway/
... ...
api.yoho.url = http://api-test3.yohops.com:9999
api.yoho.url = http://api-test3.dev.yohocorp.com
autoconfig.properties = sharedAutoconfig
... ...
... ... @@ -157,3 +157,4 @@ no.birthday.bag.sms.templateid=6
birthday.bag.sms.templateid=4
ldap.url=ldap://yoho01.local:389
... ...
... ... @@ -12,12 +12,17 @@ erp.order.status.url = http://portal.admin.yohobuy.com/api/orders/status
applepay.notifyurl = http://api-test3.dev.yohocorp.com/payment/applepay_notify
qq.notifyurl = http://api-test3.dev.yohocorp.com/payment/qqpay_notify
unionpay.notifyurl = http://api-test3.dev.yohocorp.com/payment/unionpay_newnotify
wechat.app.newnotifyurl = http://api-test3.dev.yohocorp.com/payment/weixin_notify
wechat.app.notifyurl = http://api-test3.dev.yohocorp.com/payment/wechat_notify
alipay.notifyurl = http://api-test3.dev.yohocorp.com/payment/alipay_notify
#wechat.app.newnotifyurl = http://api-test3.dev.yohocorp.com/payment/weixin_notify
#wechat.app.notifyurl = http://api-test3.dev.yohocorp.com/payment/wechat_notify
#alipay.notifyurl = http://api-test3.dev.yohocorp.com/payment/alipay_notify
cmbnetpay.payNoticeUrl=http://payment.yohops.com/payment/cmbpay_notify
cmbnetpay.signNoticeUrl=http://payment.yohops.com/payment/cmbsign_notify
wechat.app.newnotifyurl = http://testapi.yohops.com/payment/weixin_notify
wechat.app.notifyurl = http://testapi.yohops.com/payment/wechat_notify
alipay.notifyurl = http://testapi.yohops.com/payment/alipay_notify
qpay.notifyurl = http://testapi.yohops.com/payment/qpay_notify
java.logs.home = /Data/logs
env.profile=01
... ... @@ -75,3 +80,11 @@ deliver.yohostore.activity.coupons.b.amount=999
deliver.yohostore.activity.coupons.b.couponId=137548
yoho.stock.domain=http://api.yoho.cn
red.package.min.buyAmount=30
red.package.per.deduction.amount=5
red.package.effective.start.time=1540297828
red.package.effective.end.time=1540300530
... ...
... ... @@ -40,7 +40,7 @@ erp.platform.shops.url = http://api.erp.yohobuy.com
erp.realStorage.url = http://192.168.103.48:8080/erp-gateway-web/shift_logs/query_stock_num_by_sku
erp.shop.url = http://192.168.103.82:9098/erp-gateway-web/
erp.shop.url = http://192.168.103.48:9098/erp-gateway-web/
erp.shops.account.url = http://serve.yohobuy.com/service/finance/v1/clearing/balancelist
erp.shops.change.pwd.url = http://192.168.103.82:9098/erp-gateway-web/account/profile/update
... ... @@ -63,6 +63,7 @@ file.maxsize = 209715200
file.saveDir = /Data/images
file.uploadMalongImgDir = /Data/malong
file.uploadTempDir = /Data/images
file.excel.saveDir = /Data/excel
jdbc.mysql.platform.erp_account.master = write.erp.yohoops.org:3306
jdbc.mysql.platform.erp_account.password = 9nm0icOwt6bMHjMusIfMLw==
... ... @@ -115,9 +116,9 @@ qiniu.bigdata.skndada.fileName = /Users/apple/Documents/tmp/sknData.xml
resources_https_enable = true
search.server.address = http://java-yoho-search-service.test3.ingress.dev.yohocorp.com/yohosearch/
search.server.address = http://java-yoho-search-service-service:8080/yohosearch/
service.yoho.url = http://service-test3.yohops.com:9999
service.yoho.url = http://api-test3.dev.yohocorp.com
shop.status.change.phone = 17895010543
... ... @@ -144,14 +145,14 @@ manager.zkAddress = zk01-yohoops-org:2181
ali.check.accessKeyId=LTAIbjgV667m6ujZ
ali.check.accessKeySecret=aDJt9zdp0FsOpa4zQ2JzccBFq5Pq6K
local.task.host = 192.168.102.48
shop.yoho.url = http://qbs-h5-newtest1.yohops.com/shop
shop.yoho.url = http://yoho-realtime-data.test3.ingress.dev.yohocorp.com/shop
platform.sns.imagesimi.url=http://192.168.103.96:8787/shareOrderAudit
platformRedis.proxy.address=yohoops-redis-java-service
platformRedis.proxy.port=6379
platformRedis.proxy.auth=
zkAddress=zk01-yohoops-org:2181
zkAddress=192.168.104.246:2181
erpYohops.domain = http://java-yoho-erp-gateway.test3.ingress.dev.yohocorp.com/erp-gateway
... ... @@ -160,9 +161,30 @@ qq.serverUri = /v2/index.php
qq.secretId = AKID6dwpKadiQgbDpXDtyNhppIHPO5qPv5GK
qq.secretKey = ACJkH9mg0DBA1PYpf0E7f3g534wBsQaW
# right:wx96121aa89f31c5ea
wechat.product.promote.access.appid=wx96121aa89f31c5eaerror
# right:7669da1a8842ed1df4c5e1b53868f3ca
wechat.product.promote.access.secret=7669da1a8842ed1df4c5e1b53868f3caerror
wechat.yoho.jingxuan.access.appid=wx084ab813d88c594b
# 上传apk包到七牛,测试环境不能上传,否则覆盖,故意修改为错误
# right: BwWhoJN536BnV3CzlE20AjNKC9O2bP0l5tFpKsDU
qiniu.accesskey.cmsimg01=BwWhoJN536BnV3CzlE20AjNKC9O2bP0l5tFpKsDU000
# right: _x2VtO7fEmylgjojmLi7qwTBtRm30S8BrO0FxOPK
qiniu.secretkey.cmsimg01=_x2VtO7fEmylgjojmLi7qwTBtRm30S8BrO0FxOPK000
qiniu.originPath=yoho/origin/mp4
qiniu.encodePath=yoho/encode/mp4
qiniu.expireseconds=3600
qiniu.encodeOps=avthumb/mp4/ab/160k/ar/44100/acodec/libfaac/r/30/vb/5400k/vcodec/libx264/s/1920x1080/autoscale/1/strpmeta/0
qiniu.persistentPipeline=hikversion-mp4
uic.service.url = http://java-yoho-uic.test3.ingress.dev.yohocorp.com/uic
product.redpackage.poolid = 694
product.pcnotbuy.poolid = 714
ufo.fore.domain = http://java-yohoufo-fore.test3.ingress.dev.yohocorp.com/ufo-gateway/
... ...
... ... @@ -13,4 +13,4 @@ yohobuy.product.env.webapphome = /home/test/yohobuy-product/deploy
product.redpackage.poolid = 694
product.pcnotbuy.poolid = 714
product.food.maxsortid = 1908,1940,1950,1960,10148
product.meizhuang.maxsortid = 1180
\ No newline at end of file
product.meizhuang.maxsortid = 1180
... ...
... ... @@ -43,5 +43,7 @@ task.msgnum = 10000
task.send.limit = 3
mobile.limit.sendTimes = 50
redis.push.auth=redis9646
redis.crm.notsync.twemproxy.addresses=yohoops-redis-crm-service:6379
redis.notsync.twemproxy.auth=
... ...
... ... @@ -38,3 +38,9 @@ baidu.tp.push.url=http://hoteltest.baidu.com/business/article_publish
baidu.app.id=1566454424306679
baidu.app.token=spdtkn_test12
baidu.union.type=1100001
file.image.size=512000
file.image.gif.size=2621440
file.uploadTempDir=/Data/images
... ...
... ... @@ -11,13 +11,13 @@ ufo.gateway.env.namespace = ufo-gateway
ufo.gateway.env.serverport = 0
ufo.gateway.env.webapphome = /home/test/yohoufo-fore/deploy
zkAddress = zk01-yohoops-org:2181
zkAddress = 192.168.104.244:2181
gateway.signature.key.salt=mQyMTMwZjlmZTZmYjY4UjkNmYwZGM0OTk0Y
########## common rabbitmq ##########
# local, maybe producer using this.
rabbit_ufo = yohoops-rabbit-common-service:5672
rabbit_ufo = 192.168.104.244:5672
rabbit_ufo_user = yoho
rabbit_ufo_password = yoho
##########common rabbitmq ##########
... ... @@ -33,22 +33,22 @@ unionPay.pay.signKey=fcAmtnx7MwismjWNhNKdHC44mNXtnEQeJkRrhKJwyrW2ysRR
wechat.app.partnerid=1218934901
wechat.app.partnerkey=b22de5cfd0ded341e0516505f72649a9
wechat.app.appid=wx049fdaa3ba9cdd7a
wechat.notifyurl=http://testapi.yohops.com/payment2/ufo_wechat_notify
alipay.notifyurl=http://testapi.yohops.com/payment2/ufo_alipay_notify
wechat.notifyurl=http://testapi.yohops.com/payment/ufo_wechat_notify
alipay.notifyurl=http://testapi.yohops.com/payment/ufo_alipay_notify
inbox.baseurl=http://java-yohoufo-fore.test2.ingress.dev.yohocorp.com/ufo-gateway/?client_type=h5
inbox.baseurl=http://java-yohoufo-fore.test3.ingress.dev.yohocorp.com/ufo-gateway/?client_type=h5
erp-gateway.url = http://java-yoho-erp-gateway.test3.ingress.dev.yohocorp.com/erp-gateway
buyer.delivery.way.cost.sf=0
order.seller.earnestmoney.min=1
order.seller.earnestmoney.max=200
order.seller.packageFee=0.1
order.seller.appraiseFee=0.1
order.seller.packageFee=6
order.seller.appraiseFee=15
order.seller.goodsPaymentRate=0.05
order.seller.goodsPaymentRate=0
order.seller.earnestMoneyRate=0
order.seller.payChannelRate=0.0006
order.seller.payChannelRate=0.01
redis.ufo.twemproxy.addresses = yohoops-redis-java-service:6379
redis.ufo.twemproxy.auth =
... ... @@ -65,7 +65,7 @@ uic.url = http://java-yoho-uic.test3.ingress.dev.yohocorp.com/uic
# Merchants settled in deposit config
depositPrestore = 0.1
depositRechargeList = 0.1,1,2,3,50,100
depositRechargeList = 0.1,10,20,50,100
depositEarnestMoneyLimit=99
order.buyer.cancelWhenSellerDelivery.money=0.5
... ...