Authored by lulei

Update yoho-push-autoconfig.properties

1 autoconfig.properties = sharedAutoconfig 1 autoconfig.properties = sharedAutoconfig
2 -  
3 -autoconfig.properties.sharedAutoconfig = file:/home/test/opps/deploy/autoconfig/master/global-autoconfig.properties 2 +autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy/deploy/autoconfig/test_nj_4/global-autoconfig.properties
4 3
5 db.batch.size = 100000 4 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 5 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 6 push.task.type = ios
24 -  
25 rabbit_vhost = yoho 7 rabbit_vhost = yoho
26 8
27 -send.task.batch.size = 100  
28 -  
29 yoho.push.env.namespace = push 9 yoho.push.env.namespace = push
30 yoho.push.env.serverport = 9 10 yoho.push.env.serverport = 9
31 yoho.push.env.webapphome = /home/test/yoho-push/deploy 11 yoho.push.env.webapphome = /home/test/yoho-push/deploy
32 12
  13 +##push redis
  14 +redis.push.address=192.168.102.211
  15 +redis.push.port = 6379
  16 +redis.push.auth=
  17 +
33 redis.pool.maxTotal=200 18 redis.pool.maxTotal=200
34 redis.pool.maxIdle=100 19 redis.pool.maxIdle=100
35 redis.pool.minIdle=30 20 redis.pool.minIdle=30
36 redis.pool.maxWaitMillis=10000 21 redis.pool.maxWaitMillis=10000
  22 +
  23 +send.task.batch.size = 100
  24 +
  25 +getui.appid = Rzwp6SnIbr5U7sgaxVsLA8
  26 +getui.appkey = jYlLaLbRm972pOzZx5pzQA
  27 +getui.appsecret = RF2JGk8cPt7Q9WZMx3QPBA
  28 +getui.default.size = 1000
  29 +getui.host = http://sdk.open.api.igexin.com/apiex.htm
  30 +getui.mastersecret = iQ6Z7sbDge9I5vHOBI5iA2
  31 +
  32 +ios.keystore=/yoho_developer.p12
  33 +ios.password=666666
  34 +push.ios.custom.key=custom_content
  35 +
  36 +#mongo
  37 +mongo.inbox.host=192.168.50.69
  38 +mongo.inbox.port=27017
  39 +mongo.inbox.dbname=inbox
  40 +