Authored by jimi.ji

docker

Showing 47 changed files with 2662 additions and 0 deletions
  1 +autoconfig.properties = sharedAutoconfig
  2 +
  3 +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy/deploy/autoconfig/test_nj_3/global-autoconfig.properties
  4 +
  5 +yoho.cms_push.env.namespace = cms_push
  6 +yoho.cms_push.env.webapphome = /home/test/cms-push/deploy
  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 +# need set for config center
  12 +yoho.env.mode = TEST3
  13 +
  14 +file.saveDir=/home/test
  15 +trace.enabled=true
  16 +cloud=test
  17 +
  18 +### ****************************** database ***********************************
  19 +
  20 +
  21 +# cobar
  22 +jdbc.mysql.cobar.username=yh_test
  23 +jdbc.mysql.cobar.password=9nm0icOwt6bMHjMusIfMLw==
  24 +
  25 +jdbc.mysql.yhwechat.master=write.passport.yohoops.org:3306
  26 +jdbc.mysql.yhwechat.slave=write.passport.yohoops.org:3306
  27 +jdbc.mysql.yhwechat.username=yh_test
  28 +jdbc.mysql.yhwechat.password=9nm0icOwt6bMHjMusIfMLw==
  29 +
  30 +jdbc.mysql.yhresource.username=yh_test
  31 +jdbc.mysql.yhresource.password=9nm0icOwt6bMHjMusIfMLw==
  32 +
  33 +jdbc.mysql.yhshops.username=yh_test
  34 +jdbc.mysql.yhshops.password=9nm0icOwt6bMHjMusIfMLw==
  35 +
  36 +# yh_orders
  37 +jdbc.mysql.yhorders.username=yh_test
  38 +jdbc.mysql.yhorders.password=9nm0icOwt6bMHjMusIfMLw==
  39 +
  40 +# yhb_operations
  41 +jdbc.mysql.yhboperations.username=yh_test
  42 +jdbc.mysql.yhboperations.password=9nm0icOwt6bMHjMusIfMLw==
  43 +
  44 +# yh_comment
  45 +jdbc.mysql.yhcomment.username=yh_test
  46 +jdbc.mysql.yhcomment.password=9nm0icOwt6bMHjMusIfMLw==
  47 +
  48 +#yhb_promotion
  49 +jdbc.mysql.yhbpromotion.username=yh_test
  50 +jdbc.mysql.yhbpromotion.password=9nm0icOwt6bMHjMusIfMLw==
  51 +
  52 +#yoho_sms配置读写分离
  53 +jdbc.mysql.yohosms.username=yh_test
  54 +jdbc.mysql.yohosms.password=9nm0icOwt6bMHjMusIfMLw==
  55 +
  56 +#yh_inbox配置读写分离
  57 +jdbc.mysql.yhinbox.username=yh_test
  58 +jdbc.mysql.yhinbox.password=9nm0icOwt6bMHjMusIfMLw==
  59 +
  60 +#yoho_logs配置读写分离, 暂时将表存在yoho_sms中
  61 +jdbc.mysql.yohologs.username=yh_test
  62 +jdbc.mysql.yohologs.password=9nm0icOwt6bMHjMusIfMLw==
  63 +
  64 +#yoho_passport读写数据分离
  65 +jdbc.mysql.yohopassport.username=yh_test
  66 +jdbc.mysql.yohopassport.password=9nm0icOwt6bMHjMusIfMLw==
  67 +
  68 +#yh_operations配置读写分离
  69 +jdbc.mysql.yhoperations.username=yh_test
  70 +jdbc.mysql.yhoperations.password=9nm0icOwt6bMHjMusIfMLw==
  71 +
  72 +#yh_passport读写分离
  73 +jdbc.mysql.yhpassport.username=yh_test
  74 +jdbc.mysql.yhpassport.password=9nm0icOwt6bMHjMusIfMLw==
  75 +
  76 +#yh_setting读写分离
  77 +jdbc.mysql.yhsetting.username=yh_test
  78 +jdbc.mysql.yhsetting.password=9nm0icOwt6bMHjMusIfMLw==
  79 +
  80 +#yh_pay
  81 +jdbc.mysql.pay.username=yh_test
  82 +jdbc.mysql.pay.password=9nm0icOwt6bMHjMusIfMLw==
  83 +
  84 +#event
  85 +jdbc.mysql.yhevents.username=yh_test
  86 +jdbc.mysql.yhevents.password=9nm0icOwt6bMHjMusIfMLw==
  87 +
  88 +
  89 +#event
  90 +jdbc.mysql.yhcoupons.username=yh_test
  91 +jdbc.mysql.yhcoupons.password=9nm0icOwt6bMHjMusIfMLw==
  92 +
  93 +#yh_consult
  94 +jdbc.mysql.yhconsult.username=yh_test
  95 +jdbc.mysql.yhconsult.password=9nm0icOwt6bMHjMusIfMLw==
  96 +
  97 +#unions
  98 +jdbc.mysql.unions.username=yh_test
  99 +jdbc.mysql.unions.password=9nm0icOwt6bMHjMusIfMLw==
  100 +
  101 +#model
  102 +jdbc.mysql.yohopushcenter.username=yh_test
  103 +jdbc.mysql.yohopushcenter.password=9nm0icOwt6bMHjMusIfMLw==
  104 +
  105 +jdbc.mysql.yhpush.username=yh_test
  106 +jdbc.mysql.yhpush.password=9nm0icOwt6bMHjMusIfMLw==
  107 +
  108 +#yoho-activity
  109 +jdbc.mysql.yohoactivity.username=yh_test
  110 +jdbc.mysql.yohoactivity.password=9nm0icOwt6bMHjMusIfMLw==
  111 +
  112 +#yh_guang
  113 +jdbc.mysql.yhguang.username=yh_test
  114 +jdbc.mysql.yhguang.password=9nm0icOwt6bMHjMusIfMLw==
  115 +
  116 +#yhspecial
  117 +jdbc.mysql.yhspecial.username=yh_test
  118 +jdbc.mysql.yhspecial.password=9nm0icOwt6bMHjMusIfMLw==
  119 +
  120 +#yohood
  121 +jdbc.mysql.yohood.username=yh_test
  122 +jdbc.mysql.yohood.password=9nm0icOwt6bMHjMusIfMLw==
  123 +
  124 +#yohocrm
  125 +jdbc.mysql.yohocrm.username=yh_test
  126 +jdbc.mysql.yohocrm.password=9nm0icOwt6bMHjMusIfMLw==
  127 +
  128 +#erppassport
  129 +jdbc.mysql.erppassport.username=yh_test
  130 +jdbc.mysql.erppassport.password=9nm0icOwt6bMHjMusIfMLw==
  131 +# ================
  132 +
  133 +# yh_orders db split
  134 +jdbc.mysql.yhorderssplit.master=cobar1.yohoops.org:8066
  135 +jdbc.mysql.yhorderssplit.slave=cobar1.yohoops.org:8066
  136 +jdbc.mysql.yhorderssplit.slave2=cobar1.yohoops.org:8066
  137 +jdbc.mysql.yhorderssplit.slave3=cobar1.yohoops.org:8066
  138 +jdbc.mysql.yhorderssplit.username=yh_test
  139 +jdbc.mysql.yhorderssplit.password=9nm0icOwt6bMHjMusIfMLw==
  140 +
  141 +
  142 +#yhb_promotion_split db split
  143 +jdbc.mysql.yhbpromotionsplit.master=cobar1.yohoops.org:8066
  144 +jdbc.mysql.yhbpromotionsplit.slave=cobar1.yohoops.org:8066
  145 +jdbc.mysql.yhbpromotionsplit.slave2=cobar1.yohoops.org:8066
  146 +jdbc.mysql.yhbpromotionsplit.slave3=cobar1.yohoops.org:8066
  147 +jdbc.mysql.yhbpromotionsplit.username=yh_test
  148 +jdbc.mysql.yhbpromotionsplit.password=9nm0icOwt6bMHjMusIfMLw==
  149 +
  150 +
  151 +#yhb_promotion platform split db
  152 +jdbc.mysql.yhbpromotionsplitplatform.master=cobar1.yohoops.org:8066
  153 +jdbc.mysql.yhbpromotionsplitplatform.slave=cobar1.yohoops.org:8066
  154 +jdbc.mysql.yhbpromotionsplitplatform.username=yh_test
  155 +jdbc.mysql.yhbpromotionsplitplatform.password=9nm0icOwt6bMHjMusIfMLw==
  156 +
  157 +jdbc.mysql.yhcobar.username=yh_test
  158 +jdbc.mysql.yhcobar.password=9nm0icOwt6bMHjMusIfMLw==
  159 +
  160 +jdbc.mysql.yhfrontcobar.username=yh_test
  161 +jdbc.mysql.yhfrontcobar.password=9nm0icOwt6bMHjMusIfMLw==
  162 +
  163 +jdbc.mysql.yhplatformcobar.username=yh_test
  164 +jdbc.mysql.yhplatformcobar.password=9nm0icOwt6bMHjMusIfMLw==
  165 +
  166 +
  167 +jdbc.mysql.yhresource.master=write.cms.yohoops.org:3306
  168 +jdbc.mysql.yhresource.slave=read.cms.yohoops.org:3306
  169 +
  170 +jdbc.mysql.yhshops.master=write.shops.yohoops.org:3306
  171 +jdbc.mysql.yhshops.slave=read.shops.yohoops.org:3306
  172 +
  173 +# yh_orders
  174 +jdbc.mysql.yhorders.master=write.orders.yohoops.org:3306
  175 +jdbc.mysql.yhorders.slave=read.orders.yohoops.org:3306
  176 +
  177 +# yhb_operations
  178 +jdbc.mysql.yhboperations.master=write.cms.yohoops.org:3306
  179 +jdbc.mysql.yhboperations.slave=read.cms.yohoops.org:3306
  180 +
  181 +# yh_comment
  182 +jdbc.mysql.yhcomment.master=write.cms.yohoops.org:3306
  183 +jdbc.mysql.yhcomment.slave=read.cms.yohoops.org:3306
  184 +
  185 +#yhb_promotion
  186 +jdbc.mysql.yhbpromotion.master=write.orders.yohoops.org:3306
  187 +jdbc.mysql.yhbpromotion.slave=read.orders.yohoops.org:3306
  188 +
  189 +#yoho_sms配置读写分离
  190 +jdbc.mysql.yohosms.master=write.passport.yohoops.org:3306
  191 +jdbc.mysql.yohosms.slave=read.passport.yohoops.org:3306
  192 +
  193 +#yh_inbox配置读写分离
  194 +jdbc.mysql.yhinbox.master=write.passport.yohoops.org:3306
  195 +jdbc.mysql.yhinbox.slave=read.passport.yohoops.org:3306
  196 +
  197 +#yoho_logs配置读写分离, 暂时将表存在yoho_sms中
  198 +jdbc.mysql.yohologs.master=yohologs.yohoops.org:3306
  199 +
  200 +#yoho_passport读写数据分离
  201 +jdbc.mysql.yohopassport.master=write.passport.yohoops.org:3306
  202 +jdbc.mysql.yohopassport.slave=write.passport.yohoops.org:3306
  203 +
  204 +#yh_operations配置读写分离
  205 +jdbc.mysql.yhoperations.master=write.cms.yohoops.org:3306
  206 +jdbc.mysql.yhoperations.slave=read.cms.yohoops.org:3306
  207 +
  208 +#yh_passport读写分离
  209 +jdbc.mysql.yhpassport.master=write.passport.yohoops.org:3306
  210 +jdbc.mysql.yhpassport.slave=write.passport.yohoops.org:3306
  211 +
  212 +#yh_setting读写分离
  213 +jdbc.mysql.yhsetting.master=write.cms.yohoops.org:3306
  214 +jdbc.mysql.yhsetting.slave=read.cms.yohoops.org:3306
  215 +
  216 +#yh_pay
  217 +jdbc.mysql.pay.master=write.orders.yohoops.org:3306
  218 +jdbc.mysql.pay.slave=read.orders.yohoops.org:3306
  219 +
  220 +#event
  221 +jdbc.mysql.yhevents.master=write.cms.yohoops.org:3306
  222 +jdbc.mysql.yhevents.slave=read.cms.yohoops.org:3306
  223 +
  224 +#event
  225 +jdbc.mysql.yhcoupons.master=write.orders.yohoops.org:3306
  226 +jdbc.mysql.yhcoupons.slave=read.orders.yohoops.org:3306
  227 +
  228 +#yh_consult
  229 +jdbc.mysql.yhconsult.master=write.cms.yohoops.org:3306
  230 +jdbc.mysql.yhconsult.slave=read.cms.yohoops.org:3306
  231 +
  232 +#unions
  233 +jdbc.mysql.unions.master=write.cms.yohoops.org:3306
  234 +jdbc.mysql.unions.slave=read.cms.yohoops.org:3306
  235 +
  236 +#push center
  237 +jdbc.mysql.yohopushcenter.master=write.passport.yohoops.org:3306
  238 +jdbc.mysql.yohopushcenter.slave=read.passport.yohoops.org:3306
  239 +
  240 +#q_msg_system
  241 +jdbc.mysql.yhpush.master=write.passport.yohoops.org:3306
  242 +jdbc.mysql.yhpush.slave=read.passport.yohoops.org:3306
  243 +
  244 +#yoho_activity
  245 +jdbc.mysql.yohoactivity.master=write.passport.yohoops.org:3306
  246 +jdbc.mysql.yohoactivity.slave=read.passport.yohoops.org:3306
  247 +
  248 +#yh_guang
  249 +jdbc.mysql.yhguang.master=write.cms.yohoops.org:3306
  250 +jdbc.mysql.yhguang.slave=read.cms.yohoops.org:3306
  251 +
  252 +#yh_special
  253 +jdbc.mysql.yhspecial.master=write.cms.yohoops.org:3306
  254 +jdbc.mysql.yhspecial.slave=read.cms.yohoops.org:3306
  255 +
  256 +#yh_special
  257 +jdbc.mysql.yhspecial.master=write.cms.yohoops.org:3306
  258 +jdbc.mysql.yhspecial.slave=read.cms.yohoops.org:3306
  259 +
  260 +#yohood
  261 +jdbc.mysql.yohood.master=write.yohood.yohoops.org:3306
  262 +jdbc.mysql.yohood.slave=read.yohood.yohoops.org:3306
  263 +
  264 +#yohocrm
  265 +jdbc.mysql.yohocrm.master=write.passport.yohoops.org:3306
  266 +jdbc.mysql.yohocrm.slave=read.passport.yohoops.org:3306
  267 +
  268 +#erppassport
  269 +jdbc.mysql.erppassport.master=write.erp.yohoops.org:3306
  270 +jdbc.mysql.erppassport.slave=write.erp.yohoops.org:3306
  271 +
  272 +
  273 +#yhcommunity
  274 +jdbc.mysql.yhcommunity.master=write.passport.yohoops.org:3306
  275 +jdbc.mysql.yhcommunity.slave=write.passport.yohoops.org:3306
  276 +jdbc.mysql.yhcommunity.username=yh_test
  277 +jdbc.mysql.yhcommunity.password=9nm0icOwt6bMHjMusIfMLw==
  278 +
  279 +
  280 +#yh social
  281 +jdbc.mysql.yhsocial.master=write.passport.yohoops.org:3306
  282 +jdbc.mysql.yhsocial.slave=write.passport.yohoops.org:3306
  283 +jdbc.mysql.yhsocial.username=yh_test
  284 +jdbc.mysql.yhsocial.password=9nm0icOwt6bMHjMusIfMLw==
  285 +
  286 +#erp_supplier
  287 +jdbc.mysql.platform.erp_supplier.master = write.erp.yohoops.org:3306
  288 +jdbc.mysql.platform.erp_supplier.password = 9nm0icOwt6bMHjMusIfMLw==
  289 +jdbc.mysql.platform.erp_supplier.slave = read1.erp.yohoops.org:3306
  290 +jdbc.mysql.platform.erp_supplier.username = yh_test
  291 +#yohobuy_task
  292 +jdbc.mysql.kisjob.datasources=yh_distributed_task
  293 +jdbc.mysql.kisjob.master=write.cms.yohoops.org:3306
  294 +jdbc.mysql.kisjob.slave=read.cms.yohoops.org:3306
  295 +
  296 +#yh_cms
  297 +jdbc.mysql.yh_cms.master=write.passport.yohoops.org:3306
  298 +jdbc.mysql.yh_cms.slave=write.passport.yohoops.org:3306
  299 +jdbc.mysql.yh_cms.username=yh_test
  300 +jdbc.mysql.yh_cms.password=9nm0icOwt6bMHjMusIfMLw==
  301 +
  302 +#yhlottery
  303 +jdbc.mysql.yhlottery.master=write.passport.yohoops.org:3306
  304 +jdbc.mysql.yhlottery.slave=write.passport.yohoops.org:3306
  305 +jdbc.mysql.yhlottery.username=yh_test
  306 +jdbc.mysql.yhlottery.password=9nm0icOwt6bMHjMusIfMLw==
  307 +
  308 +
  309 +#yoho-message配置读写分离
  310 +jdbc.mysql.yhmessage.master=write.passport.yohoops.org:3306
  311 +jdbc.mysql.yhmessage.slave=write.passport.yohoops.org:3306
  312 +jdbc.mysql.yhmessage.username=yh_test
  313 +jdbc.mysql.yhmessage.password=9nm0icOwt6bMHjMusIfMLw==
  314 +
  315 +readOnlyInSlave=false
  316 +
  317 +# monogdb
  318 +mongo.inbox.dbname = inbox
  319 +mongo.inbox.host = mongo.yohoops.org
  320 +mongo.inbox.port = 27017
  321 +
  322 +
  323 +#search-db
  324 +jdbc.mysql.yhbsearch.datasources=yhb_search
  325 +jdbc.mysql.yhbsearch.master=write.search.yohoops.org:3306
  326 +jdbc.mysql.yhbsearch.slave=read.search.yohoops.org:3306
  327 +jdbc.mysql.yhbsearch.username=yh_test
  328 +jdbc.mysql.yhbsearch.password=9nm0icOwt6bMHjMusIfMLw==
  329 +
  330 +#bigdataunion
  331 +jdbc.mysql.bigdataunion.slave=write.passport.yohoops.org:3306
  332 +jdbc.mysql.bigdataunion.username=yh_test
  333 +jdbc.mysql.bigdataunion.password=9nm0icOwt6bMHjMusIfMLw==
  334 +
  335 +#yhextendstore
  336 +jdbc.mysql.yhextendstore.master=write.passport.yohoops.org:3306
  337 +jdbc.mysql.yhextendstore.slave=write.passport.yohoops.org:3306
  338 +jdbc.mysql.yhextendstore.username=yh_test
  339 +jdbc.mysql.yhextendstore.password=9nm0icOwt6bMHjMusIfMLw==
  340 +
  341 +# search-es
  342 +search.es.cluster.name = yohosearch_testQQ
  343 +search.es.servers = es.node1.yohoops.org:9300
  344 +search.index.number_of_replicas = 0
  345 +search.index.refresh_interval = 1
  346 +search.index.translog.flush_threshold_ops = 5000
  347 +
  348 +# search-mq
  349 +search.mq.server=rabbitmq01.yohoops.org
  350 +search.mq.port=5672
  351 +search.mq.username=admin1
  352 +search.mq.password=123qwe
  353 +search.mq.exchange=yoho_search
  354 +search.mq.virtualHost=yohosearch
  355 +
  356 +#search-redis
  357 +redis.search.proxy.address =192.168.102.45
  358 +redis.search.proxy.port =6379
  359 +redis.search.proxy.auth =
  360 +
  361 +#for crm read db
  362 +jdbc.mysql.yohopassport.onlyslave=read.passport.yohoops.org:3306
  363 +jdbc.mysql.yhpassport.onlyslave=read.passport.yohoops.org:3306
  364 +jdbc.mysql.yhshops.onlyslave=read.passport.yohoops.org:3306
  365 +jdbc.mysql.yhoperations.onlyslave=read.passport.yohoops.org:3306
  366 +jdbc.mysql.yh.username=yh_test
  367 +jdbc.mysql.yh.password=9nm0icOwt6bMHjMusIfMLw==
  368 +
  369 +
  370 +jdbc.mysql.yohopassport.qq.onlyslave=write.passport.yohoops.org:3306
  371 +jdbc.mysql.yhpassport.qq.onlyslave=write.passport.yohoops.org:3306
  372 +jdbc.mysql.yhshops.qq.onlyslave=write.passport.yohoops.org:3306
  373 +jdbc.mysql.yhpush.qq.slave=write.passport.yohoops.org:3306
  374 +
  375 +
  376 +
  377 +
  378 +
  379 +##### **************************************** common properties ******************************************************
  380 +
  381 +
  382 +
  383 +cache.servers.gateway.level1.address = mem01.l1.yohoops.org:21211
  384 +cache.servers.gateway.level1.expire = 1800
  385 +cache.servers.gateway.level2.address = mem01.l2.yohoops.org:21211
  386 +cache.servers.gateway.level2.expire = 43200
  387 +
  388 +cache.servers.union.address = memcache.union.yohoops.org:11211
  389 +
  390 +ip.port.search.server = search.yohoops.org:8080
  391 +ip.port.search.photo.vectors.server=58.87.82.152:8080
  392 +
  393 +qiniu.accesskey = atSf7xxIl8alEnsXbhC1bOD1GWVW3qYffz8SlB4m
  394 +qiniu.bucket = yhfair
  395 +qiniu.domain = http://yhfair.qiniudn.com
  396 +qiniu.secretkey = pyoJzPygXIkFWrc1BAsH6tAJ0yweTchpJwGKEwhm
  397 +yoho.service.domain.url=http://service-test3.yohops.com:9999
  398 +# old redis
  399 +redis.proxy.address = write.redis.yohoops.org
  400 +redis.proxy.auth =
  401 +redis.proxy.port = 6379
  402 +
  403 +redis.readonly.proxy.address = read.redis.yohoops.org
  404 +redis.readonly.proxy.auth =
  405 +redis.readonly.proxy.port = 6379
  406 +
  407 +redis.gateway.twemproxy.addresses = redis-gateway.yohoops.org:6379
  408 +redis.gateway.password=yoho
  409 +redis.notsync.twemproxy.addresses = redis-no-sync-1.yohoops.org:6379
  410 +redis.notsync.twemproxy.auth=redis9646
  411 +
  412 +redis.global.address=redis-no-sync-1.yohoops.org:6379
  413 +redis.global.auth=redis9646
  414 +
  415 +# union redis
  416 +redis.union.address = classic.union-redis.yohoops.org
  417 +redis.union.auth =
  418 +redis.union.port = 6379
  419 +
  420 +# outter big data redis
  421 +bigDataRedis.proxy.address=bigdata.redis.yohoops.org
  422 +bigDataRedis.proxy.port=6379
  423 +bigDataRedis.proxy.auth=
  424 +
  425 +# outter big data redis push
  426 +bigDataRedis-push.proxy.address=bigdata.redis.push.yohoops.org
  427 +bigDataRedis-push.proxy.port=6379
  428 +bigDataRedis-push.proxy.auth=
  429 +
  430 +#bigDataRedis-search
  431 +bigDataRedis-search.proxy.address=bigdata.redis.yohoops.org
  432 +bigDataRedis-search.proxy.port= 6379
  433 +bigDataRedis-search.proxy.auth=
  434 +
  435 +redis.union.proxy.address=write.redis.yohoops.org
  436 +redis.union.proxy.port=6379
  437 +redis.union.proxy.auth=redis9646
  438 +
  439 +redis.union.readonly.proxy.address=read.redis.yohoops.org
  440 +redis.union.readonly.proxy.port=6379
  441 +redis.union.readonly.proxy.auth=redis9646
  442 +
  443 +## rabbitmq configure
  444 +rabbit_host = rabbitmq-common-aws.yohoops.org:5672
  445 +rabbit_user = yoho
  446 +rabbit_password = yoho
  447 +
  448 +## order rabbitmq
  449 +rabbit_order = rabbitmq-common-aws.yohoops.org:5672
  450 +rabbit_order_user = yoho
  451 +rabbit_order_password = yoho
  452 +
  453 +########## common rabbitmq ##########
  454 +#aws
  455 +rabbit_common_aws = rabbitmq-common-aws.yohoops.org:5672
  456 +rabbit_common_aws_user = yoho
  457 +rabbit_common_aws_password = yoho
  458 +
  459 +#qq
  460 +rabbit_common_qq = rabbitmq-common-qq.yohoops.org:5672
  461 +rabbit_common_qq_user = yoho
  462 +rabbit_common_qq_password = yoho
  463 +
  464 +# local, maybe producer using this.
  465 +rabbit_common = rabbitmq-common.yohoops.org:5672
  466 +rabbit_common_user = yoho
  467 +rabbit_common_password = yoho
  468 +##########common rabbitmq ##########
  469 +##########uic rabbitmq ##########
  470 +rabbit_uic=rabbitmq-common.yohoops.org:5672
  471 +rabbit_uic_name=yoho
  472 +rabbit_uic_password=yoho
  473 +
  474 +#cache clear rabbitmq
  475 +rabbit.cacheclean.producer.host = rabbitmq-common-aws.yohoops.org:5672
  476 +rabbit.cacheclean.consumer.host = rabbitmq-common-qq.yohoops.org:5672
  477 +
  478 +#message-center rabbitmq
  479 +rabbit_message_center = rabbitmq-messgge.yohoops.org:5672
  480 +rabbit_message_center_user = yoho
  481 +rabbit_message_center_password = yoho
  482 +rabbit_message_center_vhost = yoho
  483 +
  484 +
  485 +crf.service.url=https://osprec-ci.crfchina.com
  486 +
  487 +gateway.domain.url = http://api-test3.ingress.dev.yohocorp.com/
  488 +Gateway_URL=http://yoho-gateway-service:8080/gateway
  489 +yoho.message.controller.url=http://192.168.102.202:8087/yoho-message-controller
  490 +
  491 +zkAddress=zk01.yohoops.org:2181
  492 +
  493 +# change to order.run-host.yohoops.org later
  494 +order.task.host=192.168.103.74
  495 +
  496 +APP_KEY = 1392109259
  497 +APP_SECRET = 1e87e46f115cc813e27ef52eb9915f1e
  498 +UUC_DOMAIN = http://sso-test.yohops.com:9999
  499 +
  500 + #从qcloud拷贝而来
  501 +redis.brower.proxy.address = redis-brower.yohoops.org
  502 +redis.brower.proxy.port = 6379
  503 +redis.brower.proxy.auth =
  504 +
  505 +redis.brower.readonly.proxy.address = redis-brower.yohoops.org
  506 +redis.brower.readonly.proxy.port = 6379
  507 +redis.brower.readonly.proxy.auth =
  508 +
  509 +#single cloud not sync redis
  510 +single.cloud.redis.proxy.address=write.redis.yohoops.org
  511 +single.cloud.redis.proxy.port=6379
  512 +single.cloud.redis.proxy.auth=redis9646
  513 +
  514 +#single cloud not sync redis
  515 +single.cloud.redis.readonly.proxy.address=read.redis.yohoops.org
  516 +single.cloud.redis.readonly.proxy.port=6379
  517 +single.cloud.redis.readonly.proxy.auth=redis9646
  518 +
  519 +
  520 +
  521 +## mq or call erp
  522 +erp.message.sync.type=MQ
  523 +
  524 +#发短信配置项
  525 +sendSMS.password=7jVEde87bLffoTnt6tGxmw==
  526 +
  527 +
  528 +## service call timeout
  529 +service.call.connectReqTimeout=30000
  530 +service.call.socketTimeout=30000
  531 +service.call.connectTimeout=30000
  532 +hystrix.timeout=30000
  533 +
  534 +trace.exporter.enable = false
  535 +
  536 +
  537 +exhibition.ticket.couponid=13272
  538 +package.ticket.couponid=13270
  539 +package.ticket.more.couponid=13268
  540 +
  541 +default.http.type = http
  542 +
  543 +browse.service.url = http://192.168.103.74:8092/brower/
  544 +
  545 +
  546 +#mars
  547 +jdbc.mysql.yhmars.master=write.mars.yohoops.org:3306
  548 +jdbc.mysql.yhmars.slave=read.mars.yohoops.org:3306
  549 +jdbc.mysql.yhmars.username=yh_test
  550 +jdbc.mysql.yhmars.password=9nm0icOwt6bMHjMusIfMLw==
  551 +
  552 +#yhnow
  553 +jdbc.mysql.yhnow.master=192.168.102.17:3306
  554 +jdbc.mysql.yhnow.slave=192.168.102.17:3306
  555 +jdbc.mysql.yhnow.username=root
  556 +jdbc.mysql.yhnow.password=Z5BMngayHLUxyWLSv6+koA==
  557 +
  558 +#yh_data
  559 +jdbc.mysql.yhdata.master=192.168.102.17:3306
  560 +jdbc.mysql.yhdata.slave=192.168.102.17:3306
  561 +jdbc.mysql.yhdata.username=root
  562 +jdbc.mysql.yhdata.password=Z5BMngayHLUxyWLSv6+koA==
  563 +jdbc.mysql.yhdata.databasename=yh_data_new
  564 +
  565 +
  566 +jdbc.mysql.yhuuc.master=write.passport.yohoops.org:3306
  567 +jdbc.mysql.yhuuc.slave=write.passport.yohoops.org:3306
  568 +jdbc.mysql.yhuuc.username=yh_test
  569 +jdbc.mysql.yhuuc.password=9nm0icOwt6bMHjMusIfMLw==
  570 +
  571 +jdbc.mysql.yhcms.master=192.168.102.17:3306
  572 +jdbc.mysql.yhcms.slave=192.168.102.17:3306
  573 +jdbc.mysql.yhcms.username=root
  574 +jdbc.mysql.yhcms.password=Z5BMngayHLUxyWLSv6+koA==
  575 +
  576 +erp.shop.web.url=http://192.168.103.82:9098
  577 +
  578 +#yoho_family_db
  579 +jdbc.mysql.yhfamily.master=write.passport.yohoops.org9:3306
  580 +jdbc.mysql.yhfamily.slave=write.passport.yohoops.org:3306
  581 +jdbc.mysql.yhfamily.username=yh_test
  582 +jdbc.mysql.yhfamily.password=9nm0icOwt6bMHjMusIfMLw==
  583 +
  584 +#yh-lineshops-db
  585 +jdbc.mysql.lineshops.master=write.passport.yohoops.org:3306
  586 +jdbc.mysql.lineshops.slave=write.passport.yohoops.org:3306
  587 +jdbc.mysql.lineshops.username=yh_test
  588 +jdbc.mysql.lineshops.password=9nm0icOwt6bMHjMusIfMLw==
  589 +
  590 +mongo_db=dev
  591 +mongo_auth_db=admin
  592 +mongo_host=192.168.103.66
  593 +mongo_port=27017
  594 +mongo_username=dbdev
  595 +mongo_password=dev
  596 +max_query_num=500
  597 +max_num=500
  598 +redis_read_open=true
  599 +
  600 +alarm.influxdb.event.url=http://192.168.103.93:8086
  601 +
  602 +yoho.single.center.domain=http://single.yohoops.org
  603 +jdbc.mysql.yh_logs.password=9nm0icOwt6bMHjMusIfMLw==
  604 +
  605 +jdbc.mysql.yh_union.master=write.passport.yohoops.org:3306
  606 +
  607 +jdbc.mysql.yh_union.slave=write.passport.yohoops.org:3306
  608 +
  609 +jdbc.mysql.yh_union.username=yh_test
  610 +jdbc.mysql.yh_union.password=9nm0icOwt6bMHjMusIfMLw==
  611 +
  612 +jdbc.mysql.platform.erp_orders.slave=write.passport.yohoops.org:3306
  613 +
  614 +jdbc.mysql.platform.erp_orders.username=yh_test
  615 +jdbc.mysql.platform.erp_orders.password=9nm0icOwt6bMHjMusIfMLw==
  616 +
  617 +jdbc.mysql.yh_logs.master=write.passport.yohoops.org:3306
  618 +
  619 +jdbc.mysql.yh_logs.username=yh_test
  620 +
  621 +
  622 +rabbit_common_dc0 = rabbit.common.dc0.yohoops.org:5672
  623 +rabbit_common_dc0_user = yoho
  624 +rabbit_common_dc0_password = yoho
  625 +
  626 +rabbit_common_dc1 = rabbit.common.dc1.yohoops.org:5672
  627 +rabbit_common_dc1_user = yoho
  628 +rabbit_common_dc1_password = yoho
  629 +
  630 +yoho.quartz.datasource.url=jdbc:mysql://192.168.102.219:3306/yh_jobmanager?useUnicode=true&characterEncoding=UTF-8
  631 +yoho.quartz.datasource.username=yh_test
  632 +yoho.quartz.datasource.password=9nm0icOwt6bMHjMusIfMLw==
  1 +autoconfig.properties = sharedAutoconfig
  2 +
  3 +autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/global-autoconfig.properties
  4 +
  5 +is.do.rebuild.index = false
  6 +is.do.rebuild.tbl.index = false
  7 +
  8 +java.logs.home = /Data/logs
  9 +
  10 +jdbc.mysql.yhbsearch.master = 192.168.50.69:9980
  11 +jdbc.mysql.yhbsearch.password = 9nm0icOwt6bMHjMusIfMLw==
  12 +jdbc.mysql.yhbsearch.slave = 192.168.102.219:3306
  13 +jdbc.mysql.yhbsearch.username = yh_test
  14 +
  15 +keyword.user.choice.file = /Users/ming/source/logs/fake.csv
  16 +
  17 +mq.exchange = yoho_search
  18 +mq.password = 123qwe
  19 +mq.port = 5672
  20 +mq.server = 192.168.10.109
  21 +mq.username = admin1
  22 +
  23 +rabbit.mq.prefix = no_
  24 +
  25 +redis.port = 6379
  26 +redis.server = 192.168.50.69
  27 +
  28 +search.default.field = productName_ansj^10,brandName^500,brandDomain^100,brandNameCn^100,brandNameEn^100,maxSort^300,middleSort^500,smallSort^1000,searchField_ansj,productSkn_ansj,brandNameCn_pinyin^100,maxSort_pinyin^300,middleSort_pinyin^500,smallSort_pinyin^1000,searchField
  29 +
  30 +search.es.cluster.name = yohosearch
  31 +search.es.servers = 172.16.6.95:9300
  32 +
  33 +search.index.batch.limit = 5000
  34 +search.index.batch.limit.tbl = 2000
  35 +search.index.batch.max.thread.size = 10
  36 +search.index.number_of_replicas = 2
  37 +search.index.refresh_interval = 1
  38 +search.index.translog.flush_threshold_ops = 5000
  39 +
  40 +search.minimum.should.match = 75%
  41 +
  42 +search.operator = and
  43 +
  44 +search.script.lang = groovy
  45 +search.script.score = _score+doc['sortWeight'].value*0.003+(100-doc['breakingRate'].value)/100 * doc['salesWithDateDiff'].value/pow((now-doc['shelveTime'].value)/3600+2,1.8)
  46 +
  47 +tbl.product.private.key = a85bb0674e08986c6b115d5e3a4884fa
  48 +tbl.product.url = http://test.soa.global.yohobuy.com/product/api/v1/detail/
  49 +
  50 +yoho.searchservice.env.namespace = yohosearchservice
  51 +yoho.searchservice.env.serverport = 8
  52 +yoho.searchservice.env.webapphome = /home/dev/yoho-search-service/deploy
  1 +yoho.logs.basedir=/Data/logs
  2 +is_debug_enable=true
  3 +jdbc.mysql.readonlyinslave=true
  4 +autoconfig.properties = sharedAutoconfig
  5 +
  6 +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy/deploy/autoconfig/test_nj_3/global-autoconfig.properties
  7 +
  8 +yoho.env.namespace = media-activity
  9 +yoho.env.serverport = 52
  10 +yoho.env.webapphome = /home/test/media-activity/deploy
  11 +
  12 +redis.proxy.address=192.168.102.17
  13 +redis.proxy.port=6380
  14 +redis.readonly.proxy.port=6380
  15 +redis.readonly.proxy.address=192.168.102.17
  16 +redis.notsync.twemproxy.addresses=192.168.102.17:6380
  17 +
  18 +wechat.callback.host=http://mars-test.yohops.com:9999/media-activity
  19 +wechat.appid=wxb54c80be9c621096
  20 +wechat.appSecret=50aa2e9236d4094bbcdfc5f61f226fe2
  1 +admin.portal.url = http://192.168.102.211:30012
  2 +
  3 +autoconfig.properties = sharedAutoconfig
  4 +
  5 +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy/deploy/autoconfig/test_nj_3/global-autoconfig.properties
  6 +
  7 +erp.domain = http://serve.yohobuy.com
  8 +
  9 +erp.platform.shops.url = http://api.erp.yohobuy.com
  10 +
  11 +erp.shops.account.url = http://serve.yohobuy.com/service/finance/v1/clearing/balancelist
  12 +erp.shops.change.pwd.url = http://serve.yohobuy.com/service/account/v1/Profile/updatePassword
  13 +erp.shops.login.url = http://qrest.yohobuy.com:9098/erp-gateway-web/account/profile/login
  14 +
  15 +erp.storage = http://192.168.10.131:8082/erp-gateway-web/stock
  16 +
  17 +execute.limitcode.host = 10.66.50.140
  18 +
  19 +execute.shopmessage.host = 10.66.50.140
  20 +
  21 +execute.update_product_price.host = 10.66.50.140
  22 +
  23 +file.image.gif.size = 2621440
  24 +file.image.size = 512000
  25 +
  26 +file.maxsize = 5400000
  27 +file.uploadTempDir = /home/test
  28 +
  29 +sync.product.isPromotion.advance.minutes = 5
  30 +
  31 +jdbc.mysql.platform.bigdata_store.password = rALdkYPZCr4QyzBfVCGdXA==
  32 +jdbc.mysql.platform.bigdata_store.slave = 118.89.235.30:3306
  33 +jdbc.mysql.platform.bigdata_store.username = yh_test_bigdata
  34 +jdbc.mysql.platform.erp_account.master = 192.168.102.219:3306
  35 +jdbc.mysql.platform.erp_account.password = 9nm0icOwt6bMHjMusIfMLw==
  36 +jdbc.mysql.platform.erp_account.slave = 192.168.102.219:3306
  37 +jdbc.mysql.platform.erp_account.username = yh_test
  38 +jdbc.mysql.platform.erp_product.master = 192.168.102.219:3306
  39 +jdbc.mysql.platform.erp_product.password = 9nm0icOwt6bMHjMusIfMLw==
  40 +jdbc.mysql.platform.erp_product.slave = 192.168.102.219:3306
  41 +jdbc.mysql.platform.erp_product.username = yh_test
  42 +jdbc.mysql.platform.yh_guang.master = 192.168.102.219:3306
  43 +jdbc.mysql.platform.yh_guang.password = 9nm0icOwt6bMHjMusIfMLw==
  44 +jdbc.mysql.platform.yh_guang.slave = 192.168.102.219:3306
  45 +jdbc.mysql.platform.yh_guang.username = yh_test
  46 +jdbc.mysql.platform.yhb_account.master = 192.168.102.219:3306
  47 +jdbc.mysql.platform.yhb_account.password = 9nm0icOwt6bMHjMusIfMLw==
  48 +jdbc.mysql.platform.yhb_account.slave = 192.168.102.219:3306
  49 +jdbc.mysql.platform.yhb_account.username = yh_test
  50 +
  51 +mkt.activity.domain.url = http://union.yoho.cn/union/tencentMkt/index.html
  52 +
  53 +mkt.pcwap.domain.url = http://union.yoho.cn/union/go
  54 +
  55 +mkt.resource.code.url = https://m.yohobuy.com/channel/f8abd53b5f7c5fe558d3dd567d95ab92.html?nodownload=1
  56 +
  57 +offline.shops.url = http://192.168.102.210:8098/shops/
  58 +
  59 +platform.login.salt = yoho9646yoho9646
  60 +
  61 +platformRedis.proxy.address = 192.168.102.45
  62 +platformRedis.proxy.auth = redis9646
  63 +platformRedis.proxy.port = 6379
  64 +
  65 +search.server.address = http://192.168.102.216:8080/yohosearch/
  66 +
  67 +unionRedis.proxy.address = 192.168.102.211
  68 +unionRedis.proxy.auth = redis9646
  69 +unionRedis.proxy.port = 6379
  70 +
  71 +watchService.waitInterval = 60
  72 +watchService.watchDir = /Data/ftpdir
  73 +
  74 +yohobuy.pfcms.env.namespace = pfcms
  75 +yohobuy.pfcms.env.serverport = 9
  76 +yohobuy.pfcms.env.webapphome = /home/test/platform-cms/deploy
  77 +
  78 +zkAddress = 192.168.102.48:2181
  1 +admin.portal.url = http://192.168.102.211:30012
  2 +
  3 +autoconfig.properties = sharedAutoconfig
  4 +
  5 +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy/deploy/autoconfig/test_nj_3/global-autoconfig.properties
  6 +
  7 +erp.domain = http://serve.yohobuy.com
  8 +
  9 +erp.platform.shops.url = http://api.erp.yohobuy.com
  10 +
  11 +erp.shops.account.url = http://serve.yohobuy.com/service/finance/v1/clearing/balancelist
  12 +erp.shops.change.pwd.url = http://serve.yohobuy.com/service/account/v1/Profile/updatePassword
  13 +erp.shops.login.url = http://qrest.yohobuy.com:9098/erp-gateway-web/account/profile/login
  14 +
  15 +erp.storage = http://192.168.10.131:8082/erp-gateway-web/stock
  16 +
  17 +execute.limitcode.host = 10.66.50.140
  18 +
  19 +execute.shopmessage.host = 10.66.50.140
  20 +
  21 +execute.update_product_price.host = 10.66.50.140
  22 +
  23 +file.image.size = 512000
  24 +file.image.gif.size = 2621440
  25 +file.maxsize = 5400000
  26 +file.uploadTempDir = /home/test
  27 +
  28 +mkt.activity.domain.url = http://union.yoho.cn/union/tencentMkt/index.html
  29 +
  30 +mkt.pcwap.domain.url = http://union.yoho.cn/union/go
  31 +
  32 +mkt.resource.code.url = https://m.yohobuy.com/channel/f8abd53b5f7c5fe558d3dd567d95ab92.html?nodownload=1
  33 +
  34 +offline.shops.url = http://192.168.102.210:8098/shops/
  35 +
  36 +platform.login.salt = yoho9646yoho9646
  37 +
  38 +search.server.address = http://192.168.102.216:8080/yohosearch/
  39 +
  40 +watchService.waitInterval = 60
  41 +watchService.watchDir = /Data/ftpdir
  42 +
  43 +yohobuy.pfmaketing.env.namespace = pfmaketing
  44 +yohobuy.pfmaketing.env.serverport = 1
  45 +yohobuy.pfmaketing.env.webapphome = /home/test/platform-maketing/deploy
  1 +yohobuy.pfproduct.env.webapphome = /home/test/platform-product/deploy
  2 +yohobuy.pfproduct.env.serverport = 0
  3 +yohobuy.pfproduct.env.namespace = pfproduct
  4 +
  5 +
  6 +admin.portal.url = http://192.168.102.49:30012
  7 +
  8 +autoconfig.properties = sharedAutoconfig
  9 +
  10 +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy/deploy/autoconfig/test_nj_3/global-autoconfig.properties
  11 +
  12 +erp.domain = http://serve.yohobuy.com
  13 +
  14 +erp.platform.shops.url = http://api.erp.yohobuy.com
  15 +
  16 +erp.shops.account.url = http://serve.yohobuy.com/service/finance/v1/clearing/balancelist
  17 +erp.shops.change.pwd.url = http://serve.yohobuy.com/service/account/v1/Profile/updatePassword
  18 +erp.shops.login.url = http://qrest.yohobuy.com:9098/erp-gateway-web/account/profile/login
  19 +erp.shop.url = http://192.168.103.82:9098/erp-gateway-web/
  20 +erp.storage = http://192.168.10.131:8082/erp-gateway-web/stock
  21 +
  22 +
  23 +
  24 +execute.limitcode.host = 10.66.50.140
  25 +watchService.watchDir = /Data/ftpdir
  26 +watchService.waitInterval = 60
  27 +execute.shopmessage.host = 10.66.50.140
  28 +
  29 +execute.update_product_price.host = 10.66.50.140
  30 +bigdata.qiniu.refresh.url=http://fusion.qiniuapi.com/v2/tune/refresh
  31 +stock.req.url = http://192.168.13.3:7070/erp-gateway-web/finance/calc/calcSknLowestPrice
  32 +erp.realStorage.url = http://192.168.13.24:8099/erp-gateway-web/shift_logs/query_stock_num_by_sku
  33 +bigdata.ad.userid = 9999
  34 +bigdata.qiniu.accesskey = 11111
  35 +bigdata.qiniu.bucket = db-backup
  36 +bigdata.qiniu.secretkey = 333333
  37 +
  38 +file.image.gif.size = 2621440
  39 +
  40 +file.uploadMalongImgDir = /Data/malong
  41 +malongApi.accessKeyId = 7343a192140f25a59c53dab5652f5f47
  42 +malongApi.imageSetId = 7tm74zfv
  43 +malongApi.paiUserId = 1714
  44 +malongApi.secretKey = 45c1ce98ee6b4701d55802989ba240f4
  45 +
  46 +
  47 +file.image.size = 512000
  48 +
  49 +file.maxsize = 5400000
  50 +file.uploadTempDir = /home/test
  51 +
  52 +mkt.activity.domain.url = http://union.yoho.cn/union/tencentMkt/index.html
  53 +
  54 +mkt.pcwap.domain.url = http://union.yoho.cn/union/go
  55 +
  56 +mkt.resource.code.url = https://m.yohobuy.com/channel/f8abd53b5f7c5fe558d3dd567d95ab92.html?nodownload=1
  57 +
  58 +offline.shops.url = http://192.168.102.210:8098/shops/
  59 +
  60 +platform.login.salt = yoho9646yoho9646
  61 +
  62 +search.server.address = http://192.168.102.216:8080/yohosearch/
  63 +
  64 +watchService.waitInterval = 60
  65 +watchService.watchDir = /Data/ftpdir
  66 +
  67 +price.changed.notice.phone = 13512519156
  68 +price.audit.firstRoleName = zuzhang1
  69 +price.audit.secondCheckRoleName = secondCheck
  70 +price.audit.secondPid = 100476
  71 +price.audit.thirdPid = 100478
  72 +price.over.days.roleName=444
  73 +api.yoho.url = http://api-test3.yohops.com:9999
  74 +service.yoho.url = http://service-test3.yohops.com:9999
  75 +erpYohops.domain = http://192.168.102.45:9999
  76 +
  77 +ali.check.accessKeyId=LTAIbjgV667m6ujZ
  78 +ali.check.accessKeySecret=aDJt9zdp0FsOpa4zQ2JzccBFq5Pq6K
  79 +
  80 +upload.tencent.bid = b_teg_openrecom_opq68unpsix93dy2zjco
  81 +upload.tencent.product.mark = 9.99
  82 +upload.tencent.url = http://data.dm.qcloud.com1:8088
  83 +
  84 +erp.virtualinventory.setNumberBySkn.url = http://serve.yohobuy.com/service/supplier/v1/virtualinventory/setNumberBySkn
  85 +
  86 +local.task.host = 192.168.102.48
  87 +
  88 +shop.status.change.phone = 17895010543
  89 +
  90 +
  91 +jdbc.mysql.platform.erp_account.master = 192.168.102.219:3306
  92 +jdbc.mysql.platform.erp_account.password = 9nm0icOwt6bMHjMusIfMLw==
  93 +jdbc.mysql.platform.erp_account.slave = 192.168.102.219:3306
  94 +jdbc.mysql.platform.erp_account.username = yh_test
  95 +jdbc.mysql.platform.erp_product.master = 192.168.102.219:3306
  96 +jdbc.mysql.platform.erp_product.password = 9nm0icOwt6bMHjMusIfMLw==
  97 +jdbc.mysql.platform.erp_product.slave = 192.168.102.219:3306
  98 +jdbc.mysql.platform.erp_product.username = yh_test
  99 +jdbc.mysql.platform.yh_guang.master = 192.168.102.219:3306
  100 +jdbc.mysql.platform.yh_guang.password = 9nm0icOwt6bMHjMusIfMLw==
  101 +jdbc.mysql.platform.yh_guang.slave = 192.168.102.219:3306
  102 +jdbc.mysql.platform.yh_guang.username = yh_test
  103 +jdbc.mysql.platform.yhb_account.master = 192.168.102.219:3306
  104 +jdbc.mysql.platform.yhb_account.password = 9nm0icOwt6bMHjMusIfMLw==
  105 +jdbc.mysql.platform.yhb_account.slave = 192.168.102.219:3306
  106 +jdbc.mysql.platform.yhb_account.username = yh_test
  107 +jdbc.mysql.platform.bigdata_store.slave = 118.89.235.30:3306
  108 +jdbc.mysql.platform.bigdata_store.username = yh_test_bigdata
  109 +jdbc.mysql.platform.bigdata_store.password = rALdkYPZCr4QyzBfVCGdXA==
  110 +
  111 +zkAddress=192.168.102.48:2181
  112 +
  113 +platformRedis.proxy.address=192.168.102.45
  114 +platformRedis.proxy.port=6379
  115 +platformRedis.proxy.auth=redis9646
  116 +
  117 +unionRedis.proxy.address = 192.168.102.211
  118 +unionRedis.proxy.auth = redis9646
  119 +unionRedis.proxy.port = 6379
  1 +admin.portal.url = http://192.168.102.211:30012
  2 +
  3 +autoconfig.properties = sharedAutoconfig
  4 +
  5 +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy/deploy/autoconfig/test_nj_3/global-autoconfig.properties
  6 +
  7 +erp.domain = http://serve.yohobuy.com
  8 +
  9 +erp.platform.shops.url = http://api.erp.yohobuy.com
  10 +
  11 +erp.shops.account.url = http://serve.yohobuy.com/service/finance/v1/clearing/balancelist
  12 +erp.shops.change.pwd.url = http://serve.yohobuy.com/service/account/v1/Profile/updatePassword
  13 +erp.shops.login.url = http://qrest.yohobuy.com:9098/erp-gateway-web/account/profile/login
  14 +
  15 +erp.storage = http://192.168.10.131:8082/erp-gateway-web/stock
  16 +
  17 +execute.limitcode.host = 10.66.50.140
  18 +
  19 +execute.shopmessage.host = 10.66.50.140
  20 +
  21 +execute.update_product_price.host = 10.66.50.140
  22 +
  23 +file.image.gif.size = 2621440
  24 +file.image.size = 512000
  25 +
  26 +file.maxsize = 5400000
  27 +file.uploadTempDir = /home/test
  28 +
  29 +jdbc.mysql.platform.bigdata_store.password = rALdkYPZCr4QyzBfVCGdXA==
  30 +jdbc.mysql.platform.bigdata_store.slave = 118.89.235.30:3306
  31 +jdbc.mysql.platform.bigdata_store.username = yh_test_bigdata
  32 +jdbc.mysql.platform.erp_account.master = 192.168.102.219:3306
  33 +jdbc.mysql.platform.erp_account.password = 9nm0icOwt6bMHjMusIfMLw==
  34 +jdbc.mysql.platform.erp_account.slave = 192.168.102.219:3306
  35 +jdbc.mysql.platform.erp_account.username = yh_test
  36 +jdbc.mysql.platform.erp_product.master = 192.168.102.219:3306
  37 +jdbc.mysql.platform.erp_product.password = 9nm0icOwt6bMHjMusIfMLw==
  38 +jdbc.mysql.platform.erp_product.slave = 192.168.102.219:3306
  39 +jdbc.mysql.platform.erp_product.username = yh_test
  40 +jdbc.mysql.platform.yh_guang.master = 192.168.102.219:3306
  41 +jdbc.mysql.platform.yh_guang.password = 9nm0icOwt6bMHjMusIfMLw==
  42 +jdbc.mysql.platform.yh_guang.slave = 192.168.102.219:3306
  43 +jdbc.mysql.platform.yh_guang.username = yh_test
  44 +jdbc.mysql.platform.yhb_account.master = 192.168.102.219:3306
  45 +jdbc.mysql.platform.yhb_account.password = 9nm0icOwt6bMHjMusIfMLw==
  46 +jdbc.mysql.platform.yhb_account.slave = 192.168.102.219:3306
  47 +jdbc.mysql.platform.yhb_account.username = yh_test
  48 +
  49 +mkt.activity.domain.url = http://union.yoho.cn/union/tencentMkt/index.html
  50 +
  51 +mkt.pcwap.domain.url = http://union.yoho.cn/union/go
  52 +
  53 +mkt.resource.code.url = https://m.yohobuy.com/channel/f8abd53b5f7c5fe558d3dd567d95ab92.html?nodownload=1
  54 +
  55 +offline.shops.url = http://192.168.102.210:8098/shops/
  56 +
  57 +platform.login.salt = yoho9646yoho9646
  58 +
  59 +platformRedis.proxy.address = 192.168.102.45
  60 +platformRedis.proxy.auth = redis9646
  61 +platformRedis.proxy.port = 6379
  62 +
  63 +search.server.address = http://192.168.102.216:8080/yohosearch/
  64 +
  65 +unionRedis.proxy.address = 192.168.102.211
  66 +unionRedis.proxy.auth = redis9646
  67 +unionRedis.proxy.port = 6379
  68 +
  69 +watchService.waitInterval = 60
  70 +watchService.watchDir = /Data/ftpdir
  71 +
  72 +yohobuy.pfpromotion.env.namespace = pfpromotion
  73 +yohobuy.pfpromotion.env.serverport = 8
  74 +yohobuy.pfpromotion.env.webapphome = /home/test/platform-promotion/deploy
  75 +
  76 +zkAddress = 192.168.102.48:2181
  1 +admin.portal.url = http://192.168.102.211:30012
  2 +
  3 +autoconfig.properties = sharedAutoconfig
  4 +
  5 +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy/deploy/autoconfig/test_nj_3/global-autoconfig.properties
  6 +
  7 +erp.domain = http://serve.yohobuy.com
  8 +
  9 +erp.platform.shops.url = http://api.erp.yohobuy.com
  10 +
  11 +erp.shops.account.url = http://serve.yohobuy.com/service/finance/v1/clearing/balancelist
  12 +erp.shops.change.pwd.url = http://serve.yohobuy.com/service/account/v1/Profile/updatePassword
  13 +erp.shops.login.url = http://qrest.yohobuy.com:9098/erp-gateway-web/account/profile/login
  14 +
  15 +erp.storage = http://192.168.10.131:8082/erp-gateway-web/stock
  16 +
  17 +execute.limitcode.host = 10.66.50.140
  18 +
  19 +execute.shopmessage.host = 10.66.50.140
  20 +
  21 +execute.update_product_price.host = 10.66.50.140
  22 +
  23 +file.image.size = 512000
  24 +
  25 +file.maxsize = 5400000
  26 +file.uploadTempDir = /home/test
  27 +file.image.gif.size = 2621440
  28 +mkt.activity.domain.url = http://union.yoho.cn/union/tencentMkt/index.html
  29 +
  30 +mkt.pcwap.domain.url = http://union.yoho.cn/union/go
  31 +
  32 +mkt.resource.code.url = https://m.yohobuy.com/channel/f8abd53b5f7c5fe558d3dd567d95ab92.html?nodownload=1
  33 +
  34 +offline.shops.url = http://192.168.102.210:8098/shops/
  35 +
  36 +platform.login.salt = yoho9646yoho9646
  37 +
  38 +search.server.address = http://192.168.102.216:8080/yohosearch/
  39 +
  40 +watchService.waitInterval = 60
  41 +watchService.watchDir = /Data/ftpdir
  42 +
  43 +yohobuy.pfseller.env.namespace = pfseller
  44 +yohobuy.pfseller.env.serverport = 2
  45 +yohobuy.pfseller.env.webapphome = /home/test/platform-seller/deploy
  46 +
  47 +
  48 +jdbc.mysql.platform.erp_account.master = 192.168.102.219:3306
  49 +jdbc.mysql.platform.erp_account.password = 9nm0icOwt6bMHjMusIfMLw==
  50 +jdbc.mysql.platform.erp_account.slave = 192.168.102.219:3306
  51 +jdbc.mysql.platform.erp_account.username = yh_test
  52 +jdbc.mysql.platform.erp_product.master = 192.168.102.219:3306
  53 +jdbc.mysql.platform.erp_product.password = 9nm0icOwt6bMHjMusIfMLw==
  54 +jdbc.mysql.platform.erp_product.slave = 192.168.102.219:3306
  55 +jdbc.mysql.platform.erp_product.username = yh_test
  56 +jdbc.mysql.platform.yh_guang.master = 192.168.102.219:3306
  57 +jdbc.mysql.platform.yh_guang.password = 9nm0icOwt6bMHjMusIfMLw==
  58 +jdbc.mysql.platform.yh_guang.slave = 192.168.102.219:3306
  59 +jdbc.mysql.platform.yh_guang.username = yh_test
  60 +jdbc.mysql.platform.yhb_account.master = 192.168.102.219:3306
  61 +jdbc.mysql.platform.yhb_account.password = 9nm0icOwt6bMHjMusIfMLw==
  62 +jdbc.mysql.platform.yhb_account.slave = 192.168.102.219:3306
  63 +jdbc.mysql.platform.yhb_account.username = yh_test
  64 +jdbc.mysql.platform.bigdata_store.slave = 118.89.235.30:3306
  65 +jdbc.mysql.platform.bigdata_store.username = yh_test_bigdata
  66 +jdbc.mysql.platform.bigdata_store.password = rALdkYPZCr4QyzBfVCGdXA==
  67 +
  68 +zkAddress=192.168.102.48:2181
  69 +
  70 +platformRedis.proxy.address=192.168.102.45
  71 +platformRedis.proxy.port=6379
  72 +platformRedis.proxy.auth=redis9646
  73 +
  74 +unionRedis.proxy.address = 192.168.102.211
  75 +unionRedis.proxy.auth = redis9646
  76 +unionRedis.proxy.port = 6379
  1 +autoconfig.properties = sharedAutoconfig
  2 +
  3 +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy/deploy/autoconfig/test_nj_3/global-autoconfig.properties
  4 +
  5 +gateway.api.url = http://api-test3.yohops.com:9999/
  6 +
  7 +gateway.service.url = http://service-test3.yohops.com:9999/
  8 +
  9 +is_debug_enable = true
  10 +uic.login.ip.limit.times=10
  11 +uic.login.fail.limit.times=10
  12 +
  13 +uic.screen.mobilestart = ["147", "170", "171"]
  14 +
  15 +uic_userInfoRest_enable = true
  16 +
  17 +yoho.uic.env.namespace = uic
  18 +yoho.uic.env.serverport = 6
  19 +yoho.uic.env.webapphome = /home/test/uic/deploy
  20 +invite.code.url = https://union.yoho.cn/union/app-downloads.html?union_type=100000000005441
  21 + union.domain.url = http://webunion_tl.yohobuy.com/union
  22 +
  23 + password.aes.key = yoho9646yoho9646
  24 +
  25 +//图形验证码允许重复请求数
  26 +graphic.request.count=5
  27 +
  28 +//新生成图形验证码个数
  29 +graphic.generate.num=1
  30 +
  31 +//是否删除重复请求的验证码
  32 +graphic.isDel.repeatGraphic=true
  33 +
  1 +autoconfig.properties = sharedAutoconfig
  2 +
  3 +autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/global-autoconfig.properties
  4 +
  5 +java.logs.home = /Data/logs
  6 +
  7 +jdbc.mysql.readonlyinslave = false
  8 +
  9 +yoho.portal.env.productmode = PRODUCT
  10 +yoho.portal.env.serverport = 9
  11 +yoho.portal.env.webapphome = /home/master/yoho-admin-portal/deploy
  12 +
  13 +yohobuy.portal.env.namespace = yoho-admin-portal
  1 +autoconfig.properties = sharedAutoconfig
  2 +
  3 +autoconfig.properties.sharedAutoconfig = file:/home/master/opps/deploy/autoconfig/master/global-autoconfig.properties
  4 +
  5 +yoho.dashboard.env.namespace = yohodashboard
  6 +yoho.dashboard.env.productmode = PRODUCT
  7 +yoho.dashboard.env.serverport = 9
  8 +yoho.dashboard.env.webapphome = /home/master/yoho-dashboard/deploy
  1 +applepay.notifyurl = http://service.yoho.cn/payment/applepay_notify
  2 +
  3 +autoconfig.properties = sharedAutoconfig
  4 +
  5 +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy/deploy/autoconfig/test_nj_3/global-autoconfig.properties
  6 +
  7 +degrade_articleNotice_level = 0
  8 +degrade_complaintsCount_level = 0
  9 +degrade_complaintsList_level = 0
  10 +degrade_likeBrand_level = 0
  11 +degrade_myIndex_level = 0
  12 +degrade_redpacketInfo_level = 0
  13 +degrade_redpacketList_level = 0
  14 +degrade_redpacket_level = 0
  15 +degrade_redutionCount_level = 0
  16 +degrade_shareBrandInfo_level = 0
  17 +degrade_shareGuang_level = 0
  18 +degrade_userHabits_level = 0
  19 +
  20 +erp.order.status.url = http://portal.admin.yohobuy.com/api/orders/status
  21 +
  22 +erp.shops.batch.url = http://192.168.102.47:9098/erp-gateway-web/stock/get_batch_stock
  23 +erp.shops.url = http://192.168.102.47:9098/erp-gateway-web/stock/get_stock
  24 +
  25 +file.uploadTempDir = /Data
  26 +
  27 +gateway.screen.mobilestart = ["147", "170", "171"]
  28 +
  29 +gateway.signature.key.salt = mQyMTMwZjlmZTZmYjY4UjkNmYwZGM0OTk0Y
  30 +
  31 +innerHostSuffix = yohops.com
  32 +is_checksession_enable = false
  33 +is_debug_enable = true
  34 +
  35 +line.shops.url = http://192.168.102.47:8098/shops/
  36 +
  37 +login.skip.modify.weakPwd = N
  38 +
  39 +message.inboxNum.expire = 120
  40 +
  41 +password.aes.key = yoho9646yoho9646
  42 +
  43 +photoSearch.access.key.id = 7343a192140f25a59c53dab5652f5f47
  44 +
  45 +photoSearch.secret.key = 45c1ce98ee6b4701d55802989ba240f4
  46 +
  47 +photoSearch.service.id = rdbehn3x
  48 +
  49 +platform.service.url = http://192.168.102.48:8088/platform
  50 +
  51 +portalGateway.ipad.key = ad9fcda2e679cf9229e37feae2cdcf80
  52 +
  53 +portalGateway.service.url = http://192.168.102.210:8080/portal-gateway
  54 +
  55 +qZone.request.token = w5Rfz6sDZGn52cWq2a
  56 +
  57 +qq.notifyurl = http://service.yoho.cn/payment/qqpay_notify
  58 +
  59 +uic.service.url = http://uic.yohoops.org:8096/uic
  60 +
  61 +unionpay.notifyurl = https://service.yoho.cn/payment/unionpay_newnotify
  62 +
  63 +users.browse.appVersion = 4.1.0.***
  64 +users.browse.expire = 7776000
  65 +users.browse.numPerUser = 200
  66 +users.browse.sync = true
  67 +
  68 +wechat.app.newnotifyurl = http://service.yoho.cn/payment/weixin_notify
  69 +wechat.app.notifyurl = http://service.yoho.cn/payment/wechat_notify
  70 +
  71 +wechat.wap.notifyurl = http://service.yoho.cn/payment/wechatwap_notify
  72 +
  73 +yoho.api.docs.filter = ^.*$
  74 +yoho.api.docs.switch = on
  75 +
  76 +yoho.erp.gateway.env.namespace = erp-gateway
  77 +yoho.erp.gateway.env.serverport = 9
  78 +yoho.erp.gateway.env.webapphome = /home/test/yoho-erp-gateway/deploy
  79 +gateway.url.accessTokeng.get=http://api-test3.yohops.com:9999/?method=wechat.token.get
  80 +
  1 +autoconfig.properties = sharedAutoconfig
  2 +
  3 +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy/deploy/autoconfig/test_nj_3/global-autoconfig.properties
  4 +
  5 +yoho.family.env.namespace = family
  6 +yoho.family.env.serverport = 1
  7 +yoho.family.env.webapphome = /home/master/yoho-family/deploy
  1 +applepay.notifyurl = http://service.yoho.cn/payment/applepay_notify
  2 +
  3 +autoconfig.properties = sharedAutoconfig
  4 +
  5 +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy/deploy/autoconfig/test_nj_3/global-autoconfig.properties
  6 +
  7 +degrade_articleNotice_level = 0
  8 +degrade_complaintsCount_level = 0
  9 +degrade_complaintsList_level = 0
  10 +degrade_likeBrand_level = 0
  11 +degrade_myIndex_level = 0
  12 +degrade_redpacketInfo_level = 0
  13 +degrade_redpacketList_level = 0
  14 +degrade_redpacket_level = 0
  15 +degrade_redutionCount_level = 0
  16 +degrade_shareBrandInfo_level = 0
  17 +degrade_shareGuang_level = 0
  18 +degrade_userHabits_level = 0
  19 +
  20 +erp.order.status.url = http://portal.admin.yohobuy.com/api/orders/status
  21 +
  22 +erp.shops.batch.url = http://192.168.102.47:9098/erp-gateway-web/stock/get_batch_stock
  23 +erp.shops.url = http://192.168.102.47:9098/erp-gateway-web/stock/get_stock
  24 +
  25 +file.uploadTempDir = /Data
  26 +
  27 +gateway.screen.mobilestart = ["147", "170", "171"]
  28 +
  29 +innerHostSuffix = yohops.com
  30 +is_checksession_enable = false
  31 +is_debug_enable = true
  32 +
  33 +line.shops.url = http://192.168.102.47:8098/shops/
  34 +
  35 +login.skip.modify.weakPwd = N
  36 +
  37 +message.inboxNum.expire = 120
  38 +
  39 +password.aes.key = yoho9646yoho9646
  40 +
  41 +photoSearch.access.key.id = 7343a192140f25a59c53dab5652f5f47
  42 +
  43 +photoSearch.secret.key = 45c1ce98ee6b4701d55802989ba240f4
  44 +
  45 +photoSearch.service.id = rdbehn3x
  46 +
  47 +platform.service.url = http://192.168.102.48:8088/platform
  48 +
  49 +portalGateway.ipad.key = ad9fcda2e679cf9229e37feae2cdcf80
  50 +
  51 +portalGateway.service.url = http://192.168.102.210:8080/portal-gateway
  52 +
  53 +qq.notifyurl = http://service.yoho.cn/payment/qqpay_notify
  54 +
  55 +uic.service.url = http://uic.yohoops.org:8096/uic
  56 +
  57 +unionpay.notifyurl = https://service.yoho.cn/payment/unionpay_newnotify
  58 +
  59 +users.browse.appVersion = 4.1.0.***
  60 +users.browse.expire = 7776000
  61 +users.browse.numPerUser = 200
  62 +users.browse.sync = true
  63 +
  64 +wechat.app.newnotifyurl = http://service.yoho.cn/payment/weixin_notify
  65 +wechat.app.notifyurl = http://service.yoho.cn/payment/wechat_notify
  66 +
  67 +wechat.wap.notifyurl = http://service.yoho.cn/payment/wechatwap_notify
  68 +
  69 +yoho.gateway.env.namespace = gateway
  70 +yoho.gateway.env.serverport = 0
  71 +yoho.gateway.env.webapphome = /home/test/yoho-gateway/deploy
  72 +
  73 +#signature encrypt key salt
  74 +gateway.signature.key.salt=mQyMTMwZjlmZTZmYjY4UjkNmYwZGM0OTk0Y
  75 +
  76 +yoho.api.docs.switch=on
  77 +yoho.api.docs.filter=^.*$
  78 +
  79 +trace.enabled=true
  80 +qZone.request.token=w5Rfz6sDZGn52cWq2a
  81 +
  82 +sdk.ak=LTAIekrpZAi32NJP
  83 +sdk.aks=7PFg0ZW4rX7ViGQ3jNghHvL7G5E2pU
  84 +sdk.instanceId=ba35b368-b0ae-4019-8509-c538aaf4a790
  85 +sdk.instanceName=yohopic
  86 +
  87 +wechat.access.appid = wx1e6997242bcfcdfb
  88 +wechat.access.secret = d6fa51581e4c11ee312a1990c2ebf0bd
  89 +
  90 +union.inner.url=http://union.yohoops.org/union
  1 +yoho.logs.basedir=/Data/logs
  2 +
  3 +is_debug_enable=false
  4 +jdbc.mysql.readonlyinslave=true
  5 +autoconfig.properties = sharedAutoconfig
  6 +
  7 +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy/deploy/autoconfig/test_nj_3/global-autoconfig.properties
  8 +
  9 +yohomars.env.namespace = yohomars
  10 +yohomars.env.serverport = 72
  11 +yohomars.env.webapphome = /home/test/yoho-mars/deploy
  12 +
  13 +website.domain=http://mars-test.dev.yohocorp.com/
  14 +uic.service.url=http://192.168.103.73:8096/uic/
  15 +exchange.cur.appkey=8154ce96f69f2bb7755b9f477091d3d7
  16 +
  17 +redis.proxy.address=192.168.102.17
  18 +redis.proxy.port=6380
  19 +redis.readonly.proxy.port=6380
  20 +redis.readonly.proxy.address=192.168.102.17
  21 +redis.notsync.twemproxy.addresses=192.168.102.17:6380
  22 +redis.notsync.twemproxy.auth=
  23 +mars.task.switch=true
  24 +exchange.cur.appkey=8154ce96f69f2bb7755b9f477091d3d7
  25 +
  26 +activity.save.msg=编辑团队会尽快审核,请留意系统通知
  27 +
  28 +WECHAT_APPID=wx9d0d7dfed5bbaa8b
  29 +WECHAT_APPSECRET=3d37f946bca59a8c082ee8111adf6c6c
  30 +
  31 +youzan.uic.platform.url=https://uic.youzan.com
  32 +youzan.open.platform.url=https://open.youzan.com
  33 +youzan.trade.days=30
  34 +es.service.url=http://192.168.102.17:8087/yohomars-search
  35 +
  36 +signature.single.key=yoho9646yoho9646
  37 +points.raffle.h5=http://www.yohomars.com/yohomars/mars-activity/dist/luck-draw/integral.html
  38 +city.activity.rank = {"890": "272", "2":"282", "广州":"322", "1052":"278", "5176":"284", "5175":"286", "5121":"268", "5172":"274", "曼谷":"678", "5171":"266", "5145":"270", "5173":"276", "洛杉矶":"280", "巴黎": "1004"}
  39 +static.path=/yohomars/static/
  1 +autoconfig.properties = sharedAutoconfig
  2 +
  3 +autoconfig.properties.sharedAutoconfig = file:/home/test/opps/deploy/autoconfig/master/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/yoho-message/deploy
  10 +
  11 +mobile.limit.sendTimes=50
  1 +autoconfig.properties = sharedAutoconfig
  2 +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy/deploy/autoconfig/test/global-autoconfig.properties
  3 +
  4 +jdbc.mysql.readonlyinslave = true
  5 +yoho.messagecontroller.env.namespace = yoho-message-controller
  6 +yoho.messagecontroller.env.serverport = 7
  7 +yoho.messagecontroller.env.webapphome = /home/test/yoho-message-controller/deploy
  8 +
  9 +redis.push.address=192.168.102.211
  10 +redis.push.port = 6379
  11 +redis.push.auth=
  1 +autoconfig.properties = sharedAutoconfig
  2 +
  3 +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy/deploy/autoconfig/test_nj_3/global-autoconfig.properties
  4 +
  5 +yoho.messagesender.env.namespace = yoho-message-sender
  6 +yoho.messagesender.env.serverport = 7
  1 +yoho.logs.basedir=/Data/logs
  2 +autoconfig.properties = sharedAutoconfig
  3 +is_debug_enable = true
  4 +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy/deploy/autoconfig/test_nj_3/global-autoconfig.properties
  5 +
  6 +uic.service.url=http://192.168.103.73:8096/uic/
  7 +
  8 +mag.service.url=http://ezine-test.dev.yohocorp.com/index.php?r=Apiemag
  9 +
  10 +yohonow.env.namespace = yohonow
  11 +yohonow.env.serverport = 1
  12 +yohonow.env.webapphome = /home/test/yoho-now/deploy
  13 +
  14 +qiniu.domain=http://imgboys1.yohobuy.com
  15 +qiniu.accesskey=BwWhoJN536BnV3CzlE20AjNKC9O2bP0l5tFpKsDU
  16 +qiniu.secretkey=_x2VtO7fEmylgjojmLi7qwTBtRm30S8BrO0FxOPK
  17 +qiniu.bucket=cmsimg01
  18 +
  19 +boy.cn.site.url=http://yohonow-test.dev.yohocorp.com
  20 +girl.cn.site.url=http://newgirls.test.yoho.cn
  21 +
  22 +#hongkong site main
  23 +boy.hk.site.url=http://hkboys.test.yoho.cn
  24 +girl.hk.site.url=http://hkgirls.test.yoho.cn
  25 +social.domain.url=http://192.168.102.52:8095/social
  26 +
  27 +redis.notsync.twemproxy.addresses = 192.168.102.17:6379
  28 +redis.notsync.twemproxy.auth=
  29 +redis.proxy.address = 192.168.102.17
  30 +redis.readonly.proxy.address = 192.168.102.17
  31 +
  32 +yohoboys.res.url=http://cmsres.test.yoho.cn
  33 +
  34 +is_task_enbale=true
  35 +
  36 +yohood.domain.url=http://yohood.test.yoho.cn/
  37 +
  38 +project.server.domain = http://yohonow-test.dev.yohocorp.com/yohonow/
  39 +https.project.server.domain = http://yohonow-test.dev.yohocorp.com
  40 +
  41 +project.family.domain=http://192.168.103.98:8026/yoho-family
  42 +project.yohoFamily.enter=http://m.yohobuy.com/home/family
  43 +send.error.mobile=13951882433
  44 +send.error.email=ping.huang@yoho.cn
  45 +static_src=/yohonow/public/yohonow-static/1.0.14
  46 +
  47 +es.search.url=http://192.168.102.17:8087/yohomars-search
  48 +shoedoctor.diagnosis=21
  49 +
  50 +wechat.callback.host=http://mars-test.yohops.com:9999/yohonow
  51 +wechat.appid=wxb54c80be9c621096
  52 +wechat.appSecret=50aa2e9236d4094bbcdfc5f61f226fe2
  53 +wechat.api.url=http://api-cms.yoho.cn
  1 +autoconfig.properties = sharedAutoconfig
  2 +
  3 +autoconfig.properties.sharedAutoconfig = file:/home/test/opps/deploy/autoconfig/master/global-autoconfig.properties
  4 +
  5 +db.batch.size = 100000
  6 +
  7 +getui.appid = Rzwp6SnIbr5U7sgaxVsLA8
  8 +getui.appkey = jYlLaLbRm972pOzZx5pzQA
  9 +getui.appsecret = RF2JGk8cPt7Q9WZMx3QPBA
  10 +
  11 +getui.default.size = 1000
  12 +
  13 +getui.host = http://sdk.open.api.igexin.com/apiex.htm
  14 +getui.mastersecret = iQ6Z7sbDge9I5vHOBI5iA2
  15 +
  16 +ios.default.size = 1000
  17 +
  18 +ios.keystore = /yoho_push.p12
  19 +ios.password = 123456
  20 +
  21 +push.ios.custom.key = custom_content
  22 +
  23 +push.task.type = ios
  24 +
  25 +rabbit_vhost = yoho
  26 +
  27 +send.task.batch.size = 100
  28 +
  29 +yoho.push.env.namespace = push
  30 +yoho.push.env.serverport = 9
  31 +yoho.push.env.webapphome = /home/test/yoho-push/deploy
  32 +
  33 +redis.pool.maxTotal=200
  34 +redis.pool.maxIdle=100
  35 +
  36 +#redis.push.address=read.redis.yohoops.org
  37 +redis.push.address=192.168.103.189
  38 +redis.push.port=6379
  39 +redis.pool.minIdle=30
  40 +redis.pool.maxWaitMillis=10000
  41 +
  42 +yoho.quartz.datasource.url=jdbc:mysql://192.168.102.219:3306/yh_jobmanager?useUnicode=true&characterEncoding=UTF-8
  43 +
  44 +yoho.quartz.datasource.username=yh_test
  45 +yoho.quartz.datasource.password=9nm0icOwt6bMHjMusIfMLw==
  46 +
  47 +redis.push.auth=redis9646
  48 +
  1 +autoconfig.properties = sharedAutoconfig
  2 +
  3 +autoconfig.properties.sharedAutoconfig = file:/home/test/opps/deploy/autoconfig/master/global-autoconfig.properties
  4 +
  5 +yoho.search.adaptor.env.serverport = 5
  6 +yoho.search.adaptor.env.webapphome = /home/test/yoho-search-adaptor/deploy
  7 +yoho.search.adaptor.env.namespace = yoho-search-adaptor
  8 +
  9 +tbl.product.url = http://service.api.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/opps/deploy/autoconfig/master/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/yoho-search-consumer/deploy
  7 +
  8 +#search-tbl
  9 +tbl.product.url = http://test.soa.global.yohobuy.com/product/api/v1/detail/
  10 +
  11 +#search-adaptor
  12 +tpl.adaptor.valid = false
  13 +tpl.adaptor.domain = http://search.adaptor.yohoops.org:8085/search-adaptor
  14 +
  15 +#build.productindex.use.code
  16 +build.productindex.use.code=true
  17 +
  18 +#build.storageskuindex.use.code
  19 +build.storageskuindex.use.code=true
  20 +
  21 +#consumer index config
  22 +search.index.batch.limit=2500
  23 +search.index.batch.max.thread.size=10
  24 +
  25 +#suggest count
  26 +suggestion.count.batch.limit=300
  27 +suggestion.count.batch.max.thread.size=1
  28 +suggestion.discover.batch.limit=500
  29 +suggestion.discover.batch.max.thread.size=3
  30 +suggestion.count.agg.size=10000
  31 +suggestion.count.agg.mindoc=5
  1 +autoconfig.properties = sharedAutoconfig
  2 +
  3 +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy/deploy/autoconfig/test_nj_3/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.promotion = promotion
  10 +canal.destination.shop = shops
  11 +canal.destination.yhgeditor = yhgeditor
  12 +canal.destination.yhgproduct = yhgproduct
  13 +
  14 +canal.hostType = zkCluster
  15 +
  16 +canal.server.port = zk01.yohoops.org:2181
  17 +
  18 +canal.subscribeChannel.erpcustomerservice = erp_customer_service.robot_question
  19 +canal.subscribeChannel.erpproduct = erp_product.product_pool_detail,erp_product.product_ext,erp_product.product_attribute,erp_product.product_price
  20 +canal.subscribeChannel.helper = yh_helper.helper
  21 +canal.subscribeChannel.operation = yhb_operations.suggest_word_custom,yhb_operations.suggest_conversion_custom,yhb_operations.activity_product,yhb_operations.es_word_def
  22 +canal.subscribeChannel.promotion = yhb_promotion.promotion_info,yhb_promotion.promotion_params,yhb_promotion.promotion_product_flags,yhb_promotion.promotion_type
  23 +canal.subscribeChannel.shop = yh_shops.product_attribute_property_values,yh_shops.brand,yh_shops.goods,yh_shops.goods_images,yh_shops.product,yh_shops.product_color,yh_shops.product_sort,yh_shops.product_standard_relation,yh_shops.product_style_relation,yh_shops.size,yh_shops.storage,yh_shops.standard,yh_shops.style,yh_shops.product_activities_link,yh_shops.product_search,yh_shops.parameter_make,yh_shops.search_action,yh_shops.product_keywords,yh_shops.product_price_plan,yh_shops.product_timing,yh_shops.shops,yh_shops.shops_brands,yh_shops.sales_category
  24 +canal.subscribeChannel.yhgeditor = yhg_editor.tbl_brand,yhg_editor.tbl_site,yhg_editor.tbl_sort
  25 +canal.subscribeChannel.yhgproduct = yhg_product.tbl_product,yhg_product.tbl_product_skc,yhg_product.tbl_product_sku
  26 +
  27 +yoho.search.producer.env.namespace = search-producer
  28 +yoho.search.producer.env.serverport = 9
  29 +yoho.search.producer.env.webapphome = /home/test/yoho-search-producer/deploy
  1 +autoconfig.properties = sharedAutoconfig
  2 +
  3 +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy/deploy/autoconfig/test/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/yoho-search-service/deploy
  8 +
  9 +##tpl adaptor
  10 +
  11 +tpl.adaptor.valid = true
  12 +
  13 +##search.use.cache[ehCache/redisCache]
  14 +search.use.cache = true
  15 +search.cache.type = redisCache
  16 +
  17 +search.open.downgrade = true
  18 +search.personalized.switch = true
  19 +search.personalized.max.should = 50
  20 +
  21 +
  22 +search.multiMatchQuery.type=CROSS_FIELDS
  1 +autoconfig.properties = sharedAutoconfig
  2 +
  3 +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy/deploy/autoconfig/test_nj_3/global-autoconfig.properties
  4 +
  5 +browse.service.url = http://api.brower.yohoops.org:8092/brower/
  6 +
  7 +java.logs.home = /Data/logs
  8 +
  9 +m.yohoblk.com = http://m.yohoblk.com
  10 +
  11 +www.yohoblk.com = http://www.yohoblk.com
  12 +
  13 +yoho.sns.env.namespace = sns
  14 +yoho.sns.env.serverport = 2
  15 +yoho.sns.env.webapphome = /home/test/yoho-sns/deploy
  16 +social.service.url=http://social-test3.yohops.com:8095/social
  17 +uic.service.url = http://uic.yohoops.org:8096/uic
  1 +autoconfig.properties = sharedAutoconfig
  2 +
  3 +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy/deploy/autoconfig/test_nj_3/global-autoconfig.properties
  4 +
  5 +gateway.service.url = http://api-test3.dev.yohocorp.com/
  6 +
  7 +is_debug_enable = true
  8 +qiniu.domain=http://img11.static.yhbimg.com
  9 +qiniu.accesskey=atSf7xxIl8alEnsXbhC1bOD1GWVW3qYffz8SlB4m
  10 +qiniu.secretkey=pyoJzPygXIkFWrc1BAsH6tAJ0yweTchpJwGKEwhm
  11 +qiniu.bucket=yhb-img01
  12 +platform.login.url = http://serve.yohobuy.com/service/account/v1/Profile/login
  13 +
  14 +social.domain = http://192.168.102.52:8095
  15 +uic.service.url = http://192.168.103.73:8096/uic/
  16 +#uic.service.url = http://192.168.102.31:8096/uic/
  17 +
  18 +yoho.social.env.namespace = social
  19 +yoho.social.env.serverport = 5
  20 +yoho.social.env.webapphome = /home/test/yoho-social/deploy
  21 +
  22 +yohoboy.service.url = http://newboys.test.yoho.cn/yohoboyins/v5/channel
  23 +
  24 +social.task.switch=true
  25 +
  26 +gateway.api.url = http://api-test3.dev.yohocorp.com
  27 +
  28 +yohonow.service.url=http://yohonow-test.dev.yohocorp.com/yohonow
  29 +yohonow.platform.service.url=http://yohonow-test.dev.yohocorp.com/yohonow-platform/
  30 +
  31 +#rabbit_common_aws=192.168.102.211:5672
  32 +#rabbit_common_qq=192.168.102.211:5672
  33 +#rabbit_common=192.168.102.211:5672
  1 +activity.url = http://service.yoho.cn
  2 +
  3 +autoconfig.properties = sharedAutoconfig
  4 +
  5 +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy/deploy/autoconfig/test_nj_3/global-autoconfig.properties
  6 +
  7 +des.password_crypt_key = _+@#$%^kEHrDooxWHCWtfeSxvDvgqZq_+@#$%^
  8 +
  9 +diff.base.flag = 1
  10 +
  11 +erp.user.useGiftcard.url = http://api.erp.yohobuy.com
  12 +
  13 +invite.code.activity.id = 2024
  14 +invite.code.url = https://union.yoho.cn/union/app-downloads.html?union_type=100000000005441
  15 +
  16 +jdbc.mysql.readonlyinslave = true
  17 +
  18 +miniapp.assist.activity.id = 2036
  19 +
  20 +register.image.onoff = off
  21 +
  22 +register.new.user.page.probability = 5
  23 +
  24 +uic.service.url = http://uic.yohoops.org:8096/uic
  25 +
  26 +union.domain.url = http://webunion_tl.yohobuy.com/union
  27 +
  28 +user.diff.place.login.message = 尊敬的用户,系统?测到您的账号已在异地登录。为保证帐号安全,如非本人操作,建议您尽快修改登录密码?敬请提高警惕,谨防诈骗?
  29 +
  30 +user.screen.mobilestart = ["147", "170", "171"]
  31 +
  32 +user.session.expire = 10080
  33 +
  34 +userday.open.day = 28
  35 +
  36 +users.base.isUic = true
  37 +
  38 +users.browse.sync = true
  39 +
  40 +users.yoho.default_is_bind = Y
  41 +users.yoho.redpacket = Y
  42 +
  43 +users.yohocoin = true
  44 +
  45 +users.yohocoin.dilute = true
  46 +
  47 +verify_student_flag = true
  48 +
  49 +yoho.users.env.namespace = users
  50 +yoho.users.env.serverport = 1
  51 +yoho.users.env.webapphome = /home/test/yoho-users/deploy
  52 +
  53 +zmxy_appId = 1000692
  54 +zmxy_contract_flag = si201607290001591005
  55 +zmxy_rsa_mySK = MIICdQIBADANBgkqhkiG9w0BAQEFAASCAl8wggJbAgEAAoGBANXVSerwbHEI0GFyfjmXuT+u623YpaBDDfVg9y0hYKRnBzo7cBhJagPuDLX3/v4IcCPOM9mx/9VAX2EL10W7HCdmDD69KDo4JObQakjKkgtikgjgpmLtWjJkq3Wr+4JROOhCyd3QtS+tLYeT8waId+eD5gKyW/yw2/wMNs42LoS9AgMBAAECgYBuriG+i4d10nwZlGulX9UxE1ck2liQZWTaN8B5Cae+MN3a1F0nFQjc0+CcZ6sCzldNETRhX/Lt7I3x63EX1Muy3qr0u64NiJe5ReooCjr0BeVRa8OqDvY6SwwmQ+YYR95yuk9vuUGOtd3HJb0zMB9Vd66x3iUY89S3yCuUYH14wQJBAO7OUQCV3nb7vGKtlf25YcV6KWF+BMzuOKfw+tEezqgI04wr4zqzU5AkDGG5Zw1ze3ECurStF9syWJnm1mj6ecUCQQDlOqxJX2DxGmuilWU7ZfsJUXmMIT6yhjLPn0GqXTiejniJI6lJlFeNUEMJgBZYuJSnA4JV/Nfgn3vGNOLdzqaZAkB5G0CRH3AWv0umb4nlhqJC19UskBA3LYimAtvwOcNsDC3cpFU0a8UxEFcHKFNOywYLJesxvaafj0THp/2Md5pRAkAWTScF3GmqC0/9eVtn8/wAZBTXNUTMSZIX8P6KfJdNlb7UWMvXhL8f2HctLXD/ILYVqZm8k+TMzbdVCUApJDnBAkBxQ608TyPMgow+YriRpxH7O2tZ+S3pyM1SOJ9jzYpQ5idYpU7ZGv/CNMUSnxDweAOPIFahtDf2fsTSloqXd/Sg
  56 +zmxy_rsa_zmPK = MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDn7lB5Pxis6rnI2JkC8Z/RQuF+/RInuZSD9IcK7bnovahZXN3yOEdc5YuWKB0FA9DWONBRkctEmabWbxCYdEbeHV+kh2Zd0DktzZZnDjp6vmRDtihkJ7IJtUKLPeksZCAbbnEq/HmonqNF4qU4qfYuyZGwmHaBVNrg4BxP9s0VTwIDAQAB
  57 +zmxy_service_url = https://zmopenapi.zmxy.com.cn/openapi.do
  58 +
  59 +miniapp.assist.activity.id=2036
  60 +
  1 +autoconfig.properties = sharedAutoconfig
  2 +
  3 +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy/deploy/autoconfig/test_nj_3/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 = true
  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 = 24
  32 +
  33 +yoho.activity.env.namespace = activity
  34 +yoho.activity.env.serverport = 0
  35 +yoho.activity.env.webapphome = /home/test/yohobuy-activity/deploy
  36 +
  37 +yoho.crm.online.dns=http://192.168.102.48:8093/crm/
  1 +autoconfig.properties = sharedAutoconfig
  2 +
  3 +#autoconfig.properties.sharedAutoconfig = file:/home/gray/opps/deploy/autoconfig/master/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/yohobuy-bigdata/deploy
  24 +
  25 +
  26 +jdbc.mysql.bigdata.master=192.168.102.219:3306
  27 +
  28 +jdbc.mysql.bigdata.username=yh_test
  29 +
  30 +
  31 +jdbc.mysql.bigdata.password=9nm0icOwt6bMHjMusIfMLw==
  32 +bigdata.database.cluster.name = test
  33 +
  34 +#bigDataRedis.proxy.address=test-bigdata-redis-1903805580.cn-north-1.elb.amazonaws.com.cn
  35 +
  36 +ip.port.search.server = 192.168.102.216:8080
  37 +
  38 +#bigDataRedis.proxy.address=58.87.83.236
  39 +#bigDataRedis.proxy.port=16379
  40 +
  41 +#udidRedis.proxy.address=bigdata.redis.yohoops.org
  42 +#udidRedis.proxy.port=6379
  43 +
  44 +yohobuy.bigdata.bigdataredis.host=bigdata.redis.yohoops.org:6379
  45 +
  46 +#bigdata mq
  47 +redis.sync.rabbit.host=192.168.102.45:5672
  48 +redis.sync.rabbit.user=yoho
  49 +redis.sync.rabbit.password=yoho
  50 +redis.sync.rabbit.vhost=yoho
  51 +redis.sync.rabbit.queue=yoho:bigdata:redis.sync
  52 +redis.sync.rabbit.topic=yoho:bigdata:redis.sync
  53 +redis.sync.mq.enabled= false
  54 +
  1 +api.yoho.url = http://api-test3.yohops.com:9999
  2 +
  3 +autoconfig.properties = sharedAutoconfig
  4 +
  5 +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy/deploy/autoconfig/test_nj_3/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 = 200
  12 +
  13 +rabbit_crm_host=rabbitmq-common.yohoops.org:5672
  14 +rabbit_crm_user=yoho
  15 +rabbit_crm_password=yoho
  16 +rabbit_crm_vhost = yoho
  17 +
  18 +yohobuy.brower.env.namespace = brower
  19 +yohobuy.brower.env.serverport = 2
  20 +yohobuy.brower.env.webapphome = /home/test/yohobuy-brower/deploy
  21 +
  22 +browser.readOnly=false
  1 +autoconfig.properties = sharedAutoconfig
  2 +
  3 +yohobuy.crm.env.serverport=3
  4 +yohobuy.crm.env.namespace=crm
  5 +yohobuy.crm.env.webapphome=/home/test/yohobuy-crm/deploy
  6 +jdbc.mysql.readonlyinslave=true
  7 +
  8 +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy/deploy/autoconfig/dev/global-autoconfig.properties
  9 +
  10 +bigData.url=http://123.207.166.124:8080/bigdata/crm/
  11 +search.url=192.168.102.216:8080
  12 +
  13 +qiniu.domain=http://7xnrdp.com1.z0.glb.clouddn.com
  14 +qiniu.accesskey=atSf7xxIl8alEnsXbhC1bOD1GWVW3qYffz8SlB4m
  15 +qiniu.secretkey=pyoJzPygXIkFWrc1BAsH6tAJ0yweTchpJwGKEwhm
  16 +qiniu.bucket=test
  17 +
  18 +#AES_KEY
  19 +aesKey=yoho96461qaz2wsx
  20 +
  21 +#SMS_URL
  22 +sms.url=http://211.147.239.62:9050/cgi-bin/sendsms
  23 +sms.name=yohoyx@yohoyx
  24 +sms.pwd=EH+iuWSAfINJYwSdPgVqhA==
  25 +sms.reprot.flag=false
  26 +
  27 +#FTP
  28 +ftp.ip=123.206.26.127
  29 +ftp.port=21
  30 +ftp.userName=ftpuser
  31 +ftp.pwd=ok83sQlrvHfw8OBMz6xlRA==
  32 +
  33 +rabbit_crm_host=rabbitmq-common.yohoops.org:5672
  34 +rabbit_crm_user=yoho
  35 +rabbit_crm_password=yoho
  36 +rabbit_crm_vhost = yoho
  37 +rabbit_crm_concurrent = 10
  38 +rabbit_crm_prefetch = 10
  39 +
  40 +rabbit_qq_host=192.168.102.45:5672
  41 +rabbit_qq_user=yoho
  42 +rabbit_qq_password=yoho
  43 +rabbit_qq_vhost=yoho
  44 +
  45 +rabbit_common_host=192.168.102.45:5672
  46 +rabbit_common_user=yoho
  47 +rabbit_common_password=yoho
  48 +rabbit_common_vhost=yoho
  49 +
  50 +redis.crm.notsync.twemproxy.addresses=192.168.102.45:6379
  51 +
  52 +crm.send.notice=false
  53 +#alarm_mobile
  54 +alarm.mobile=18994021292
  55 +#分组同步短信告警
  56 +usergroup.alarm.mobile=11111
  57 +
  58 +yohobuyServiceAccessTokenGetUrl=http://127.0.0.1:8082/wechat/?method=wechat.token.get
  59 +wechat.host.name=https://api.weixin.qq.com
  60 +wechat.user.info=/cgi-bin/user/info
  61 +wechat.user.get=/cgi-bin/user/get
  62 +
  63 +wechat.access.yohobuyService.appid=wx75e5a7c0c88e45c2
  64 +wechat.access.yohobuyService.secret=ce21ae4a3f93852279175a167e54509b
  65 +wechat.access.yohobuySubscribe.appid=wx96121aa89f31c5ea
  66 +wechat.access.yohobuySubscribe.secret=7669da1a8842ed1df4c5e1b53868f3ca
  67 +wechat.access.mars.appid=wx9d0d7dfed5bbaa8b
  68 +wechat.access.mars.secret=9f7b00cd2a1d65301352d2783f6eec61
  69 +wechat.access.yohonowTrend.appid=wx1fe49f08f41b6c26
  70 +wechat.access.yohonowTrend.secret=5670f62abcebcd8d321615b46bd19ef4
  71 +wechat.access.yohonowGirl.appid=wxb52ec6a352f0b090
  72 +wechat.access.yohonowGirl.secret=9fe6bedb0b7f30986a168c7fc44f34c0
  73 +
  74 +birthday.coupon.groupid=12
  75 +
  76 +birthday.coupon.sms.templateid=10
  77 +
  78 +aliyun.sms.accessKeyId=wIBL09Z0xu7uJUkX0yNnFWy8tNv+KZEH8req1GsE1+k=
  79 +aliyun.sms.secret=/tnQdyzBuARAcql9ad+yJVzlQNX9bfhEmJxr7wdLz58=
  80 +
  81 +platform.host=http://192.168.102.75:8088/platform
  82 +platform.gray.host = http://192.168.102.75:8088/platform
  83 +
  84 +platform.coupon.userId=10964
  85 +platform.coupon.userName=crm
  86 +
  87 +browse.service.url=http://192.168.103.59:8092/brower/
  88 +
  89 +# ******************** 定时器时间配置 ********************
  90 +
  91 +#玄武状态报告和黑名单获取
  92 +xuanwu.scheduler=0 1/3 * * * ?
  93 +
  94 +#梦网状态报告和黑名单获取
  95 +mengwang.scheduler=0/10 * * * * ?
  96 +
  97 +#同步微信公众号的任务
  98 +wechart.scheduler=0 0 0 * * ?
  99 +
  100 +#微信公众号的任务错误重新尝试
  101 +wechart.retry.scheduler=0 0 2 * * ?
  102 +
  103 +#清理短信发送记录
  104 +sms.clean.scheduler=0 0 2 * * ?
  105 +
  106 +#通联状态报告和黑名单获取
  107 +tonglian.scheduler=0 2/3 * * * ?
  108 +
  109 +wuxi.scheduler=0 3/3 * * * ?
  110 +
  111 +bigdata.synGroup.scheduler = 0 0 10 * * ?
  112 +
  113 +#大数据
  114 +jdbc.mysql.bigdataunion.slave=118.89.235.30:3306
  115 +jdbc.mysql.bigdataunion.username=root
  116 +jdbc.mysql.bigdataunion.password=t5/oMgwUCmO/GeMHBAQ2Cg==
  117 +
  118 +#Mars接口域名
  119 +mars.host=http://mars-test.yohops.com:9999/
  120 +
  121 +is.master.node=false
  122 +
  123 +#postgre db 相关配置
  124 +pgdataUrl = jdbc:postgresql://192.168.103.58:5432/postgres
  125 +pgdataUserName = pgdbuser
  126 +pgdataPassword = pgdbuser
  127 +
  128 +#消息中心接口IP
  129 +push.center.host=http://192.168.102.202:8087/yoho-message-controller
  130 +
  131 +#延展系统调用url
  132 +extend.host=http://192.168.102.75:8094/extendstore
  133 +
  134 +#yoho-erp-gateway接口域名
  135 +gateway.domain.url=http://192.168.103.73:8089/erp-gateway
  136 +
  137 +#过滤高购买率的阈值
  138 +purchase.rate.threshold=0.8
  139 +
  140 +#20点前激活未注册的push模板
  141 +unregister20.push.templateId=48
  142 +
  143 +#11点前激活未注册的push模板
  144 +unregister11.push.templateId=50
  145 +
  146 +yoho.quartz.datasource.url=jdbc:mysql://192.168.102.219:3306/yh_jobmanager?useUnicode=true&characterEncoding=UTF-8
  147 +yoho.quartz.datasource.username=yh_test
  148 +yoho.quartz.datasource.password=9nm0icOwt6bMHjMusIfMLw==
  149 +
  150 +#没有领取过生日礼包
  151 +no.birthday.bag.sms.templateid=6
  152 +#已经领取过生日礼包
  153 +birthday.bag.sms.templateid=4
  154 +
  155 +
  1 +autoconfig.properties = sharedAutoconfig
  2 +
  3 +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy/deploy/autoconfig/test_nj_3/global-autoconfig.properties
  4 +
  5 +alipay.notifyurl = http://dev-service.yohops.com:9999/payment/alipay_notify
  6 +wechat.app.newnotifyurl = http://dev-service.yohops.com:9999/payment/weixin_notify
  7 +
  8 +is_debug_enable = true
  9 +unionmpos.env = 00
  10 +
  11 +yohocoin.rule.minMultiple=1
  12 +yohocoin.rule.maxPayRate=0.2
  13 +yohocoin.rule.amountLimit=20
  14 +
  15 +invoiceUrl=http://testwx.fapiao.com/fpt-wechat/wxscan/wxkp.do
  16 +invoiceId=9999
  17 +invoiceKey=87654321
  18 +yohoTaxNo=110109500321654
  19 +
  20 +yoho.logo.url=http://img11.static.yhbimg.com/yhb-img01/2018/01/25/10/0143294c756d73f56cdc93148470caaf24.png
  21 +coffee.logo.url=http://img11.static.yhbimg.com/yhb-img01/2018/01/25/10/016302a678f5314ab5341fce729e3e0596.png
  22 +green.logo.url=http://img11.static.yhbimg.com/yhb-img01/2018/01/25/10/01d97e715718a566fc1f4384391419d3f7.png
  23 +little.logo.url=http://img11.static.yhbimg.com/yhb-img01/2018/01/25/10/01930f507bf48a29fcf49f0d9c5063ec8a.png
  24 +
  25 +uic.url=http://192.168.103.73:8096/uic
  26 +
  27 +yohobuy.extendstore.env.namespace = extendstore
  28 +yohobuy.extendstore.env.serverport = 4
  29 +yohobuy.extendstore.env.webapphome = /home/test/yohobuy-extendstore/deploy
  30 +
  31 +rabbit_crm_host=rabbitmq-common.yohoops.org:5672
  32 +rabbit_crm_user=yoho
  33 +rabbit_crm_password=yoho
  34 +rabbit_crm_vhost = yoho
  35 +
  1 +autoconfig.properties = sharedAutoconfig
  2 +
  3 +autoconfig.properties.sharedAutoconfig = file:/home/test/opps/deploy/autoconfig/master/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://api-test3.dev.yohocorp.com/payment/applepay_notify
  13 +qq.notifyurl = http://api-test3.dev.yohocorp.com/payment/qqpay_notify
  14 +unionpay.notifyurl = http://api-test3.dev.yohocorp.com/payment/unionpay_newnotify
  15 +wechat.app.newnotifyurl = http://api-test3.dev.yohocorp.com/payment/weixin_notify
  16 +wechat.app.notifyurl = http://api-test3.dev.yohocorp.com/payment/wechat_notify
  17 +alipay.notifyurl = http://api-test3.dev.yohocorp.com/payment/alipay_notify
  18 +cmbnetpay.payNoticeUrl=http://payment.yohops.com/payment/cmbpay_notify
  19 +cmbnetpay.signNoticeUrl=http://payment.yohops.com/payment/cmbsign_notify
  20 +
  21 +java.logs.home = /Data/logs
  22 +
  23 +env.profile=01
  24 +
  25 +jdbc.mysql.readonlyinslave = true
  26 +
  27 +order.codpay.lock.duration = 1440
  28 +
  29 +yohobuy.order.env.namespace = order
  30 +yohobuy.order.env.serverport = 4
  31 +yohobuy.order.env.webapphome = /home/test/yohobuy-order/deploy
  32 +
  33 +
  34 +erp.order.autoCancel.switch.key = N
  35 +
  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 +ws.fp.url=https://58.251.156.167:8999/fpt_dsqz/services/DZFPService?wsdl
  38 +invoice.appid=3a7c41af476dcb80cebb82372ad35dbd7433cbae71ecec84034af13e85057575
  39 +sales.tax.payers=110109500321654
  40 +seller.name=百旺电子测试1
  41 +
  42 +invoice.soap.receiveTimeout = 300000
  43 +invoice.soap.connectionTimeout = 300000
  44 +
  45 +degrade.buylimit.query.enable=true
  46 +degrade.vip.query.enable=true
  47 +degrade.yohocoin.query.enable=true
  48 +degrade.redenvelopes.query.enable=true
  49 +degrade.coupons.queryNotUseCoupons.enable=true
  50 +degrade.product.query.enable=true
  51 +degrade.address.query.enable=false
  52 +
  53 +# 优惠券ID
  54 +# 展览票券ID
  55 +exhibition.ticket.couponid=13576
  56 +# 套票券ID
  57 +package.ticket.couponid=13570
  58 +
  59 +browse.service.url = http://192.168.103.74:8092/brower/
  60 +
  61 +offline.erp.portal.url = http://192.168.102.47:8080/portal-gateway
  62 +
  63 +offline.switch.offline_cash_payment.enable=true
  64 +
  65 +offline.switch.offline_cash_payment.enable=false
  66 +
  67 +deliver.yohostore.activity.coupons.a.start_time=1506528000
  68 +deliver.yohostore.activity.coupons.a.end_time=1506787199
  69 +deliver.yohostore.activity.coupons.a.amount=399
  70 +deliver.yohostore.activity.coupons.a.couponId=137548
  71 +
  72 +deliver.yohostore.activity.coupons.b.start_time=1506787200
  73 +deliver.yohostore.activity.coupons.b.end_time=1507478399
  74 +deliver.yohostore.activity.coupons.b.amount=999
  75 +deliver.yohostore.activity.coupons.b.couponId=137548
  76 +
  77 +yoho.stock.domain=http://api.yoho.cn
  1 +activity.url = http://activity.yoho.cn/feature/
  2 +
  3 +admin.login.url = http://192.168.102.49:30012
  4 +
  5 +admin.portal.url = http://192.168.102.49:30012
  6 +
  7 +aliyun.accessid = mkb5KaMTUeAnfHI5
  8 +aliyun.accesskey = XLHom1U6wcyl8dec3t0zaJczvsATPf
  9 +aliyun.bucket = yohotest
  10 +aliyun.domain = http://7xnrdp.com1.z0.glb.clouddn.com
  11 +aliyun.endpoint = oss-cn-shanghai.aliyuncs.com
  12 +
  13 +api.yoho.url = http://api-test3.dev.yohocorp.com
  14 +
  15 +autoconfig.properties = sharedAutoconfig
  16 +
  17 +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy/deploy/autoconfig/test_nj_3/global-autoconfig.properties
  18 +
  19 +bigData.analytics.transfer.url = http://analytics.m.yohobuy.com/yas.gif/web/
  20 +
  21 +bigDataRedis.pool.maxIdle = 100
  22 +bigDataRedis.pool.maxTotal = 100
  23 +bigDataRedis.pool.maxWaitMillis = 2000
  24 +bigDataRedis.pool.minIdle = 50
  25 +bigDataRedis.pool.testOnBorrow = false
  26 +bigDataRedis.pool.testWhileIdle = true
  27 +
  28 +bigdata.ad.userid = 9999
  29 +
  30 +bigdata.qiniu.accesskey = 11111
  31 +bigdata.qiniu.bucket = db-backup
  32 +bigdata.qiniu.refresh.url = http://fusion.qiniuapi.com/v2/tune/refresh
  33 +bigdata.qiniu.secretkey = 333333
  34 +
  35 +crawler.host = http://172.31.21.144:9100
  36 +
  37 +erp.domain = http://192.168.103.48:9098/erp-gateway-web
  38 +
  39 +erp.platform.shops.url = http://api.erp.yohobuy.com
  40 +
  41 +erp.realStorage.url = http://192.168.103.48:8080/erp-gateway-web/shift_logs/query_stock_num_by_sku
  42 +
  43 +erp.shop.url = http://192.168.103.82:9098/erp-gateway-web/
  44 +
  45 +erp.shops.account.url = http://serve.yohobuy.com/service/finance/v1/clearing/balancelist
  46 +erp.shops.change.pwd.url = http://192.168.103.82:9098/erp-gateway-web/account/profile/update
  47 +erp.shops.login.url = http://192.168.103.82:9098/erp-gateway-web/account/profile/login
  48 +
  49 +erp.storage = http://192.168.103.48:9098/erp-gateway-web
  50 +
  51 +erp.virtualinventory.setNumberBySkn.url = http://serve.yohobuy.com/service/supplier/v1/virtualinventory/setNumberBySkn
  52 +
  53 +execute.limitcode.host = 192.168.102.48
  54 +
  55 +execute.shopmessage.host = 192.168.102.48
  56 +
  57 +execute.update_product_price.host = 192.168.102.48
  58 +
  59 +file.image.gif.size = 2621440
  60 +file.image.size = 5120000
  61 +
  62 +file.maxsize = 209715200
  63 +file.saveDir = /Data/images
  64 +file.uploadMalongImgDir = /Data/malong
  65 +file.uploadTempDir = /Data/images
  66 +
  67 +jdbc.mysql.platform.erp_account.master = write.erp.yohoops.org:3306
  68 +jdbc.mysql.platform.erp_account.password = 9nm0icOwt6bMHjMusIfMLw==
  69 +jdbc.mysql.platform.erp_account.slave = read1.erp.yohoops.org:3306
  70 +jdbc.mysql.platform.erp_account.username = yh_test
  71 +jdbc.mysql.platform.erp_product.master = write.erp.yohoops.org:3306
  72 +jdbc.mysql.platform.erp_product.password = 9nm0icOwt6bMHjMusIfMLw==
  73 +jdbc.mysql.platform.erp_product.slave = read1.erp.yohoops.org:3306
  74 +jdbc.mysql.platform.erp_product.username = yh_test
  75 +jdbc.mysql.platform.yh_guang.master = write.cms.yohoops.org:3306
  76 +jdbc.mysql.platform.yh_guang.password = 9nm0icOwt6bMHjMusIfMLw==
  77 +jdbc.mysql.platform.yh_guang.slave = read.cms.yohoops.org:3306
  78 +jdbc.mysql.platform.yh_guang.username = yh_test
  79 +jdbc.mysql.platform.yhb_account.master = write.erp.yohoops.org:3306
  80 +jdbc.mysql.platform.yhb_account.password = 9nm0icOwt6bMHjMusIfMLw==
  81 +jdbc.mysql.platform.yhb_account.slave = read1.erp.yohoops.org:3306
  82 +jdbc.mysql.platform.yhb_account.username = yh_test
  83 +jdbc.mysql.platform.bigdata_store.slave = 118.89.235.30:3306
  84 +jdbc.mysql.platform.bigdata_store.username = yh_test_bigdata
  85 +jdbc.mysql.platform.bigdata_store.password = rALdkYPZCr4QyzBfVCGdXA==
  86 +
  87 +malongApi.accessKeyId = 7343a192140f25a59c53dab5652f5f47
  88 +malongApi.imageSetId = 7tm74zfv
  89 +malongApi.paiUserId = 1714
  90 +malongApi.secretKey = 45c1ce98ee6b4701d55802989ba240f4
  91 +
  92 +mkt.activity.domain.url = http://union.yoho.cn/union/tencentMkt/index.html
  93 +
  94 +mkt.app.download.url = http://m.yohobuy.com/app
  95 +
  96 +mkt.pcwap.domain.url = http://union.yoho.cn/union/go
  97 +
  98 +mkt.resource.code.url = https://m.yohobuy.com/channel/f8abd53b5f7c5fe558d3dd567d95ab92.html?nodownload=1
  99 +
  100 +offline.shops.url = http://192.168.102.210:8098/shops/
  101 +
  102 +platform.login.salt = yoho9646yoho9646
  103 +
  104 +price.audit.secondCheckRoleName = secondCheck
  105 +price.audit.secondPid = 100476
  106 +price.audit.thirdPid = 100478
  107 +
  108 +price.changed.notice.phone = 13512519156,17608015989
  109 +
  110 +price.over.days.roleName = changeOver180DaysPrice,changeOver180DaysPrice2
  111 +
  112 +price.selltype.url = http://192.168.102.47:9098/erp-gateway-web/plate_price_form/list_product_info
  113 +
  114 +qiniu.bigdata.skndada.fileName = /Users/apple/Documents/tmp/sknData.xml
  115 +
  116 +resources_https_enable = true
  117 +
  118 +search.server.address = http://search.yohoops.org:8080/yohosearch/
  119 +
  120 +service.yoho.url = http://service-test3.yohops.com:9999
  121 +
  122 +shop.status.change.phone = 17895010543
  123 +
  124 +stock.req.url = http://54.222.172.226:80/erp-gateway-web/finance/calc/calcSknLowestPrice
  125 +
  126 +sync.product.isPromotion.advance.minutes = 5
  127 +
  128 +unionRedis.proxy.address = 192.168.102.211
  129 +unionRedis.proxy.auth = redis9646
  130 +unionRedis.proxy.port = 6379
  131 +
  132 +upload.tencent.bid = b_teg_openrecom_opq68unpsix93dy2zjco
  133 +upload.tencent.product.mark = 9.99
  134 +upload.tencent.url = http://data.dm.qcloud.com1:8088
  135 +
  136 +watchService.waitInterval = 60
  137 +watchService.watchDir = /Data/sftp_images
  138 +
  139 +yohobuy.platform.env.namespace = platform
  140 +yohobuy.platform.env.serverport = 8
  141 +yohobuy.platform.env.webapphome = /home/test/yohobuy-platform/deploy
  142 +manager.zkAddress = zk01.yohoops.org:2181
  143 +
  144 +ali.check.accessKeyId=LTAIbjgV667m6ujZ
  145 +ali.check.accessKeySecret=aDJt9zdp0FsOpa4zQ2JzccBFq5Pq6K
  146 +local.task.host = 192.168.102.48
  147 +shop.yoho.url = http://qbs-h5-newtest1.yohops.com/shop
  148 +platform.sns.imagesimi.url=http://192.168.103.96:8787/shareOrderAudit
  149 +
  150 +platformRedis.proxy.address=192.168.102.211
  151 +platformRedis.proxy.port=6379
  152 +platformRedis.proxy.auth=redis9646
  153 +
  154 +zkAddress=192.168.102.48:2181
  155 +
  156 +erpYohops.domain = http://erp.yoho.yohoops.org:9999
  157 +
  158 +qq.serverHost = cdn.api.qcloud.com
  159 +qq.serverUri = /v2/index.php
  160 +qq.secretId = AKID6dwpKadiQgbDpXDtyNhppIHPO5qPv5GK
  161 +qq.secretKey = ACJkH9mg0DBA1PYpf0E7f3g534wBsQaW
  162 +
  163 +
  1 +autoconfig.properties = sharedAutoconfig
  2 +
  3 +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy/deploy/autoconfig/test_nj_3/global-autoconfig.properties
  4 +
  5 +front.gateway.host = http://gateway.yohoops.org:8080/gateway
  6 +
  7 +jdbc.mysql.readonlyinslave = true
  8 +
  9 +offline.shops.url = http://192.168.103.108:8098/shops
  10 +
  11 +platform.host = http://192.168.102.75:8088/platform
  12 +grey.platform.host = http://192.168.102.75:8088/platform
  13 +
  14 +uic.service.url=http://192.168.103.73:8096/uic
  15 +
  16 +erp.gateway.url = http://192.168.102.47:9098/erp-gateway-web/
  17 +
  18 +is_debug_enable = true
  19 +
  20 +yohobuy.extendstore.url=http://192.168.103.108:8094/extendstore
  21 +
  22 +yoho.logo.url=http://img11.static.yhbimg.com/yhb-img01/2018/01/25/10/0143294c756d73f56cdc93148470caaf24.png
  23 +store.logo.url=http://img11.static.yhbimg.com/yhb-img01/2018/03/13/11/01368619dad582f3c984db7fecb7a33285.png
  24 +
  25 +yohobuy.portal.gateway.env.namespace = portal-gateway
  26 +yohobuy.portal.gateway.env.serverport = 0
  27 +yohobuy.portal.gateway.env.webapphome = /home/test/yohobuy-portal-gateway/deploy
  1 +autoconfig.properties = sharedAutoconfig
  2 +
  3 +autoconfig.properties.sharedAutoconfig = file:/home/test/opps/deploy/autoconfig/master/global-autoconfig.properties
  4 +
  5 +jdbc.mysql.readonlyinslave = false
  6 +
  7 +rabbitAddress = 192.168.102.162:32810
  8 +
  9 +yohobuy.product.env.namespace = product
  10 +yohobuy.product.env.serverport = 3
  11 +yohobuy.product.env.webapphome = /home/test/yohobuy-product/deploy
  1 +autoconfig.properties = sharedAutoconfig
  2 +
  3 +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy/deploy/autoconfig/test_nj_3/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":17591,"fail":17595}
  9 +promoation.invite.newCouponMap = {"17593":15,"17597":15,"17599":15,"17601":15,"17603":15}
  10 +promoation.invite.shareCoupon = [ "12073", "12075", "12077", "12079", "12081", "12083" ]
  11 +
  12 +promotion.sendCounpon.broadcast.rate = 0.9
  13 +
  14 +share_coupon_expiredTime = 4
  15 +
  16 +wechat.coupons.operators.email = chao.geng@yoho.cn
  17 +wechat.coupons.operators.mobile = 13770338135
  18 +
  19 +rabbit_crm_host=rabbitmq-common.yohoops.org:5672
  20 +rabbit_crm_user=yoho
  21 +rabbit_crm_password=yoho
  22 +
  23 +yohobuy.promotion.env.namespace = promotion
  24 +yohobuy.promotion.env.serverport = 5
  25 +yohobuy.promotion.env.webapphome = /home/test/yohobuy-promotion/deploy
  26 +
  27 +group.open.numlimit=5
  1 +autoconfig.properties = sharedAutoconfig
  2 +
  3 +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy/deploy/autoconfig/test_nj_3/global-autoconfig.properties
  4 +
  5 +invite.code.activity.id = 2024
  6 +
  7 +jdbc.mysql.readonlyinslave = false
  8 +
  9 +service.online.type = 3
  10 +service.online.type.h5 = http://m.yohobuy.com/service/im
  11 +
  12 +yohobuy.resources.env.namespace = resources
  13 +yohobuy.resources.env.serverport = 7
  14 +yohobuy.resources.env.webapphome = /home/test/yohobuy-resources/deploy
  1 +autoconfig.properties = sharedAutoconfig
  2 +
  3 +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy/deploy/autoconfig/test_nj_3/global-autoconfig.properties
  4 +
  5 +file.uploadTempDir = /Data
  6 +
  7 +is_debug_enable = false
  8 +
  9 +jdbc.mysql.readonlyinslave = false
  10 +
  11 +yoho.rfid.env.namespace = rfid
  12 +
  13 +yohobuy.rfid.env.namespace = rfid
  14 +yohobuy.rfid.env.serverport = 9
  15 +yohobuy.rfid.env.webapphome = /home/test/yohobuy-rfid/deploy
  16 +
  17 +rfid.client.address = 00-00-00-00-00-00-00-E0:172.16.6.20:9761:1|0|0|0-30|0|0|0:0
  1 +autoconfig.properties = sharedAutoconfig
  2 +
  3 +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy/deploy/autoconfig/test_nj_3/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 +users.browse.appVersion = 4.1.0.***
  13 +users.browse.expire = 7776000
  14 +users.browse.numPerUser = 200
  15 +users.browse.sync = true
  16 +
  17 +yoho.risk.env.namespace = risk
  18 +yoho.risk.env.serverport = 7
  19 +yoho.risk.env.webapphome = /home/test/yohobuy-risk/deploy
  20 +
  21 +
  22 +jdbc.mysql.bigdata.master=192.168.102.219:3306
  23 +jdbc.mysql.bigdata.username=yh_test
  24 +jdbc.mysql.bigdata.password=9nm0icOwt6bMHjMusIfMLw==
  25 +
  26 +bigDataRedis.proxy.address=192.168.102.45
  27 +bigDataRedis.proxy.port=6379
  28 +
  29 +udidRedis.proxy.address=192.168.102.45
  30 +udidRedis.proxy.port=6379
  1 +autoconfig.properties = sharedAutoconfig
  2 +
  3 +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy/deploy/autoconfig/test_nj_3/global-autoconfig.properties
  4 +
  5 +erp.domain = http://192.168.102.47:9098/erp-gateway-web
  6 +
  7 +gateway.domain.url = http://192.168.102.202:8080/gateway
  8 +
  9 +jdbc.mysql.readonlyinslave = true
  10 +
  11 +password.aes.key = yoho9646yoho9646
  12 +
  13 +platform.host = http://192.168.102.75:8088/platform
  14 +
  15 +grey.platform.host = http://192.168.102.75:8088/platform
  16 +
  17 +ip.port.search.server = http://192.168.102.216:8080
  18 +
  19 +portal.shops.dept.id = 62
  20 +
  21 +printer.ftp.password = 123456
  22 +printer.ftp.url = 172.16.2.243
  23 +printer.ftp.username = yoho
  24 +
  25 +private.key.ipad = ad9fcda2e679cf9229e37feae2cdcf80
  26 +
  27 +private_key_ipad = ad9fcda2e679cf9229e37feae2cdcf80
  28 +
  29 +shop.login.salt = yoho9646yoho9646
  30 +
  31 +shop.wifi.img.path = /Data/images/
  32 +shop.wifi.img.url = http://192.168.103.108:8098/images/
  33 +
  34 +storeLockerManager.role.id = 182
  35 +
  36 +storeRunner.role.id = 108
  37 +
  38 +storemanageruser.role.id = 88
  39 +
  40 +supermanageruser.role.id = 110
  41 +
  42 +trend.tour.online.time = 1480310438
  43 +
  44 +wifi.login.url = http://192.168.103.230:8080/am/controller/portal/external/login
  45 +
  46 +portal.gateway.service.url=http://192.168.103.108:8080/portal-gateway/erp
  47 +
  48 +qiniu.domain = http://img11.static.yhbimg.com
  49 +qiniu.bucket = yhb-img01
  50 +
  51 +yohobuy.shops.env.namespace = shops
  52 +yohobuy.shops.env.serverport = 8
  53 +yohobuy.shops.env.webapphome = /home/test/yohobuy-shops/deploy
  54 +
  55 +yoho.now.url=http://192.168.102.52:8071
  56 +
  57 +yoho.mars.url=http://192.168.102.52:8072
  58 +
  59 +fashion.consultant.id=500027192
  60 +fashion.consultant.username=10000000000
  61 +fashion.consultant.pwd=0b4abac8f3c7debfc6dbb76841de3fb6
  62 +
  63 +yoho.uic.url=http://192.168.102.31:8096/uic
  64 +
  65 +service.domain.url=http://gateway.yohoops.org:8080/gateway
  66 +
  67 +gateway.domain.url=http://gateway.yohoops.org:8080/gateway
  68 +
  69 +shops.login.heartBeat.period=10000
  70 +
  71 +ist.ordersync.url=http://218.94.16.10:84/HDDataCenterSvr.dll
  72 +ist.ordersync.storecode=9288
  73 +ist.ordersync.loginname=098
  74 +ist.ordersync.password=54336155
  75 +ist.ordersync.enable=false
  76 +
  77 +shopOrder.email.toAccounts=wei.cao@yoho.cn
  78 +shopOrder.email.ccAccounts=loulou.liu@yoho.cn,xuewu.cheng@yoho.cn
  79 +
  80 +is.master.node=true
  81 +
  82 +putOn.shelfCodes=70-B1-C-HN-24,1-B1-ZZ-HN-24,1-B1-ZZ-HN-25,1-B1-ZZ-HN-26,1-B1-ZZ-HN-27,1-B1-ZZ-HN-28,1-B1-ZZ-HN-29,1-B1-ZZ-HN-30,1-B1-ZZ-HN-31
  83 +
  84 +file.saveDir=/home/test/productDir
  85 +
  86 +kids.store.id=78
  1 +autoconfig.properties = sharedAutoconfig
  2 +autoconfig.properties.sharedAutoconfig = file:/home/test/opps/deploy/autoconfig/test/global-autoconfig.properties
  3 +yohobuy.task.env.namespace = task
  4 +yohobuy.task.env.serverport = 4
  5 +yohobuy.task.env.webapphome = /home/test/yohobuy-task/deploy
  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.102.219:3306
  12 +jdbc.mysql.kisjob.slave = 192.168.102.219: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 +yoho.quartz.datasource.url=jdbc:mysql://192.168.102.219:3306/yh_jobmanager?useUnicode=true&characterEncoding=UTF-8
  24 +yoho.quartz.datasource.username=yh_test
  25 +yoho.quartz.datasource.password=9nm0icOwt6bMHjMusIfMLw==
  26 +
  27 +#bigDataRedis-push.proxy.address=192.168.102.211
  28 +bigDataRedis-push.proxy.address=test-bigdata-redis-1903805580.cn-north-1.elb.amazonaws.com.cn
  29 +bigDataRedis-push.proxy.port=6379
  30 +bigDataRedis-push.proxy.auth=
  31 +
  32 +##redis for push
  33 +#redis.push.address=192.168.102.211
  34 +#redis.push.address=192.168.103.189
  35 +redis.push.port=6379
  36 +redis.push.auth=
  37 +
  38 +task.addNewBrand.status = on
  39 +task.discountBrand.status = on
  40 +task.vipBrand.status = on
  41 +task.brands.number = 19
  42 +task.msgnum = 10000
  43 +task.send.limit = 3
  44 +mobile.limit.sendTimes = 50
  45 +
  46 +redis.push.auth=redis9646
  47 +
  1 +activeTime = 86400
  2 +
  3 +autoconfig.properties = sharedAutoconfig
  4 +
  5 +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy/deploy/autoconfig/test_nj_3/global-autoconfig.properties
  6 +
  7 +bigdate.db.password = 9nm0icOwt6bMHjMusIfMLw==
  8 +bigdate.db.url = read.passport.yohoops.org:3306
  9 +bigdate.db.username = yh_test
  10 +
  11 +draw.writeFile.delay = 60
  12 +
  13 +exclude.union.type = 100000000000349
  14 +
  15 +gateway.url = http://api.yoho.cn
  16 +
  17 +jdbc.mysql.bigdataunion.password = rALdkYPZCr4QyzBfVCGdXA==
  18 +jdbc.mysql.bigdataunion.slave = 118.89.235.30:3306
  19 +jdbc.mysql.bigdataunion.username = yh_test_bigdata
  20 +jdbc.mysql.readonlyinslave = true
  21 +
  22 +rabbit.mq.host = 192.168.102.162
  23 +rabbit.mq.password = yoho
  24 +rabbit.mq.port = 32810
  25 +rabbit.mq.username = yoho
  26 +rabbit.mq.virtualHost = /yoho
  27 +
  28 +tencentmkt.shareUrl = http://union.yoho.cn/union/tencentMkt/index.html
  29 +
  30 +union.host = 172.31.16.99
  31 +
  32 +yoho.unions.env.namespace = union
  33 +yoho.unions.env.serverport = 8
  34 +yoho.unions.env.webapphome = /home/test/yohobuy-union/deploy
  35 +
  36 +#baidu tp config
  37 +baidu.tp.push.url=http://hoteltest.baidu.com/business/article_publish
  38 +baidu.app.id=1566454424306679
  39 +baidu.app.token=spdtkn_test12
  40 +baidu.union.type=1100001
  1 +autoconfig.properties = sharedAutoconfig
  2 +
  3 +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy/deploy/autoconfig/test_nj_3/global-autoconfig.properties
  4 +
  5 +new.force.wechat.small.program.access.appid = wxe4f1cbdfd470035d
  6 +new.force.wechat.small.program.access.secret = ea1621e91f7a9722259108b287eeb535
  7 +
  8 +wechat.access.appid = wx1e6997242bcfcdfb
  9 +wechat.access.secret = d6fa51581e4c11ee312a1990c2ebf0bd
  10 +
  11 +wechat.small.program.access.appid = wx084ab813d88c594b
  12 +wechat.small.program.access.secret = 045848c0e0d76f7699236e4a35d65948
  13 +
  14 +wechat.subscription.access.appid = wx1e6997242bcfcdfb
  15 +wechat.subscription.access.secret = d6fa51581e4c11ee312a1990c2ebf0bd
  16 +
  17 +wechat.offshop.access.appid=wx1e6997242bcfcdfb
  18 +wechat.offshop.access.secret=d6fa51581e4c11ee312a1990c2ebf0bd
  19 +
  20 +wechat.user.get = /cgi-bin/user/get
  21 +wechat.user.info = /cgi-bin/user/info
  22 +
  23 +wechat.yohoshow.access.appid = wx1e6997242bcfcdfb
  24 +wechat.yohoshow.access.secret = d6fa51581e4c11ee312a1990c2ebf0bd
  25 +
  26 +wechat.offline.store.access.appid=wxdde97fd006c430be
  27 +wechat.offline.store.access.secret=17e3378210f4c48b5725253bceb1e9e7
  28 +
  29 +yohobuy.wechat.env.namespace = wechat
  30 +yohobuy.wechat.env.serverport = 4
  31 +yohobuy.wechat.env.webapphome = /home/test/yohobuy-wechat/deploy
  1 +yoho.logs.basedir=/Data/logs
  2 +
  3 +jdbc.mysql.readonlyinslave=true
  4 +autoconfig.properties = sharedAutoconfig
  5 +
  6 +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy/deploy/autoconfig/test_nj_3/global-autoconfig.properties
  7 +
  8 +yoho.env.namespace = yohomars-platform
  9 +yoho.env.serverport = 62
  10 +yoho.env.webapphome = /home/test/yohomars-platform/deploy
  11 +
  12 +redis.proxy.address=192.168.102.17
  13 +redis.proxy.port=6380
  14 +redis.readonly.proxy.port=6380
  15 +redis.readonly.proxy.address=192.168.102.17
  16 +redis.notsync.twemproxy.addresses=192.168.102.17:6380
  17 +redis.notsync.twemproxy.auth=
  18 +
  19 +uic.service.url=http://192.168.103.73:8096/uic
  20 +
  21 +crontab.message.systemMsgProduce=15 */1 * * * ?
  22 +crontab.majia.aotuAddMajia=30 */30 * * * ?
  23 +mars.platform.task.switch=true
  24 +crontab.majia.autoUpdateMajiaFavNum=0 */1 * * * ?
  25 +crontab.message.crmMsgProduce=15 */1 * * * ?
  26 +
  27 +#yoho social context
  28 +yoho.social.context=http://192.168.102.52:8095/social
  29 +
  30 +store.follower.push.message.period=600
  31 +
  32 +crontab.user.invite.checkStatus=0 0 0/1 * * ?
  33 +
  34 +sysMessage.approve.validTime = 4
  35 +
  36 +youzan.open.platform.url=https://open.youzan.com
  37 +crontab.points.raffle.exchange.checkStatus=0 0 */1 * * ?
  38 +crontab.quality.assessment.checkStatus=0 0 */2 * * ?
  1 +yoho.logs.basedir=/Data/logs
  2 +
  3 +jdbc.mysql.readonlyinslave=true
  4 +autoconfig.properties = sharedAutoconfig
  5 +
  6 +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy/deploy/autoconfig/test_nj_3/global-autoconfig.properties
  7 +
  8 +yoho.env.namespace = yohonow-platform
  9 +yoho.env.serverport = 61
  10 +yoho.env.webapphome = /home/test/yohonow-platform/deploy
  11 +
  12 +redis.proxy.address=192.168.102.17
  13 +redis.proxy.port=6379
  14 +redis.readonly.proxy.port=6379
  15 +redis.readonly.proxy.address=192.168.102.17
  16 +redis.notsync.twemproxy.addresses=192.168.102.17:6379
  17 +redis.notsync.twemproxy.auth=
  18 +
  19 +qiniu.domain=http://imgboys1.yohobuy.com
  20 +qiniu.accesskey=BwWhoJN536BnV3CzlE20AjNKC9O2bP0l5tFpKsDU
  21 +qiniu.secretkey=_x2VtO7fEmylgjojmLi7qwTBtRm30S8BrO0FxOPK
  22 +qiniu.bucket=cmsimg01
  23 +
  24 +uic.service.url=http://192.168.103.73:8096/uic
  25 +now.platform.task.switch=true
  26 +
  27 +#yoho social context
  28 +social.domain.url=http://192.168.102.52:8095/social
  29 +ezine.api.url=http://ezine.myoho.net/index.php
  30 +
  31 +wechat.callback.host=http://mars-test.yohops.com:9999/wechat-test
  32 +yohonow.doman.url=http://yohonow-test.dev.yohocorp.com
  33 +
  34 +is_task_enbale=true
  35 +limit.product.posts.virtual.uid=1000000100
  36 +yoho.shop.id=926
  37 +gateway.domain.url=http://api-test3.dev.yohocorp.com/gateway