Commit c5912ff0fc76a818e5161fd4f8353f922e30b018
1 parent
52d406c7
创建
Showing
1 changed file
with
12 additions
and
0 deletions
yardFee/conf-test/redis.properties
0 → 100644
1 | +redis.maxActive=1024 | |
2 | +redis.maxIdle=200 | |
3 | +redis.maxWait=1000 | |
4 | +redis.timeout=10000 | |
5 | +redis.testOnBorrow=true | |
6 | + | |
7 | +#sso dev | |
8 | +redis.host.common=10.28.10.168 | |
9 | +redis.port.common=6379 | |
10 | +redis.pass.common=97624DD3A48FA681 | |
11 | +redis.timeout.common=10000 | |
12 | +redis.db.common=1 | |
0 | 13 | \ No newline at end of file | ... | ... |