Authored by chunhua.zhang

add for deploy2

Showing 25 changed files with 1318 additions and 0 deletions
  1 +autoconfig.properties = sharedAutoconfig
  2 +autoconfig.properties.sharedAutoconfig = file:/home/test/deploy2/auto_deploy_test/autoconfig/test_nj_4/config4deploy2/global-autoconfig.properties
  3 +
  4 +yoho.cms_push.env.namespace = cms_push
  5 +yoho.cms_push.env.serverport = 6
  6 +yoho.cms_push.env.webapphome = /home/test/deploy2/cms_push/deploy/target/target/target
  7 +
  8 +#db_pool_config
  9 +db.default.initialSize=10
  10 +db.default.maxTotal=20
  11 +db.default.maxIdle=10
  12 +db.default.minIdle=5
  13 +
  14 +#debug_enable
  15 +is_debug_enable=false
  16 +
  17 +##push redis
  18 +redis.push.address=192.168.102.211
  19 +redis.push.port = 6379
  20 +redis.push.auth=
  21 +
  22 +redis.readonly.proxy.address=192.168.102.17
  23 +redis.readonly.proxy.port=6379
  24 +redis.readonly.proxy.auth=
  25 +
  26 +redis.pool.maxTotal=200
  27 +redis.pool.maxIdle=100
  28 +redis.pool.minIdle=30
  29 +redis.pool.maxWaitMillis=10000
  30 +
  31 +#service call timeout
  32 +service.call.connectReqTimeout=6000
  33 +service.call.socketTimeout=6000
  34 +service.call.connectTimeout=3000
  35 +
  36 +#mongo
  37 +mongo.inbox.host=192.168.50.69
  38 +mongo.inbox.port=27017
  39 +mongo.inbox.dbname=inbox
  40 +
  41 +#rabbitMQ
  42 +rabbit_host=192.168.102.211:5672
  43 +rabbit_user=yoho
  44 +rabbit_password=yoho
  45 +rabbit_vhost=yoho
  46 +
  47 +#zkAddress
  48 +zkAddress=192.168.102.216:2181
  49 +
  50 +#getui
  51 +cms.getui.appkey=6mTvGCuFmG61NjZfrHIs24
  52 +cms.getui.appid=TlIHUfi2I66b0DqEfsbjG2
  53 +cms.getui.appsecret=JyVp1IH4AWAEb2PWhaCqXA
  54 +cms.getui.mastersecret=lyT7C3exCG730j6u5GFUj1
  55 +
  56 +mars.getui.appkey=lvd6oGCOCi7Rd9BJFRAmq
  57 +mars.getui.appid=9BVxmH5UW58koOjglnhiZ3
  58 +mars.getui.appsecret=FkzFfHrnli5uC8LHQMBuG5
  59 +mars.getui.mastersecret=6lWE253RTH7zlOHWFszDi3
  60 +
  61 +getui.host=http://sdk.open.api.igexin.com/apiex.htm
  62 +getui.default.size=1000
  63 +
  64 +#ios
  65 +cms.push.ios.custom.key=data
  66 +ios.password=123456
  67 +
  68 +#send.task.batch.size
  69 +send.task.batch.size=50
  70 +
  71 +#web.content
  72 +web.context=cms_push
  73 +
  74 +#devEnv
  75 +mars.push.devEnv = true
  76 +cms.push.devEnv = true
  1 +yoho.logs.level = INFO
  2 +yoho.logs.basedir = /home/test
  3 +yoho.logs.maxHistory = 2
  4 +yoho.logs.maxFileSize = 50MB
  5 +
  6 +yoho.env.javahome = /usr/local/java
  7 +yoho.env.serverhome = /usr/local/tomcat
  8 +yoho.env.servertype = tomcat
  9 +yoho.env.productmode = TEST
  10 +
  11 +file.saveDir=/home/test
  12 +
  13 +### ****************************** database ***********************************
  14 +jdbc.mysql.yhwechat.master=write.passport.yohoops.org:3306
  15 +jdbc.mysql.yhwechat.slave=write.passport.yohoops.org:3306
  16 +jdbc.mysql.yhwechat.username=yh_test
  17 +jdbc.mysql.yhwechat.password=9nm0icOwt6bMHjMusIfMLw==
  18 +
  19 +jdbc.mysql.yhresource.username=yh_test
  20 +jdbc.mysql.yhresource.password=9nm0icOwt6bMHjMusIfMLw==
  21 +
  22 + jdbc.mysql.yhshops.username=yh_test
  23 +jdbc.mysql.yhshops.password=9nm0icOwt6bMHjMusIfMLw==
  24 +
  25 +# yh_orders
  26 +jdbc.mysql.yhorders.username=yh_test
  27 +jdbc.mysql.yhorders.password=9nm0icOwt6bMHjMusIfMLw==
  28 +
  29 +# yhb_operations
  30 +jdbc.mysql.yhboperations.username=yh_test
  31 +jdbc.mysql.yhboperations.password=9nm0icOwt6bMHjMusIfMLw==
  32 +
  33 +# yh_comment
  34 +jdbc.mysql.yhcomment.username=yh_test
  35 +jdbc.mysql.yhcomment.password=9nm0icOwt6bMHjMusIfMLw==
  36 +
  37 +#yhb_promotion
  38 +jdbc.mysql.yhbpromotion.username=yh_test
  39 +jdbc.mysql.yhbpromotion.password=9nm0icOwt6bMHjMusIfMLw==
  40 +
  41 +#yoho_sms配置读写分离
  42 +jdbc.mysql.yohosms.username=yh_test
  43 +jdbc.mysql.yohosms.password=9nm0icOwt6bMHjMusIfMLw==
  44 +
  45 +#yh_inbox配置读写分离
  46 +jdbc.mysql.yhinbox.username=yh_test
  47 +jdbc.mysql.yhinbox.password=9nm0icOwt6bMHjMusIfMLw==
  48 +
  49 +#yoho_logs配置读写分离, 暂时将表存在yoho_sms中
  50 +jdbc.mysql.yohologs.username=yh_test
  51 +jdbc.mysql.yohologs.password=9nm0icOwt6bMHjMusIfMLw==
  52 +
  53 +#yoho_passport读写数据分离
  54 +jdbc.mysql.yohopassport.username=yh_test
  55 +jdbc.mysql.yohopassport.password=9nm0icOwt6bMHjMusIfMLw==
  56 +
  57 +#yh_operations配置读写分离
  58 +jdbc.mysql.yhoperations.username=yh_test
  59 +jdbc.mysql.yhoperations.password=9nm0icOwt6bMHjMusIfMLw==
  60 +
  61 +#yh_passport读写分离
  62 +jdbc.mysql.yhpassport.username=yh_test
  63 +jdbc.mysql.yhpassport.password=9nm0icOwt6bMHjMusIfMLw==
  64 +
  65 +#yh_setting读写分离
  66 +jdbc.mysql.yhsetting.username=yh_test
  67 +jdbc.mysql.yhsetting.password=9nm0icOwt6bMHjMusIfMLw==
  68 +
  69 +#yh_pay
  70 +jdbc.mysql.pay.username=yh_test
  71 +jdbc.mysql.pay.password=9nm0icOwt6bMHjMusIfMLw==
  72 +
  73 +#event
  74 +jdbc.mysql.yhevents.username=yh_test
  75 +jdbc.mysql.yhevents.password=9nm0icOwt6bMHjMusIfMLw==
  76 +
  77 +
  78 +#event
  79 +jdbc.mysql.yhcoupons.username=yh_test
  80 +jdbc.mysql.yhcoupons.password=9nm0icOwt6bMHjMusIfMLw==
  81 +
  82 +#yh_consult
  83 +jdbc.mysql.yhconsult.username=yh_test
  84 +jdbc.mysql.yhconsult.password=9nm0icOwt6bMHjMusIfMLw==
  85 +
  86 +#unions
  87 +jdbc.mysql.unions.username=yh_test
  88 +jdbc.mysql.unions.password=9nm0icOwt6bMHjMusIfMLw==
  89 +
  90 +#model
  91 +jdbc.mysql.yohopushcenter.username=yh_test
  92 +jdbc.mysql.yohopushcenter.password=9nm0icOwt6bMHjMusIfMLw==
  93 +
  94 +jdbc.mysql.yhpush.username=yh_test
  95 +jdbc.mysql.yhpush.password=9nm0icOwt6bMHjMusIfMLw==
  96 +
  97 +#yoho-activity
  98 +jdbc.mysql.yohoactivity.username=yh_test
  99 +jdbc.mysql.yohoactivity.password=9nm0icOwt6bMHjMusIfMLw==
  100 +
  101 +#yh_guang
  102 +jdbc.mysql.yhguang.username=yh_test
  103 +jdbc.mysql.yhguang.password=9nm0icOwt6bMHjMusIfMLw==
  104 +
  105 +#yhspecial
  106 +jdbc.mysql.yhspecial.username=yh_test
  107 +jdbc.mysql.yhspecial.password=9nm0icOwt6bMHjMusIfMLw==
  108 +
  109 +#yohood
  110 +jdbc.mysql.yohood.username=yh_test
  111 +jdbc.mysql.yohood.password=9nm0icOwt6bMHjMusIfMLw==
  112 +
  113 +#yohocrm
  114 +jdbc.mysql.yohocrm.username=yh_test
  115 +jdbc.mysql.yohocrm.password=9nm0icOwt6bMHjMusIfMLw==
  116 +
  117 +#erppassport
  118 +jdbc.mysql.erppassport.username=yh_test
  119 +jdbc.mysql.erppassport.password=9nm0icOwt6bMHjMusIfMLw==
  120 +# ================
  121 +
  122 +# yh_orders db split cobar的地址
  123 +jdbc.mysql.yhorderssplit.master=cobar1.yohoops.org:8066
  124 +jdbc.mysql.yhorderssplit.slave=cobar2.yohoops.org:8066
  125 +jdbc.mysql.yhorderssplit.slave2=cobar1.yohoops.org:8066
  126 +jdbc.mysql.yhorderssplit.slave3=cobar2.yohoops.org:8066
  127 +jdbc.mysql.yhorderssplit.username=yh_test
  128 +jdbc.mysql.yhorderssplit.password=9nm0icOwt6bMHjMusIfMLw==
  129 +
  130 +jdbc.mysql.yhresource.master=write.cms.yohoops.org:3306
  131 +jdbc.mysql.yhresource.slave=read.cms.yohoops.org:3306
  132 +
  133 +jdbc.mysql.yhshops.master=write.shops.yohoops.org:3306
  134 +jdbc.mysql.yhshops.slave=read.shops.yohoops.org:3306
  135 +
  136 +#yhb_promotion_split db split
  137 +jdbc.mysql.yhbpromotionsplit.master=cobar1.yohoops.org:8066
  138 +jdbc.mysql.yhbpromotionsplit.slave=cobar2.yohoops.org:8066
  139 +jdbc.mysql.yhbpromotionsplit.slave2=cobar1.yohoops.org:8066
  140 +jdbc.mysql.yhbpromotionsplit.slave3=cobar2.yohoops.org:8066
  141 +jdbc.mysql.yhbpromotionsplit.username=yh_test
  142 +jdbc.mysql.yhbpromotionsplit.password=9nm0icOwt6bMHjMusIfMLw==
  143 +
  144 +# yh_orders
  145 +jdbc.mysql.yhorders.master=write.orders.yohoops.org:3306
  146 +jdbc.mysql.yhorders.slave=read.orders.yohoops.org:3306
  147 +
  148 +# yhb_operations
  149 +jdbc.mysql.yhboperations.master=write.cms.yohoops.org:3306
  150 +jdbc.mysql.yhboperations.slave=read.cms.yohoops.org:3306
  151 +
  152 +# yh_comment
  153 +jdbc.mysql.yhcomment.master=write.cms.yohoops.org:3306
  154 +jdbc.mysql.yhcomment.slave=read.cms.yohoops.org:3306
  155 +
  156 +#yhb_promotion
  157 +jdbc.mysql.yhbpromotion.master=write.orders.yohoops.org:3306
  158 +jdbc.mysql.yhbpromotion.slave=read.orders.yohoops.org:3306
  159 +
  160 +#yoho_sms配置读写分离
  161 +jdbc.mysql.yohosms.master=write.passport.yohoops.org:3306
  162 +jdbc.mysql.yohosms.slave=read.passport.yohoops.org:3306
  163 +
  164 +#yh_inbox配置读写分离
  165 +jdbc.mysql.yhinbox.master=write.passport.yohoops.org:3306
  166 +jdbc.mysql.yhinbox.slave=read.passport.yohoops.org:3306
  167 +
  168 +#yoho_logs配置读写分离, 暂时将表存在yoho_sms中
  169 +jdbc.mysql.yohologs.master=yohologs.yohoops.org:3306
  170 +
  171 +#yoho_passport读写数据分离
  172 +jdbc.mysql.yohopassport.master=write.passport.yohoops.org:3306
  173 +jdbc.mysql.yohopassport.slave=read.passport.yohoops.org:3306
  174 +
  175 +#yh_operations配置读写分离
  176 +jdbc.mysql.yhoperations.master=write.cms.yohoops.org:3306
  177 +jdbc.mysql.yhoperations.slave=read.cms.yohoops.org:3306
  178 +
  179 +#yh_passport读写分离
  180 +jdbc.mysql.yhpassport.master=write.passport.yohoops.org:3306
  181 +jdbc.mysql.yhpassport.slave=read.passport.yohoops.org:3306
  182 +
  183 +#yh_setting读写分离
  184 +jdbc.mysql.yhsetting.master=write.cms.yohoops.org:3306
  185 +jdbc.mysql.yhsetting.slave=read.cms.yohoops.org:3306
  186 +
  187 +#yh_pay
  188 +jdbc.mysql.pay.master=write.orders.yohoops.org:3306
  189 +jdbc.mysql.pay.slave=read.orders.yohoops.org:3306
  190 +
  191 +#event
  192 +jdbc.mysql.yhevents.master=write.cms.yohoops.org:3306
  193 +jdbc.mysql.yhevents.slave=read.cms.yohoops.org:3306
  194 +
  195 +#event
  196 +jdbc.mysql.yhcoupons.master=write.orders.yohoops.org:3306
  197 +jdbc.mysql.yhcoupons.slave=read.orders.yohoops.org:3306
  198 +
  199 +#yh_consult
  200 +jdbc.mysql.yhconsult.master=write.cms.yohoops.org:3306
  201 +jdbc.mysql.yhconsult.slave=read.cms.yohoops.org:3306
  202 +
  203 +#unions
  204 +jdbc.mysql.unions.master=write.cms.yohoops.org:3306
  205 +jdbc.mysql.unions.slave=read.cms.yohoops.org:3306
  206 +
  207 +#push center
  208 +jdbc.mysql.yohopushcenter.master=write.passport.yohoops.org:3306
  209 +jdbc.mysql.yohopushcenter.slave=read.passport.yohoops.org:3306
  210 +
  211 +#q_msg_system
  212 +jdbc.mysql.yhpush.master=write.passport.yohoops.org:3306
  213 +jdbc.mysql.yhpush.slave=read.passport.yohoops.org:3306
  214 +
  215 +#yoho_activity
  216 +jdbc.mysql.yohoactivity.master=write.passport.yohoops.org:3306
  217 +jdbc.mysql.yohoactivity.slave=read.passport.yohoops.org:3306
  218 +
  219 +#yh_guang
  220 +jdbc.mysql.yhguang.master=write.cms.yohoops.org:3306
  221 +jdbc.mysql.yhguang.slave=read.cms.yohoops.org:3306
  222 +
  223 +#yh_special
  224 +jdbc.mysql.yhspecial.master=write.cms.yohoops.org:3306
  225 +jdbc.mysql.yhspecial.slave=read.cms.yohoops.org:3306
  226 +
  227 +#yh_special
  228 +jdbc.mysql.yhspecial.master=write.cms.yohoops.org:3306
  229 +jdbc.mysql.yhspecial.slave=read.cms.yohoops.org:3306
  230 +
  231 +#yohood
  232 +jdbc.mysql.yohood.master=write.yohood.yohoops.org:3306
  233 +jdbc.mysql.yohood.slave=read.yohood.yohoops.org:3306
  234 +
  235 +#yohocrm
  236 +jdbc.mysql.yohocrm.master=write.passport.yohoops.org:3306
  237 +jdbc.mysql.yohocrm.slave=read.passport.yohoops.org:3306
  238 +
  239 +#erppassport
  240 +jdbc.mysql.erppassport.master=write.erp.yohoops.org:3306
  241 +jdbc.mysql.erppassport.slave=write.erp.yohoops.org:3306
  242 +
  243 +
  244 +#erp_supplier
  245 +jdbc.mysql.platform.erp_supplier.master = write.erp.yohoops.org:3306
  246 +jdbc.mysql.platform.erp_supplier.password = 9nm0icOwt6bMHjMusIfMLw==
  247 +jdbc.mysql.platform.erp_supplier.slave = read1.erp.yohoops.org:3306
  248 +jdbc.mysql.platform.erp_supplier.username = yh_test
  249 +#yohobuy_task
  250 +jdbc.mysql.kisjob.datasources=yh_distributed_task
  251 +jdbc.mysql.kisjob.master=write.cms.yohoops.org:3306
  252 +jdbc.mysql.kisjob.slave=read.cms.yohoops.org:3306
  253 +
  254 +
  255 +#yhcommunity
  256 +jdbc.mysql.yhcommunity.master=write.uic.yohoops.org:3306
  257 +jdbc.mysql.yhcommunity.slave=read.uic.yohoops.org:3306
  258 +jdbc.mysql.yhcommunity.username=yh_test
  259 +jdbc.mysql.yhcommunity.password=9nm0icOwt6bMHjMusIfMLw==
  260 +
  261 +
  262 +#yh social
  263 +jdbc.mysql.yhsocial.master=write.social.yohoops.org:3306
  264 +jdbc.mysql.yhsocial.slave=read.social.yohoops.org:3306
  265 +jdbc.mysql.yhsocial.username=yh_test
  266 +jdbc.mysql.yhsocial.password=9nm0icOwt6bMHjMusIfMLw==
  267 +
  268 +#yh_cms
  269 +jdbc.mysql.yh_cms.master=write.cms.yohoops.org:3306
  270 +jdbc.mysql.yh_cms.slave=read.cms.yohoops.org:3306
  271 +jdbc.mysql.yh_cms.username=yh_test
  272 +jdbc.mysql.yh_cms.password=9nm0icOwt6bMHjMusIfMLw==
  273 +
  274 +#yhlottery
  275 +jdbc.mysql.yhlottery.master=192.168.103.36:3306
  276 +jdbc.mysql.yhlottery.slave=192.168.103.36:3306
  277 +jdbc.mysql.yhlottery.username=yh_test
  278 +jdbc.mysql.yhlottery.password=9nm0icOwt6bMHjMusIfMLw==
  279 +
  280 +readOnlyInSlave=false
  281 +
  282 +# monogdb
  283 +mongo.inbox.dbname = inbox
  284 +mongo.inbox.host = mongo.yohoops.org
  285 +mongo.inbox.port = 27017
  286 +
  287 +
  288 +#search-db
  289 +jdbc.mysql.yhbsearch.datasources=yhb_search_2016
  290 +jdbc.mysql.yhbsearch.master=write.search.yohoops.org:3306
  291 +jdbc.mysql.yhbsearch.slave=read.search.yohoops.org:3306
  292 +jdbc.mysql.yhbsearch.username=yh_test
  293 +jdbc.mysql.yhbsearch.password=9nm0icOwt6bMHjMusIfMLw==
  294 +
  295 +# search-es
  296 +search.es.cluster.name = yohosearch_testQQ
  297 +search.es.servers = es.node1.yohoops.org:9300
  298 +search.index.number_of_replicas = 0
  299 +search.index.refresh_interval = 10s
  300 +search.index.translog.flush_threshold_ops = 5000
  301 +
  302 +# search-mq
  303 +search.mq.server=rabbitmq01.yohoops.org
  304 +search.mq.port=5672
  305 +search.mq.username=admin1
  306 +search.mq.password=123qwe
  307 +search.mq.exchange=yoho_search
  308 +search.mq.virtualHost=yohosearch
  309 +
  310 +#for crm read db
  311 +jdbc.mysql.yohopassport.onlyslave=read.passport.yohoops.org:3306
  312 +jdbc.mysql.yhpassport.onlyslave=read.passport.yohoops.org:3306
  313 +jdbc.mysql.yhshops.onlyslave=read.passport.yohoops.org:3306
  314 +jdbc.mysql.yhoperations.onlyslave=read.passport.yohoops.org:3306
  315 +jdbc.mysql.yh.username=yh_test
  316 +jdbc.mysql.yh.password=9nm0icOwt6bMHjMusIfMLw==
  317 +
  318 +##### **************************************** common properties ******************************************************
  319 +
  320 +
  321 +
  322 +cache.servers.gateway.level1.address = mem01.l1.yohoops.org:21211
  323 +cache.servers.gateway.level1.expire = 1800
  324 +cache.servers.gateway.level2.address = mem01.l2.yohoops.org:21211
  325 +cache.servers.gateway.level2.expire = 43200
  326 +
  327 +cache.servers.union.address = memcache.union.yohoops.org:11211
  328 +
  329 +ip.port.search.server = search.yohoops.org:8080
  330 +
  331 +qiniu.accesskey = atSf7xxIl8alEnsXbhC1bOD1GWVW3qYffz8SlB4m
  332 +qiniu.bucket = yhfair
  333 +qiniu.domain = http://yhfair.qiniudn.com
  334 +qiniu.secretkey = pyoJzPygXIkFWrc1BAsH6tAJ0yweTchpJwGKEwhm
  335 +
  336 +yoho.service.domain.url=http://service-test4.yohops.com:9999
  337 +
  338 +# old redis
  339 +redis.proxy.address = write.redis.yohoops.org
  340 +redis.proxy.auth =
  341 +redis.proxy.port = 6379
  342 +
  343 +redis.readonly.proxy.address = read.redis.yohoops.org
  344 +redis.readonly.proxy.auth =
  345 +redis.readonly.proxy.port = 6379
  346 +
  347 +redis.notsync.twemproxy.addresses = redis-no-sync-1.yohoops.org:6379
  348 +redis.notsync.twemproxy.auth=
  349 +
  350 +# union redis
  351 +redis.union.address = classic.union-redis.yohoops.org
  352 +redis.union.auth =
  353 +redis.union.port = 6379
  354 +
  355 +# outter big data redis
  356 +bigDataRedis.proxy.address=bigdata.redis.yohoops.org
  357 +bigDataRedis.proxy.port=6379
  358 +bigDataRedis.proxy.auth=
  359 +
  360 +# outter big data redis push
  361 +bigDataRedis-push.proxy.address=bigdata.redis.push.yohoops.org
  362 +bigDataRedis-push.proxy.port=6379
  363 +bigDataRedis-push.proxy.auth=
  364 +
  365 +redis.union.proxy.address=huodong.write.yohoops.org
  366 +redis.union.proxy.port=6379
  367 +redis.union.proxy.auth=
  368 +
  369 +redis.union.readonly.proxy.address=huodong.read.yohoops.org
  370 +redis.union.readonly.proxy.port=6379
  371 +redis.union.readonly.proxy.auth=
  372 +
  373 +# search-redis
  374 +redis.search.proxy.address=redis-no-sync-1.yohoops.org
  375 +redis.search.proxy.port=6379
  376 +redis.search.proxy.auth=
  377 +
  378 +#bigDataRedis-search
  379 +bigDataRedis-search.proxy.address=bigdata.redis.yohoops.org
  380 +bigDataRedis-search.proxy.port= 6379
  381 +bigDataRedis-search.proxy.auth=
  382 +
  383 +## rabbitmq configure
  384 +rabbit_host = rabbitmq01.yohoops.org:5672
  385 +rabbit_user = yoho
  386 +rabbit_password = yoho
  387 +
  388 +########## common rabbitmq ##########
  389 +#aws
  390 +rabbit_common_aws = rabbitmq-common-aws.yohoops.org:5672
  391 +rabbit_common_aws_user = yoho
  392 +rabbit_common_aws_password = yoho
  393 +
  394 +#qq
  395 +rabbit_common_qq = rabbitmq-common-qq.yohoops.org:5672
  396 +rabbit_common_qq_user = yoho
  397 +rabbit_common_qq_password = yoho
  398 +
  399 +# local, maybe producer using this.
  400 +rabbit_common = rabbitmq-common.yohoops.org:5672
  401 +rabbit_common_user = yoho
  402 +rabbit_common_password = yoho
  403 +##########common rabbitmq ##########
  404 +
  405 +
  406 +#cache clear rabbitmq
  407 +rabbit.cacheclean.producer.host = rabbitmq-common-qq.yohoops.org:5672
  408 +rabbit.cacheclean.consumer.host = rabbitmq-common-aws.yohoops.org:5672
  409 +
  410 +#message-center rabbitmq
  411 +rabbit_message_center = 192.168.102.211:5672
  412 +rabbit_message_center_user = yoho
  413 +rabbit_message_center_password = yoho
  414 +rabbit_message_center_vhost = yoho
  415 +
  416 +crf.service.url=https://osprec-ci.crfchina.com
  417 +
  418 +gateway.domain.url = http://api.yoho.cn
  419 +Gateway_URL=http://gateway.yohoops.org:8080/gateway
  420 +yoho.message.controller.url=http://message-controller.yohoops.org:8087/yoho-message-controller
  421 +
  422 +zkAddress=zk01.yohoops.org:2181
  423 +
  424 +# change to order.run-host.yohoops.org later
  425 +order.task.host=192.168.103.55
  426 +
  427 +APP_KEY = 1392109259
  428 +APP_SECRET = 1e87e46f115cc813e27ef52eb9915f1e
  429 +UUC_DOMAIN = http://passport.test.yoho.cn
  430 +
  431 + #从qcloud拷贝而来
  432 +redis.brower.proxy.address = redis-brower.yohoops.org
  433 +redis.brower.proxy.port = 6379
  434 +redis.brower.proxy.auth =
  435 +
  436 +redis.brower.readonly.proxy.address = redis-brower.yohoops.org
  437 +redis.brower.readonly.proxy.port = 6379
  438 +redis.brower.readonly.proxy.auth =
  439 +
  440 +
  441 +#single cloud not sync redis
  442 +single.cloud.redis.proxy.address=redis-no-sync-1.yohoops.org
  443 +single.cloud.redis.proxy.port=6379
  444 +single.cloud.redis.proxy.auth=
  445 +
  446 +#single cloud not sync redis
  447 +single.cloud.redis.readonly.proxy.address=redis-no-sync-1.yohoops.org
  448 +single.cloud.redis.readonly.proxy.port=6379
  449 +single.cloud.redis.readonly.proxy.auth=
  450 +
  451 +
  452 +
  453 +## mq or call erp
  454 +erp.message.sync.type=MQ
  455 +
  456 +#发短信配置项
  457 +sendSMS.password=7jVEde87bLffoTnt6tGxmw==
  458 +
  459 +
  460 +## service call timeout
  461 +service.call.connectReqTimeout=30000
  462 +service.call.socketTimeout=30000
  463 +service.call.connectTimeout=30000
  464 +hystrix.timeout=30000
  465 +
  466 +trace.exporter.enable = false
  467 +
  468 +
  469 +exhibition.ticket.couponid=13272
  470 +package.ticket.couponid=13270
  471 +package.ticket.more.couponid=13268
  472 +
  473 +default.http.type = http
  474 +
  475 +erp.shop.web.url=http://192.168.103.82:9098
  1 +autoconfig.properties = sharedAutoconfig
  2 +
  3 +autoconfig.properties.sharedAutoconfig = file:/home/test/deploy2/auto_deploy_test/autoconfig/test_nj_4/config4deploy2/global-autoconfig.properties
  4 +
  5 +gateway.api.url = http://api.gray.yohops.com/
  6 +
  7 +uic_userInfoRest_enable = false
  8 +
  9 +yoho.uic.env.namespace = uic
  10 +yoho.uic.env.serverport = 6
  11 +yoho.uic.env.webapphome = /home/test/deploy2/uic/deploy/target/target/target
  1 +applepay.notifyurl = http://service-test4.yohops.com:9999/payment/applepay_notify
  2 +
  3 +autoconfig.properties = sharedAutoconfig
  4 +
  5 +autoconfig.properties.sharedAutoconfig = file:/home/test/deploy2/auto_deploy_test/autoconfig/test_nj_4/config4deploy2/global-autoconfig.properties
  6 +
  7 +browse.blockingqueue.maxSize = 20000
  8 +
  9 +browse.service.url = http://192.168.102.61:8092/brower/
  10 +
  11 +degrade_articleNotice_level = 0
  12 +degrade_complaintsCount_level = 0
  13 +degrade_complaintsList_level = 0
  14 +degrade_likeBrand_level = 0
  15 +degrade_myIndex_level = 0
  16 +degrade_redpacketInfo_level = 0
  17 +degrade_redpacketList_level = 0
  18 +degrade_redpacket_level = 0
  19 +degrade_redutionCount_level = 0
  20 +degrade_shareBrandInfo_level = 0
  21 +degrade_shareGuang_level = 0
  22 +degrade_userHabits_level = 0
  23 +
  24 +erp.order.status.url = http://portal.admin.yohobuy.com/api/orders/status
  25 +
  26 +erp.shops.batch.url = http://192.168.102.47:9098/erp-gateway-web/stock/get_batch_stock
  27 +erp.shops.url = http://192.168.102.47:9098/erp-gateway-web/stock/get_stock
  28 +
  29 +file.uploadTempDir = /Data
  30 +
  31 +is_checksession_enable = true
  32 +is_debug_enable = false
  33 +
  34 +line.shops.url = http://192.168.102.47:8098/shops
  35 +
  36 +message.inboxNum.expire = 120
  37 +
  38 +password.aes.key = yoho9646yoho9646
  39 +
  40 +platform.service.url = http://192.168.102.59:8088/platform
  41 +
  42 +portalGateway.ipad.key = ad9fcda2e679cf9229e37feae2cdcf80
  43 +
  44 +portalGateway.service.url = http://192.168.102.210:8080/portal-gateway
  45 +
  46 +qq.notifyurl = http://service-test4.yohops.com:9999/payment/qqpay_notify
  47 +
  48 +unionpay.notifyurl = http://service-test4.yohops.com:9999/payment/unionpay_newnotify
  49 +
  50 +users.browse.appVersion = 4.1.0.***
  51 +users.browse.expire = 7776000
  52 +users.browse.numPerUser = 200
  53 +users.browse.sync = true
  54 +
  55 +wechat.app.newnotifyurl = http://service-test4.yohops.com:9999/payment/weixin_notify
  56 +wechat.app.notifyurl = http://service-test4.yohops.com:9999/payment/wechat_notify
  57 +
  58 +wechat.wap.notifyurl = http://service-test4.yohops.com:9999/payment/wechatwap_notify
  59 +
  60 +yoho.gateway.env.namespace = gateway
  61 +yoho.gateway.env.serverport = 0
  62 +yoho.gateway.env.webapphome = /home/test/deploy2/yoho-gateway/deploy/target/target/target
  1 +autoconfig.properties = sharedAutoconfig
  2 +
  3 +autoconfig.properties.sharedAutoconfig = file:/home/test/deploy2/auto_deploy_test/autoconfig/test_nj_4/config4deploy2/global-autoconfig.properties
  4 +
  5 +jdbc.mysql.readonlyinslave = true
  6 +
  7 +yoho.message.env.namespace = message
  8 +yoho.message.env.serverport = 6
  9 +yoho.message.env.webapphome = /home/test/deploy2/yoho-message/deploy/target/target/target
  1 +autoconfig.properties = sharedAutoconfig
  2 +autoconfig.properties.sharedAutoconfig = file:/home/test/deploy2/auto_deploy_test/autoconfig/test_nj_4/config4deploy2/global-autoconfig.properties
  3 +
  4 +db.batch.size = 100000
  5 +ios.default.size = 1000
  6 +push.task.type = ios
  7 +rabbit_vhost = yoho
  8 +
  9 +yoho.push.env.namespace = push
  10 +yoho.push.env.serverport = 9
  11 +yoho.push.env.webapphome = /home/test/deploy2/yoho-push/deploy/target/target/target
  12 +
  13 +##push redis
  14 +redis.push.address=192.168.102.211
  15 +redis.push.port = 6379
  16 +redis.push.auth=
  17 +
  18 +redis.pool.maxTotal=200
  19 +redis.pool.maxIdle=100
  20 +redis.pool.minIdle=30
  21 +redis.pool.maxWaitMillis=10000
  22 +
  23 +send.task.batch.size = 100
  24 +
  25 +getui.appid = Rzwp6SnIbr5U7sgaxVsLA8
  26 +getui.appkey = jYlLaLbRm972pOzZx5pzQA
  27 +getui.appsecret = RF2JGk8cPt7Q9WZMx3QPBA
  28 +getui.default.size = 1000
  29 +getui.host = http://sdk.open.api.igexin.com/apiex.htm
  30 +getui.mastersecret = iQ6Z7sbDge9I5vHOBI5iA2
  31 +
  32 +ios.keystore=/yoho_developer.p12
  33 +ios.password=666666
  34 +push.ios.custom.key=custom_content
  35 +
  36 +#mongo
  37 +mongo.inbox.host=192.168.50.69
  38 +mongo.inbox.port=27017
  39 +mongo.inbox.dbname=inbox
  40 +
  1 +autoconfig.properties = sharedAutoconfig
  2 +
  3 +autoconfig.properties.sharedAutoconfig = file:/home/test/deploy2/auto_deploy_test/autoconfig/test_nj_4/config4deploy2/global-autoconfig.properties
  4 +
  5 +yoho.search.adaptor.env.serverport = 5
  6 +yoho.search.adaptor.env.webapphome = /home/test/deploy2/yoho-search-adaptor/deploy/target/target/target
  7 +yoho.search.adaptor.env.namespace = yoho-search-adaptor
  8 +
  9 +tbl.product.url = http://test.soa.global.yohobuy.com/product/api/v1/detail/
  10 +
  11 +web.context = yohosearchadaptor
  12 +
  13 +ip.port.search.server = search.yohoops.org
  14 +jdbc.mysql.yhshops.datasources = yh_shops
  15 +
  16 +jdbc.mysql.yhshops.master = write.shops.yohoops.org:3306
  17 +jdbc.mysql.yhshops.slave = read.shops.yohoops.org:3306
  18 +jdbc.mysql.yhshops.username = yh_vpc_bak
  19 +jdbc.mysql.yhshops.password = +BfhVxZQ4LuPKt+QxSy9naMwEu/zaKV31I9S8xDJIUA=
  1 +autoconfig.properties = sharedAutoconfig
  2 +autoconfig.properties.sharedAutoconfig = file:/home/test/deploy2/auto_deploy_test/autoconfig/test_nj_4/config4deploy2/global-autoconfig.properties
  3 +
  4 +yoho.search.consumer.env.namespace = search-consumer
  5 +yoho.search.consumer.env.serverport = 8
  6 +yoho.search.consumer.env.webapphome = /home/test/deploy2/yoho-search-consumer/deploy/target/target/target
  7 +
  8 +tpl.adaptor.valid=false
  9 +tpl.adaptor.domain=http://192.168.103.52:8085/search-adaptor
  10 +tbl.product.url=http://test.soa.global.yohobuy.com/product/api/v1/detail/
  11 +
  12 +#build.productindex.use.code
  13 +build.productindex.use.code=true
  14 +
  15 +#build.storageskuindex.use.code
  16 +build.storageskuindex.use.code=true
  17 +
  18 +#consumer index config
  19 +search.index.batch.limit=2500
  20 +search.index.batch.limit.tbl=2000
  21 +search.index.batch.max.thread.size=10
  22 +
  23 +#suggest count
  24 +suggestion.count.batch.limit=300
  25 +suggestion.count.batch.max.thread.size=1
  26 +suggestion.discover.batch.limit=500
  27 +suggestion.discover.batch.max.thread.size=3
  28 +suggestion.count.agg.size=10000
  29 +suggestion.count.agg.mindoc=5
  1 +autoconfig.properties = sharedAutoconfig
  2 +
  3 +autoconfig.properties.sharedAutoconfig = file:/home/test/deploy2/auto_deploy_test/autoconfig/test_nj_4/config4deploy2/global-autoconfig.properties
  4 +
  5 +canal.destination.erpcustomerservice = erpcustomerservice
  6 +canal.destination.erpproduct = erpproduct
  7 +canal.destination.helper = helper
  8 +canal.destination.operation = operations
  9 +canal.destination.shop = shops
  10 +canal.destination.yhgeditor = yhgeditor
  11 +canal.destination.yhgproduct = yhgproduct
  12 +
  13 +canal.hostType = zkCluster
  14 +
  15 +canal.server.port = zk01.yohoops.org:2181
  16 +
  17 +canal.subscribeChannel.erpcustomerservice = erp_customer_service.robot_question
  18 +canal.subscribeChannel.erpproduct = erp_product.product_pool_detail
  19 +canal.subscribeChannel.helper = yh_helper.helper
  20 +canal.subscribeChannel.operation = yhb_operations.activity_product
  21 +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
  22 +canal.subscribeChannel.yhgeditor = yhg_editor.tbl_brand,yhg_editor.tbl_site,yhg_editor.tbl_sort
  23 +canal.subscribeChannel.yhgproduct = yhg_product.tbl_product,yhg_product.tbl_product_skc,yhg_product.tbl_product_sku
  24 +
  25 +yoho.search.producer.env.namespace = search-producer
  26 +yoho.search.producer.env.serverport = 9
  27 +yoho.search.producer.env.webapphome = /home/test/deploy2/yoho-search-producer/deploy/target/target/target
  1 +autoconfig.properties = sharedAutoconfig
  2 +
  3 +autoconfig.properties.sharedAutoconfig = file:/home/test/deploy2/auto_deploy_test/autoconfig/test_nj_4/config4deploy2/global-autoconfig.properties
  4 +
  5 +yoho.search.service.env.namespace = yohosearch
  6 +yoho.search.service.env.serverport = 0
  7 +yoho.search.service.env.webapphome = /home/test/deploy2/yoho-search-service/deploy/target/target/target
  8 +
  9 +##tpl adaptor
  10 +tpl.adaptor.valid = false
  11 +
  12 +##search.use.cache[ehCache/redisCache]
  13 +search.use.cache = true
  14 +search.cache.type = redisCache
  15 +
  16 +search.open.downgrade = true
  17 +search.personalized.switch = true
  18 +search.personalized.max.should = 50
  19 +
  20 +
  21 +search.multiMatchQuery.type=BEST_FIELDS
  1 +autoconfig.properties = sharedAutoconfig
  2 +
  3 +autoconfig.properties.sharedAutoconfig = file:/home/test/deploy2/auto_deploy_test/autoconfig/test_nj_4/config4deploy2/global-autoconfig.properties
  4 +
  5 +browse.service.url = http://api.brower.yohoops.org:8092/brower/
  6 +
  7 +guang.shareGuang.appVersion = 4.1.0.***
  8 +
  9 +java.logs.home = /Data/logs
  10 +
  11 +m.yohoblk.com = http://m.yohoblk.com
  12 +
  13 +www.yohoblk.com = http://www.yohoblk.com
  14 +
  15 +yoho.sns.env.namespace = sns
  16 +yoho.sns.env.serverport = 2
  17 +yoho.sns.env.webapphome = /home/test/deploy2/yoho-sns/deploy/target/target/target
  1 +autoconfig.properties = sharedAutoconfig
  2 +
  3 +autoconfig.properties.sharedAutoconfig = file:/home/test/deploy2/auto_deploy_test/autoconfig/test_nj_4/config4deploy2/global-autoconfig.properties
  4 +
  5 +gateway.api.url = http://api-test4.yohops.com:9999
  6 +
  7 +gateway.service.url = http://service-test4.yohops.com:9999/
  8 +
  9 +platform.login.url = http://serve.yohobuy.com/service/account/v1/Profile/login
  10 +
  11 +product.service.url = http://192.168.102.59:8083/product
  12 +
  13 +resource.service.url = http://192.168.103.55:8087/resources
  14 +
  15 +social.post.shareUrl = http://service-test4.yohops.com:9999/social/share/index.html
  16 +
  17 +uic.service.url = http://192.168.103.54:8096/uic/
  18 +
  19 +yoho.social.env.namespace = social
  20 +yoho.social.env.serverport = 5
  21 +yoho.social.env.webapphome = /home/test/deploy2/yoho-social/deploy/target/target/target
  22 +
  23 +yohoboy.service.url = http://newboys.test.yoho.cn/yohoboyins/v5/channel
  1 +autoconfig.properties = sharedAutoconfig
  2 +
  3 +autoconfig.properties.sharedAutoconfig = file:/home/test/deploy2/auto_deploy_test/autoconfig/test_nj_4/config4deploy2/global-autoconfig.properties
  4 +
  5 +des.password_crypt_key = _+@#$%^kEHrDooxWHCWtfeSxvDvgqZq_+@#$%^
  6 +
  7 +diff.base.flag = 1
  8 +
  9 +erp.user.useGiftcard.url = http://api.erp.yohobuy.com
  10 +
  11 +jdbc.mysql.readonlyinslave = true
  12 +
  13 +register.image.onoff = off
  14 +
  15 +register.new.user.page.probability = 9
  16 +
  17 +uic.service.url = http://192.168.103.54:8096/uic
  18 +
  19 +union.domain.url = http://webunion_tl.yohobuy.com/union
  20 +
  21 +user.diff.place.login.message = \\u5c0a\\u656c\\u7684\\u7528\\u6237\\uff0c\\u7cfb\\u7edf\\u68c0\\u6d4b\\u5230\\u60a8\\u7684\\u8d26\\u53f7\\u5df2\\u5728\\u5f02\\u5730\\u767b\\u5f55\\u3002\\u4e3a\\u4fdd\\u8bc1\\u5e10\\u53f7\\u5b89\\u5168\\uff0c\\u5982\\u975e\\u672c\\u4eba\\u64cd\\u4f5c\\uff0c\\u5efa\\u8bae\\u60a8\\u5c3d\\u5feb\\u4fee\\u6539\\u767b\\u5f55\\u5bc6\\u7801\\u3002\\u656c\\u8bf7\\u63d0\\u9ad8\\u8b66\\u60d5\\uff0c\\u8c28\\u9632\\u8bc8\\u9a97\\uff01
  22 +
  23 +user.session.expire = 10080
  24 +
  25 +userday.open.day = 28
  26 +
  27 +users.base.isUic = false
  28 +
  29 +users.browse.sync = true
  30 +
  31 +users.yoho.default_is_bind = Y
  32 +
  33 +users.yohocoin = true
  34 +
  35 +verify_student_flag = true
  36 +
  37 +yoho.users.env.namespace = users
  38 +yoho.users.env.serverport = 1
  39 +yoho.users.env.webapphome = /home/test/deploy2/yoho-users/deploy/target/target/target
  40 +
  41 +zmxy_appId = 1000227
  42 +zmxy_contract_flag = si201604080002520001
  43 +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==
  44 +zmxy_rsa_zmPK = MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCRbbYbNdGkD9TD/bQiNEejfnkBAudsE1bnmsgZ6wUeVBnzPgHVC+f6UxM8HHDOlM2eICaUvQbSsAXsITy3OQzLkV+nWA1pKlpy/OEm0+8HoHJ5gjqDS117/QQWjMdILx7Bed5VPw+AtrVyKs+1qg5MBciP7RHh2A2BDckj+m7bkwIDAQAB
  45 +zmxy_service_url = https://zmopenapi.zmxy.com.cn/sandbox.do
  46 +
  47 +activity.url = http://service.yoho.cn
  48 +
  1 +autoconfig.properties = sharedAutoconfig
  2 +
  3 +autoconfig.properties.sharedAutoconfig = file:/home/test/deploy2/auto_deploy_test/autoconfig/test_nj_4/config4deploy2/global-autoconfig.properties
  4 +
  5 +cocacola.wechat.share.url = http://service.yoho.cn/activity/cocacola/html/index1.html
  6 +
  7 +drawline.luckyUserNotice.interval = 5
  8 +
  9 +drawline.luckydraw.interval = 360
  10 +
  11 +execute.timetask.host = 192.168.90.9
  12 +
  13 +gateway.url = http://api.yoho.cn
  14 +
  15 +is_debug_enable = false
  16 +
  17 +jdbc.mysql.readonlyinslave = true
  18 +
  19 +orderShare.maxNum = 3
  20 +
  21 +orderShare.recevied.maxNum = 5
  22 +
  23 +orderShare.shareUrl = http://m.yohobuy.com/coupon/index
  24 +
  25 +tencentmkt.shareUrl = http://service.yoho.cn/activity/tencentMkt/index.html
  26 +
  27 +userday.coupon = {\\"20\\":\\"14146\\", \\"10\\":\\"14144\\"}
  28 +
  29 +userday.coupon.oct = {\\"10\\":\\"14356\\", \\"40\\":\\"14358\\", \\"70\\":\\"14360\\"}
  30 +
  31 +userday.open.day = 28
  32 +
  33 +yoho.activity.env.namespace = activity
  34 +yoho.activity.env.serverport = 0
  35 +yoho.activity.env.webapphome = /home/test/deploy2/yohobuy-activity/deploy/target/target/target
  1 +autoconfig.properties = sharedAutoconfig
  2 +
  3 +#autoconfig.properties.sharedAutoconfig = file:/home/test/deploy2/auto_deploy_test/autoconfig/test_nj_4/config4deploy2/global-autoconfig.properties
  4 +
  5 +erp.order.status.url = http://portal.admin.yohobuy.com/api/orders/status
  6 +
  7 +file.uploadTempDir = /Data
  8 +
  9 +is_checksession_enable = true
  10 +is_debug_enable = false
  11 +
  12 +#jdbc.mysql.bigdata.password = lRnPI2bQsZRNn/qC/29ZGqMwEu/zaKV31I9S8xDJIUA=
  13 +#jdbc.mysql.bigdata.username = yh_test_bigdata
  14 +#jdbc.mysql.yhsns.master = 172.31.11.29:3306
  15 +
  16 +users.browse.appVersion = 4.1.0.***
  17 +users.browse.expire = 7776000
  18 +users.browse.numPerUser = 200
  19 +users.browse.sync = true
  20 +
  21 +yoho.bigData.env.namespace = bigdata
  22 +yoho.bigData.env.serverport = 1
  23 +yoho.bigData.env.webapphome = /home/test/deploy2/yohobuy-bigdata/deploy/target/target/target
  24 +
  25 +jdbc.mysql.bigdata.master=192.168.103.36:3306
  26 +jdbc.mysql.bigdata.username=yh_test
  27 +#yoho@7Y$^YpNb7hp
  28 +jdbc.mysql.bigdata.password=9nm0icOwt6bMHjMusIfMLw==
  29 +
  30 +bigdata.database.cluster.name = test
  31 +
  32 +#bigDataRedis.proxy.address=test-bigdata-redis-1903805580.cn-north-1.elb.amazonaws.com.cn
  33 +#bigDataRedis.proxy.address=192.168.102.56
  34 +
  35 +bigDataRedis.proxy.address=123.206.17.17
  36 +bigDataRedis.proxy.port=16379
  1 +api.yoho.url = http://api-test4.yohops.com:9999
  2 +
  3 +autoconfig.properties = sharedAutoconfig
  4 +
  5 +autoconfig.properties.sharedAutoconfig = file:/home/test/deploy2/auto_deploy_test/autoconfig/test_nj_4/config4deploy2/global-autoconfig.properties
  6 +
  7 +sers.browse.expire = 7776000
  8 +
  9 +users.browse.appVersion = 4.1.0.***
  10 +users.browse.expire = 7776000
  11 +users.browse.numPerUser = 100
  12 +
  13 +yohobuy.brower.env.namespace = brower
  14 +yohobuy.brower.env.serverport = 2
  15 +yohobuy.brower.env.webapphome = /home/test/deploy2/yohobuy-brower/deploy/target/target/target
  1 +aesKey = yoho96461qaz2wsx
  2 +
  3 +alarm.mobile = 18994021292
  4 +
  5 +autoconfig.properties = sharedAutoconfig
  6 +
  7 +autoconfig.properties.sharedAutoconfig = file:/home/test/deploy2/auto_deploy_test/autoconfig/test_nj_4/config4deploy2/global-autoconfig.properties
  8 +
  9 +bigData.url = http://bigdata-crm.yohops.com:8070/bigdata/crm/
  10 +
  11 +crm.send.notice = true
  12 +
  13 +platform.host=http://192.168.102.59:8088/platform
  14 +rabbit_common = 192.168.102.211:5672
  15 +platform.coupon.userId=10964
  16 +platform.coupon.userName=crm
  17 +
  18 +ftp.ip=54.222.156.51
  19 +ftp.port=21
  20 +ftp.userName=ftpuser
  21 +ftp.pwd=ok83sQlrvHfw8OBMz6xlRA==
  22 +
  23 +jdbc.mysql.readonlyinslave = true
  24 +
  25 +sms.name = yohoyx@yohoyx
  26 +sms.pwd = EH+iuWSAfINJYwSdPgVqhA==
  27 +sms.url = http://211.147.239.62:9050/cgi-bin/sendsms
  28 +
  29 +yohobuy.crm.env.namespace = crm
  30 +yohobuy.crm.env.serverport = 3
  31 +yohobuy.crm.env.webapphome = /home/test/deploy2/yohobuy-crm/deploy/target/target/target
  32 +
  33 +sms.reprot.flag=false
  34 +
  35 +redis.crm.notsync.twemproxy.addresses=huodong.write.yohoops.org:6379
  36 +redis.notsync.twemproxy.auth=
  37 +
  38 +#阿里云短信发送的
  39 +aliyun.sms.accessKeyId=wIBL09Z0xu7uJUkX0yNnFWy8tNv+KZEH8req1GsE1+k=
  40 +aliyun.sms.secret=/tnQdyzBuARAcql9ad+yJVzlQNX9bfhEmJxr7wdLz58=
  41 +
  42 +redis.crm.proxy.address=192.168.102.211
  43 +
  44 +########################### wechat module ########################################
  45 +yohobuyServiceAccessTokenGetUrl=http://127.0.0.1:8082/wechat/?method=wechat.token.get
  46 +wechat.host.name=https://api.weixin.qq.com
  47 +wechat.user.info=/cgi-bin/user/info
  48 +wechat.user.get=/cgi-bin/user/get
  49 +
  50 +
  51 +wechat.access.yohobuyService.appid=wx75e5a7c0c88e45c2
  52 +wechat.access.yohobuyService.secret=ce21ae4a3f93852279175a167e54509b
  53 +wechat.access.yohobuySubscribe.appid=wx96121aa89f31c5ea
  54 +wechat.access.yohobuySubscribe.secret=7669da1a8842ed1df4c5e1b53868f3ca
  55 +wechat.access.mars.appid=wx9d0d7dfed5bbaa8b
  56 +wechat.access.mars.secret=9f7b00cd2a1d65301352d2783f6eec61
  57 +wechat.access.yohonowTrend.appid=wx1fe49f08f41b6c26
  58 +wechat.access.yohonowTrend.secret=5670f62abcebcd8d321615b46bd19ef4
  59 +wechat.access.yohonowGirl.appid=wxb52ec6a352f0b090
  60 +wechat.access.yohonowGirl.secret=9fe6bedb0b7f30986a168c7fc44f34c0
  61 +############################ wechat module #######################################
  62 +
  63 +#redis.notsync.twemproxy.addresses=192.168.102.222:22121,192.168.102.211:22121
  64 +#redis.notsync.twemproxy.auth=
  65 +
  66 +#历史vip用户分组ID
  67 +birthday.coupon.groupid=12
  68 +
  69 +#生日券短信模板ID
  70 +birthday.coupon.sms.templateid=2
  71 +
  72 +browse.service.url=http://192.168.103.74:8092/brower/
  73 +
  74 +# ******************** 定时器时间配置 ********************
  75 +
  76 +#玄武状态报告和黑名单获取
  77 +xuanwu.scheduler=0 1/3 * * * ?
  78 +
  79 +#梦网状态报告和黑名单获取
  80 +mengwang.scheduler=0/10 * * * * ?
  81 +
  82 +#同步微信公众号的任务
  83 +wechart.scheduler=0 0 0 * * ?
  84 +
  85 +#微信公众号的任务错误重新尝试
  86 +wechart.retry.scheduler=0 0 2 * * ?
  87 +
  88 +#清理短信发送记录
  89 +sms.clean.scheduler=0 0 2 * * ?
  90 +
  91 +#大数据
  92 +jdbc.mysql.bigdataunion.slave=118.89.235.30:3306
  93 +jdbc.mysql.bigdataunion.username=root
  94 +jdbc.mysql.bigdataunion.password=t5/oMgwUCmO/GeMHBAQ2Cg==
  95 +
  1 +autoconfig.properties = sharedAutoconfig
  2 +
  3 +autoconfig.properties.sharedAutoconfig = file:/home/test/deploy2/auto_deploy_test/autoconfig/test_nj_4/config4deploy2/global-autoconfig.properties
  4 +
  5 +erp.order.change.sync.type = MQ
  6 +erp.order.close.sync.type = MQ
  7 +erp.order.create.url = http://portal.admin.yohobuy.com/api/orderform/create
  8 +erp.order.express.sync.type = MQ
  9 +erp.order.refund.sync.type = MQ
  10 +erp.order.status.url = http://portal.admin.yohobuy.com/api/orders/status
  11 +
  12 +applepay.notifyurl = http://service-test4.yohops.com:9999/payment/applepay_notify
  13 +qq.notifyurl = http://service-test4.yohops.com:9999/payment/qqpay_notify
  14 +unionpay.notifyurl = http://service-test4.yohops.com:9999/payment/unionpay_newnotify
  15 +wechat.app.newnotifyurl = http://service-test4.yohops.com:9999/payment/weixin_notify
  16 +wechat.app.notifyurl = http://service-test4.yohops.com:9999/payment/wechat_notify
  17 +alipay.notifyurl = http://service-test4.yohops.com:9999/payment/alipay_notify
  18 +
  19 +java.logs.home = /Data/logs
  20 +
  21 +jdbc.mysql.readonlyinslave = true
  22 +
  23 +order.codpay.lock.duration = 1440
  24 +
  25 +yohobuy.order.env.namespace = order
  26 +yohobuy.order.env.serverport = 4
  27 +yohobuy.order.env.webapphome = /home/test/deploy2/yohobuy-order/deploy/target/target/target
  28 +
  29 +
  30 +erp.order.autoCancel.switch.key = N
  31 +
  32 +sales.tax.payers = 9132010058047114XR
  33 +ws.fp.url = https://www.fapiao.com:7105/dsqt_taxfu/services/DZFPService?wsdl
  34 +invoice.appid = 1b518222b5bbb9c5abe17442d63150978609e5ad27fd594886e3b7a8bcd50e5a
  35 +seller.name = \u7535\u5b50\u53d1\u7968\u6d4b\u8bd5
  36 +seller.contact.info=\u5357\u4eac\u5e02\u5efa\u90ba\u533a\u5609\u9675\u6c5f\u4e1c\u8857\u0031\u0038\u53f7\u0030\u0035\u5e62\u0031\u0037\u3001\u0031\u0038\u5c42 025-87781000
  37 +invoice.soap.receiveTimeout = 300000
  38 +invoice.soap.connectionTimeout = 300000
  39 +
  40 +degrade.buylimit.query.enable=true
  41 +degrade.vip.query.enable=true
  42 +degrade.yohocoin.query.enable=true
  43 +degrade.redenvelopes.query.enable=true
  44 +degrade.coupons.queryNotUseCoupons.enable=true
  45 +degrade.product.query.enable=true
  46 +degrade.address.query.enable=false
  47 +
  48 +# 优惠券ID
  49 +# 展览票券ID
  50 +exhibition.ticket.couponid=13576
  51 +# 套票券ID
  52 +package.ticket.couponid=13570
  53 +
  54 +browse.service.url = http://192.168.102.61:8092/brower/
  1 +admin.portal.url = http://192.168.103.56:30012
  2 +
  3 +api.yoho.url = http://api-test4.yohops.com:9999
  4 +
  5 +autoconfig.properties = sharedAutoconfig
  6 +
  7 +autoconfig.properties.sharedAutoconfig = file:/home/test/deploy2/auto_deploy_test/autoconfig/test_nj_4/config4deploy2/global-autoconfig.properties
  8 +
  9 +erp.domain = http://serve.yohobuy.com
  10 +
  11 +erp.platform.shops.url = http://api.erp.yohobuy.com
  12 +
  13 +erp.shops.account.url = http://serve.yohobuy.com/service/finance/v1/clearing/balancelist
  14 +erp.shops.change.pwd.url = http://serve.yohobuy.com/service/account/v1/Profile/updatePassword
  15 +erp.shops.login.url = http://serve.yohobuy.com/service/account/v1/Profile/login
  16 +
  17 +erp.storage = http://192.168.102.47:9098/erp-gateway-web
  18 +
  19 +execute.limitcode.host = 192.168.102.202
  20 +
  21 +execute.shopmessage.host = 192.168.102.202
  22 +
  23 +execute.update_product_price.host = 192.168.102.202
  24 +
  25 +file.image.gif.size = 2621440
  26 +file.image.size = 512000
  27 +
  28 +file.maxsize = 104857600
  29 +file.uploadTempDir = /home/test
  30 +
  31 +jdbc.mysql.platform.erp_account.master = 192.168.103.36:3306
  32 +jdbc.mysql.platform.erp_account.password = 9nm0icOwt6bMHjMusIfMLw==
  33 +jdbc.mysql.platform.erp_account.slave = 192.168.103.36:3306
  34 +jdbc.mysql.platform.erp_account.username = yh_test
  35 +jdbc.mysql.platform.erp_product.master = 192.168.103.36:3306
  36 +jdbc.mysql.platform.erp_product.password = 9nm0icOwt6bMHjMusIfMLw==
  37 +jdbc.mysql.platform.erp_product.slave = 192.168.103.36:3306
  38 +jdbc.mysql.platform.erp_product.username = yh_test
  39 +jdbc.mysql.platform.yh_guang.master = 192.168.103.36:3306
  40 +jdbc.mysql.platform.yh_guang.password = 9nm0icOwt6bMHjMusIfMLw==
  41 +jdbc.mysql.platform.yh_guang.slave = 192.168.103.36:3306
  42 +jdbc.mysql.platform.yh_guang.username = yh_test
  43 +jdbc.mysql.platform.yhb_account.master = 192.168.103.36:3306
  44 +jdbc.mysql.platform.yhb_account.password = 9nm0icOwt6bMHjMusIfMLw==
  45 +jdbc.mysql.platform.yhb_account.slave = 192.168.103.36:3306
  46 +jdbc.mysql.platform.yhb_account.username = yh_test
  47 +
  48 +mkt.activity.domain.url = http://union.yoho.cn/union/tencentMkt/index.html
  49 +
  50 +mkt.pcwap.domain.url = http://union.yoho.cn/union/go
  51 +
  52 +mkt.resource.code.url = https://m.yohobuy.com/channel/f8abd53b5f7c5fe558d3dd567d95ab92.html?nodownload=1
  53 +
  54 +offline.shops.url = http://192.168.102.47:8098/shops/
  55 +
  56 +platform.login.salt = yoho9646yoho9646
  57 +
  58 +price.audit.firstRoleName = Ʒ
  59 +price.audit.secondPid = 100476
  60 +price.audit.thirdPid = 100478
  61 +
  62 +resources_https_enable = true
  63 +
  64 +search.server.address = http://192.168.103.52:8080/yohosearch/
  65 +
  66 +watchService.waitInterval = 60
  67 +watchService.watchDir = /Data/ftpdir
  68 +
  69 +yohobuy.platform.env.namespace = platform
  70 +yohobuy.platform.env.serverport = 8
  71 +yohobuy.platform.env.webapphome = /home/test/deploy2/yohobuy-platform/deploy/target/target/target
  72 +
  73 +zkAddress = 192.168.102.56:2181
  74 +
  75 +#product isPromotion field plan sync config
  76 +sync.product.isPromotion.advance.minutes=5
  77 +
  78 +
  1 +autoconfig.properties = sharedAutoconfig
  2 +
  3 +autoconfig.properties.sharedAutoconfig = file:/home/test/deploy2/auto_deploy_test/autoconfig/test_nj_4/config4deploy2/global-autoconfig.properties
  4 +
  5 +jdbc.mysql.readonlyinslave = true
  6 +
  7 +rabbitAddress = 192.168.102.56:5672
  8 +
  9 +yohobuy.product.env.namespace = product
  10 +yohobuy.product.env.serverport = 3
  11 +yohobuy.product.env.webapphome = /home/test/deploy2/yohobuy-product/deploy/target/target/target
  1 +autoconfig.properties = sharedAutoconfig
  2 +
  3 +autoconfig.properties.sharedAutoconfig = file:/home/test/deploy2/auto_deploy_test/autoconfig/test_nj_4/config4deploy2/global-autoconfig.properties
  4 +
  5 +jdbc.mysql.yhbpromotion.master.password = input_password
  6 +jdbc.mysql.yhbpromotion.master.username = guang_res
  7 +
  8 +promoation.invite.failCoupon = {\\"old\\":12085,\\"fail\\":12087}
  9 +promoation.invite.newCouponMap = {\\"12091\\":25,\\"12097\\":20,\\"12095\\":23,\\"12093\\":22,\\"12089\\":20}
  10 +promoation.invite.shareCoupon = [ \\"12073\\", \\"12075\\", \\"12077\\", \\"12079\\", \\"12081\\", \\"12083\\" ]
  11 +
  12 +promotion.sendCounpon.broadcast.rate = 0.9
  13 +
  14 +resource_coupon_contentcode = b78b32ed81b18dde8ac84fd33602b88b
  15 +share_coupon_expiredTime = 4
  16 +
  17 +wechat.coupons.operators.email = wanli.zhao@yoho.cn
  18 +
  19 +yohobuy.promotion.env.namespace = promotion
  20 +yohobuy.promotion.env.serverport = 5
  21 +yohobuy.promotion.env.webapphome = /home/test/deploy2/yohobuy-promotion/deploy/target/target/target
  1 +autoconfig.properties = sharedAutoconfig
  2 +
  3 +autoconfig.properties.sharedAutoconfig = file:/home/test/deploy2/auto_deploy_test/autoconfig/test_nj_4/config4deploy2/global-autoconfig.properties
  4 +
  5 +jdbc.mysql.readonlyinslave = true
  6 +
  7 +service.online.type = 1
  8 +service.online.type.h5 = http://m.yohobuy.com/service/im
  9 +
  10 +yoho.env.serverhome = /usr/local/${yoho.env.servertype}
  11 +
  12 +yohobuy.resources.env.namespace = resources
  13 +yohobuy.resources.env.productmode = PRODUCT
  14 +yohobuy.resources.env.serverport = 7
  15 +yohobuy.resources.env.webapphome = /home/test/deploy2/yohobuy-resources/deploy/target
  1 +autoconfig.properties = sharedAutoconfig
  2 +autoconfig.properties.sharedAutoconfig = file:/home/test/deploy2/auto_deploy_test/autoconfig/test_nj_4/config4deploy2/global-autoconfig.properties
  3 +yohobuy.task.env.namespace = task
  4 +yohobuy.task.env.serverport = 4
  5 +yohobuy.task.env.webapphome = /home/test/deploy2/yohobuy-task/deploy/target/target/target
  6 +web.context = task
  7 +
  8 +#
  9 +jdbc.mysql.readonlyinslave = true
  10 +jdbc.mysql.kisjob.datasources = yoho_kisjob
  11 +jdbc.mysql.kisjob.master = 192.168.103.36:3306
  12 +jdbc.mysql.kisjob.slave = 192.168.103.36:3306
  13 +jdbc.mysql.kisjob.username = yh_test
  14 +jdbc.mysql.kisjob.password = 9nm0icOwt6bMHjMusIfMLw==
  15 +
  16 +#redis
  17 +redis.pool.maxTotal = 200
  18 +redis.pool.maxIdle = 100
  19 +redis.pool.maxWaitMillis = 2000
  20 +redis.pool.minIdle = 50
  21 +redis.pool.testOnBorrow = false
  22 +redis.pool.testWhileIdle = true
  23 +
  24 +#bigDataRedis-push.proxy.address=192.168.102.211
  25 +bigDataRedis-push.proxy.address=test-bigdata-redis-1903805580.cn-north-1.elb.amazonaws.com.cn
  26 +bigDataRedis-push.proxy.port=6379
  27 +bigDataRedis-push.proxy.auth=
  28 +
  29 +##redis for push
  30 +redis.push.address=192.168.102.211
  31 +redis.push.port=6379
  32 +redis.push.auth=
  33 +
  34 +task.addNewBrand.status = on
  35 +task.discountBrand.status = on
  36 +task.vipBrand.status = on
  37 +task.brands.number = 19
  38 +task.msgnum = 10000
  39 +task.send.limit = 3
  40 +mobile.limit.sendTimes = 50
  41 +
  1 +activeTime = 86400
  2 +
  3 +autoconfig.properties = sharedAutoconfig
  4 +
  5 +autoconfig.properties.sharedAutoconfig = file:/home/test/deploy2/auto_deploy_test/autoconfig/test_nj_4/config4deploy2/global-autoconfig.properties
  6 +
  7 +bigdate.db.password = ZARNTZvqPIYoBOhoTTTGRaMwEu/zaKV31I9S8xDJIUA=
  8 +bigdate.db.url = 192.168.103.36:3306
  9 +bigdate.db.username = yh_bigdata
  10 +
  11 +draw.writeFile.delay = 60
  12 +
  13 +exclude.union.type = 100000000000349
  14 +
  15 +gateway.url = http://api.yoho.cn
  16 +
  17 +jdbc.mysql.readonlyinslave = true
  18 +
  19 +rabbit.mq.host = 192.168.102.56
  20 +rabbit.mq.password = yoho
  21 +rabbit.mq.port = 5672
  22 +rabbit.mq.username = yoho
  23 +rabbit.mq.virtualHost = /yoho
  24 +
  25 +redis.proxy.database = 1
  26 +
  27 +redis.readonly.proxy.database = 1
  28 +
  29 +redis.union.proxy.address = 192.168.102.56
  30 +redis.union.readonly.proxy.address = 192.168.102.56
  31 +
  32 +tencentmkt.shareUrl = http://union.yoho.cn/union/tencentMkt/index.html
  33 +
  34 +union.host = 172.31.16.99
  35 +
  36 +yoho.unions.env.namespace = union
  37 +yoho.unions.env.serverport = 8
  38 +yoho.unions.env.webapphome = /home/test/deploy2/yohobuy-union/deploy/target/target/target
  1 +autoconfig.properties = sharedAutoconfig
  2 +
  3 +autoconfig.properties.sharedAutoconfig = file:/home/test/deploy2/auto_deploy_test/autoconfig/test_nj_4/config4deploy2/global-autoconfig.properties
  4 +
  5 +wechat.access.appid = wx1e6997242bcfcdfb
  6 +wechat.access.secret = d6fa51581e4c11ee312a1990c2ebf0bd
  7 +
  8 +wechat.small.program.access.appid = wx084ab813d88c594b
  9 +wechat.small.program.access.secret = 0252d67ef15eb07a28d80098e8c186ac
  10 +
  11 +wechat.user.get = /cgi-bin/user/get
  12 +wechat.user.info = /cgi-bin/user/info
  13 +
  14 +wechat.yohoshow.access.appid = wx1e6997242bcfcdfb
  15 +wechat.yohoshow.access.secret = d6fa51581e4c11ee312a1990c2ebf0bd
  16 +
  17 +yohobuy.wechat.env.namespace = wechat
  18 +yohobuy.wechat.env.serverport = 4
  19 +yohobuy.wechat.env.webapphome = /home/test/deploy2/yohobuy-wechat/deploy/target/target/target
  20 +
  21 +wechat.subscription.access.appid=wx1e6997242bcfcdfb
  22 +wechat.subscription.access.secret=d6fa51581e4c11ee312a1990c2ebf0bd