Showing
1 changed file
with
48 additions
and
0 deletions
1 | +autoconfig.properties = sharedAutoconfig | ||
2 | + | ||
3 | +autoconfig.properties.sharedAutoconfig = file:/home/test/opps/deploy/autoconfig/dev/global-autoconfig.properties | ||
4 | + | ||
5 | +filter.status = off | ||
6 | + | ||
7 | +kisjob.db.driverClassName = com.mysql.jdbc.Driver | ||
8 | +kisjob.db.password = yoho | ||
9 | +kisjob.db.url = jdbc:mysql://192.168.102.219:3306/yoho_kisjob | ||
10 | +kisjob.db.username = root | ||
11 | + | ||
12 | +kisjob.node.nodegroup = yohobuy-task | ||
13 | + | ||
14 | +mobile.limit.sendTimes = 50 | ||
15 | + | ||
16 | +rabbit_host = 192.168.102.211:5672 | ||
17 | +rabbit_vhost = yoho | ||
18 | + | ||
19 | +redis.pool.maxIdle = 100 | ||
20 | +redis.pool.maxTotal = 200 | ||
21 | +redis.pool.maxWaitMillis = 2000 | ||
22 | +redis.pool.minIdle = 50 | ||
23 | +redis.pool.testOnBorrow = false | ||
24 | +redis.pool.testWhileIdle = true | ||
25 | + | ||
26 | +redis.proxy.address = 192.168.100.141 | ||
27 | + | ||
28 | +redis.readonly.proxy.address = 192.168.100.141 | ||
29 | + | ||
30 | +task.addNewBrand.status = on | ||
31 | + | ||
32 | +task.brands.number = 19 | ||
33 | + | ||
34 | +task.discountBrand.status = on | ||
35 | + | ||
36 | +task.msgnum = 10000 | ||
37 | + | ||
38 | +task.send.limit = 3 | ||
39 | + | ||
40 | +task.vipBrand.status = on | ||
41 | + | ||
42 | +web.context = task | ||
43 | + | ||
44 | +yohobuy.task.env.namespace = task | ||
45 | +yohobuy.task.env.serverport = 4 | ||
46 | +yohobuy.task.env.webapphome = /home/dev/yohobuy-task/deploy | ||
47 | + | ||
48 | +zkAddress = 192.168.102.216:2181 |
-
Please register or login to post a comment