forked from bilibili-base/powermock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
37 lines (37 loc) · 802 Bytes
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
log:
pretty: true
level: debug
grpcmockserver:
enable: true
address: 0.0.0.0:30002
protomanager:
protoimportpaths: [ ]
protodir: ./apis
httpmockserver:
enable: true
address: 0.0.0.0:30003
apimanager:
grpcaddress: 0.0.0.0:30000
httpaddress: 0.0.0.0:30001
pluginregistry: { }
plugin:
simple: { }
grpc: { }
http: { }
redis:
enable: false
addr: 127.0.0.1:6379
password: ""
db: 0
prefix: /powermock/
rediscluster:
enable: false
addresses:
- xxx.xx.xx.xx:7028
- xxx.xx.xx.xx:7027
- xxx.xx.xx.xx:7029
- xxx.xx.xx.xx:7029
- xxx.xx.xx.xx:7026
- xxx.xx.xx.xx:7028
password: ""
prefix: /powermock/