Authored by lulei

Update cms_push-autoconfig.properties

1 -  
2 autoconfig.properties = sharedAutoconfig 1 autoconfig.properties = sharedAutoconfig
3 -  
4 autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy/deploy/autoconfig/test_nj_4/global-autoconfig.properties 2 autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy/deploy/autoconfig/test_nj_4/global-autoconfig.properties
5 3
6 yoho.cms_push.env.namespace = cms_push 4 yoho.cms_push.env.namespace = cms_push
7 -yoho.cms_push.env.webapphome = /home/test/cms-push/deploy  
  5 +yoho.cms_push.env.serverport = 6
  6 +yoho.cms_push.env.webapphome = /home/test/cms_push/deploy
  7 +
  8 +#db_pool_config
  9 +db.default.initialSize=10
  10 +db.default.maxTotal=20
  11 +db.default.maxIdle=10
  12 +db.default.minIdle=5
  13 +
  14 +#debug_enable
  15 +is_debug_enable=false
  16 +
  17 +##push redis
  18 +redis.push.address=192.168.102.211
  19 +redis.push.port = 6379
  20 +redis.push.auth=
  21 +
  22 +redis.readonly.proxy.address=192.168.102.17
  23 +redis.readonly.proxy.port=6379
  24 +redis.readonly.proxy.auth=
  25 +
  26 +redis.pool.maxTotal=200
  27 +redis.pool.maxIdle=100
  28 +redis.pool.minIdle=30
  29 +redis.pool.maxWaitMillis=10000
  30 +
  31 +#service call timeout
  32 +service.call.connectReqTimeout=6000
  33 +service.call.socketTimeout=6000
  34 +service.call.connectTimeout=3000
  35 +
  36 +#mongo
  37 +mongo.inbox.host=192.168.50.69
  38 +mongo.inbox.port=27017
  39 +mongo.inbox.dbname=inbox
  40 +
  41 +#rabbitMQ
  42 +rabbit_host=192.168.102.211:5672
  43 +rabbit_user=yoho
  44 +rabbit_password=yoho
  45 +rabbit_vhost=yoho
  46 +
  47 +#zkAddress
  48 +zkAddress=192.168.102.216:2181
  49 +
  50 +#getui
  51 +cms.getui.appkey=6mTvGCuFmG61NjZfrHIs24
  52 +cms.getui.appid=TlIHUfi2I66b0DqEfsbjG2
  53 +cms.getui.appsecret=JyVp1IH4AWAEb2PWhaCqXA
  54 +cms.getui.mastersecret=lyT7C3exCG730j6u5GFUj1
  55 +
  56 +mars.getui.appkey=lvd6oGCOCi7Rd9BJFRAmq
  57 +mars.getui.appid=9BVxmH5UW58koOjglnhiZ3
  58 +mars.getui.appsecret=FkzFfHrnli5uC8LHQMBuG5
  59 +mars.getui.mastersecret=6lWE253RTH7zlOHWFszDi3
  60 +
  61 +getui.host=http://sdk.open.api.igexin.com/apiex.htm
  62 +getui.default.size=1000
  63 +
  64 +#ios
  65 +cms.push.ios.custom.key=data
  66 +ios.password=123456
  67 +
  68 +#send.task.batch.size
  69 +send.task.batch.size=50
  70 +
  71 +#web.content
  72 +web.context=cms_push
  73 +
  74 +#devEnv
  75 +mars.push.devEnv = true
  76 +cms.push.devEnv = true
  77 +