...
|
...
|
@@ -3,4 +3,38 @@ autoconfig.properties.sharedAutoconfig = file:/home/test/opps/deploy/autoconfig |
|
|
yohobuy.task.env.namespace = task
|
|
|
yohobuy.task.env.serverport = 4
|
|
|
yohobuy.task.env.webapphome = /home/test/yohobuy-task/deploy
|
|
|
web.context = task |
|
|
\ No newline at end of file |
|
|
web.context = task
|
|
|
|
|
|
#
|
|
|
jdbc.mysql.readonlyinslave = true
|
|
|
jdbc.mysql.kisjob.datasources = yoho_kisjob
|
|
|
jdbc.mysql.kisjob.master = 192.168.102.219:3306
|
|
|
jdbc.mysql.kisjob.slave = 192.168.102.219:3306
|
|
|
jdbc.mysql.kisjob.username = yh_test
|
|
|
jdbc.mysql.kisjob.password = 9nm0icOwt6bMHjMusIfMLw==
|
|
|
|
|
|
#redis
|
|
|
redis.pool.maxTotal = 200
|
|
|
redis.pool.maxIdle = 100
|
|
|
redis.pool.maxWaitMillis = 2000
|
|
|
redis.pool.minIdle = 50
|
|
|
redis.pool.testOnBorrow = false
|
|
|
redis.pool.testWhileIdle = true
|
|
|
|
|
|
#bigDataRedis-push.proxy.address=192.168.102.211
|
|
|
bigDataRedis-push.proxy.address=test-bigdata-redis-1903805580.cn-north-1.elb.amazonaws.com.cn
|
|
|
bigDataRedis-push.proxy.port=6379
|
|
|
bigDataRedis-push.proxy.auth=
|
|
|
|
|
|
##redis for push
|
|
|
redis.push.address=192.168.102.211
|
|
|
redis.push.port=6379
|
|
|
redis.push.auth=
|
|
|
|
|
|
task.addNewBrand.status = on
|
|
|
task.discountBrand.status = on
|
|
|
task.vipBrand.status = on
|
|
|
task.brands.number = 19
|
|
|
task.msgnum = 10000
|
|
|
task.send.limit = 3
|
|
|
mobile.limit.sendTimes = 50 |
|
|
\ No newline at end of file |
...
|
...
|
|