Update yohobuy-task-autoconfig.properties
Showing
1 changed file
with
25 additions
and
22 deletions
1 | autoconfig.properties = sharedAutoconfig | 1 | autoconfig.properties = sharedAutoconfig |
2 | - | ||
3 | autoconfig.properties.sharedAutoconfig = file:/home/test/opps/deploy/autoconfig/test/global-autoconfig.properties | 2 | autoconfig.properties.sharedAutoconfig = file:/home/test/opps/deploy/autoconfig/test/global-autoconfig.properties |
3 | +yohobuy.task.env.namespace = task | ||
4 | +yohobuy.task.env.serverport = 4 | ||
5 | +yohobuy.task.env.webapphome = /home/test/yohobuy-task/deploy | ||
6 | +web.context = task | ||
4 | 7 | ||
8 | +# | ||
5 | jdbc.mysql.readonlyinslave = true | 9 | jdbc.mysql.readonlyinslave = true |
6 | - | ||
7 | -mobile.limit.sendTimes = 50 | ||
8 | - | 10 | +jdbc.mysql.kisjob.datasources = yoho_kisjob |
11 | +jdbc.mysql.kisjob.master = 192.168.102.219:3306 | ||
12 | +jdbc.mysql.kisjob.slave = 192.168.102.219:3306 | ||
13 | +jdbc.mysql.kisjob.username = yh_test | ||
14 | +jdbc.mysql.kisjob.password = 9nm0icOwt6bMHjMusIfMLw== | ||
15 | + | ||
16 | +#redis | ||
17 | +redis.pool.maxTotal = 200 | ||
9 | redis.pool.maxIdle = 100 | 18 | redis.pool.maxIdle = 100 |
10 | redis.pool.maxWaitMillis = 2000 | 19 | redis.pool.maxWaitMillis = 2000 |
11 | redis.pool.minIdle = 50 | 20 | redis.pool.minIdle = 50 |
12 | redis.pool.testOnBorrow = false | 21 | redis.pool.testOnBorrow = false |
13 | redis.pool.testWhileIdle = true | 22 | redis.pool.testWhileIdle = true |
14 | 23 | ||
15 | -task.addNewBrand.status = on | 24 | +#bigDataRedis-push.proxy.address=192.168.102.211 |
25 | +bigDataRedis-push.proxy.address=test-bigdata-redis-1903805580.cn-north-1.elb.amazonaws.com.cn | ||
26 | +bigDataRedis-push.proxy.port=6379 | ||
27 | +bigDataRedis-push.proxy.auth= | ||
16 | 28 | ||
17 | -task.brands.number = 19 | 29 | +##redis for push |
30 | +redis.push.address=192.168.102.211 | ||
31 | +redis.push.port=16379 | ||
32 | +redis.push.auth= | ||
18 | 33 | ||
34 | +task.addNewBrand.status = on | ||
19 | task.discountBrand.status = on | 35 | task.discountBrand.status = on |
20 | - | 36 | +task.vipBrand.status = on |
37 | +task.brands.number = 19 | ||
21 | task.msgnum = 10000 | 38 | task.msgnum = 10000 |
22 | - | ||
23 | task.send.limit = 3 | 39 | task.send.limit = 3 |
24 | - | ||
25 | -task.vipBrand.status = on | ||
26 | - | ||
27 | -web.context = message | ||
28 | - | ||
29 | -yohobuy.task.env.namespace = task | ||
30 | -yohobuy.task.env.serverport = 4 | ||
31 | -yohobuy.task.env.webapphome = /home/test/yohobuy-task/deploy | ||
32 | - | ||
33 | - | ||
34 | -bigDataRedis-push.proxy.address=192.168.102.211 | ||
35 | -bigDataRedis-push.proxy.port=6379 | ||
36 | -bigDataRedis-push.proxy.auth= | ||
37 | - | 40 | +mobile.limit.sendTimes = 50 |
-
Please register or login to post a comment