Blame view

autoconfig/test_nj_1/yoho-push-autoconfig.properties 864 Bytes
chunhua.zhang authored
1 2
autoconfig.properties  = sharedAutoconfig
3
autoconfig.properties.sharedAutoconfig  = file:/home/test/opps/deploy/autoconfig/master/global-autoconfig.properties
chunhua.zhang authored
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24

db.batch.size  = 100000

getui.appid      = Rzwp6SnIbr5U7sgaxVsLA8
getui.appkey     = jYlLaLbRm972pOzZx5pzQA
getui.appsecret  = RF2JGk8cPt7Q9WZMx3QPBA

getui.default.size  = 1000

getui.host          = http://sdk.open.api.igexin.com/apiex.htm
getui.mastersecret  = iQ6Z7sbDge9I5vHOBI5iA2

ios.default.size  = 1000

ios.keystore  = /yoho_push.p12
ios.password  = 123456

push.ios.custom.key  = custom_content

push.task.type  = ios
25
rabbit_vhost  = yoho
chunhua.zhang authored
26 27 28 29 30 31

send.task.batch.size  = 100

yoho.push.env.namespace   = push
yoho.push.env.serverport  = 9
yoho.push.env.webapphome  = /home/test/yoho-push/deploy
32 33 34 35 36

redis.pool.maxTotal=200
redis.pool.maxIdle=100
redis.pool.minIdle=30
redis.pool.maxWaitMillis=10000