|
|
|
|
|
autoconfig.properties = sharedAutoconfig
|
|
|
|
|
|
autoconfig.properties.sharedAutoconfig = file:/home/test/auto_deploy/deploy/autoconfig/test_nj_4/global-autoconfig.properties
|
|
|
|
|
|
yoho.cms_push.env.namespace = cms_push
|
|
|
yoho.cms_push.env.webapphome = /home/test/cms-push/deploy |
|
|
\ No newline at end of file |
|
|
yoho.cms_push.env.serverport = 6
|
|
|
yoho.cms_push.env.webapphome = /home/test/cms_push/deploy
|
|
|
|
|
|
#db_pool_config
|
|
|
db.default.initialSize=10
|
|
|
db.default.maxTotal=20
|
|
|
db.default.maxIdle=10
|
|
|
db.default.minIdle=5
|
|
|
|
|
|
#debug_enable
|
|
|
is_debug_enable=false
|
|
|
|
|
|
##push redis
|
|
|
redis.push.address=192.168.102.211
|
|
|
redis.push.port = 6379
|
|
|
redis.push.auth=
|
|
|
|
|
|
redis.readonly.proxy.address=192.168.102.17
|
|
|
redis.readonly.proxy.port=6379
|
|
|
redis.readonly.proxy.auth=
|
|
|
|
|
|
redis.pool.maxTotal=200
|
|
|
redis.pool.maxIdle=100
|
|
|
redis.pool.minIdle=30
|
|
|
redis.pool.maxWaitMillis=10000
|
|
|
|
|
|
#service call timeout
|
|
|
service.call.connectReqTimeout=6000
|
|
|
service.call.socketTimeout=6000
|
|
|
service.call.connectTimeout=3000
|
|
|
|
|
|
#mongo
|
|
|
mongo.inbox.host=192.168.50.69
|
|
|
mongo.inbox.port=27017
|
|
|
mongo.inbox.dbname=inbox
|
|
|
|
|
|
#rabbitMQ
|
|
|
rabbit_host=192.168.102.211:5672
|
|
|
rabbit_user=yoho
|
|
|
rabbit_password=yoho
|
|
|
rabbit_vhost=yoho
|
|
|
|
|
|
#zkAddress
|
|
|
zkAddress=192.168.102.216:2181
|
|
|
|
|
|
#getui
|
|
|
cms.getui.appkey=6mTvGCuFmG61NjZfrHIs24
|
|
|
cms.getui.appid=TlIHUfi2I66b0DqEfsbjG2
|
|
|
cms.getui.appsecret=JyVp1IH4AWAEb2PWhaCqXA
|
|
|
cms.getui.mastersecret=lyT7C3exCG730j6u5GFUj1
|
|
|
|
|
|
mars.getui.appkey=lvd6oGCOCi7Rd9BJFRAmq
|
|
|
mars.getui.appid=9BVxmH5UW58koOjglnhiZ3
|
|
|
mars.getui.appsecret=FkzFfHrnli5uC8LHQMBuG5
|
|
|
mars.getui.mastersecret=6lWE253RTH7zlOHWFszDi3
|
|
|
|
|
|
getui.host=http://sdk.open.api.igexin.com/apiex.htm
|
|
|
getui.default.size=1000
|
|
|
|
|
|
#ios
|
|
|
cms.push.ios.custom.key=data
|
|
|
ios.password=123456
|
|
|
|
|
|
#send.task.batch.size
|
|
|
send.task.batch.size=50
|
|
|
|
|
|
#web.content
|
|
|
web.context=cms_push
|
|
|
|
|
|
#devEnv
|
|
|
mars.push.devEnv = true
|
|
|
cms.push.devEnv = true
|
|
|
|
...
|
...
|
|