You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
386 B
22 lines
386 B
5 years ago
|
query:
|
||
|
connTimeout: 1000
|
||
|
callTimeout: 2000
|
||
|
indexCallTimeout: 2000
|
||
|
|
||
|
redis:
|
||
|
addrs:
|
||
|
- 127.0.0.1:6379
|
||
|
pass: ""
|
||
|
# timeout:
|
||
|
# conn: 500
|
||
|
# read: 3000
|
||
|
# write: 3000
|
||
|
|
||
|
identity:
|
||
|
specify: ""
|
||
|
shell: /usr/sbin/ifconfig `/usr/sbin/route|grep '^default'|awk '{print $NF}'`|grep inet|awk '{print $2}'|head -n 1
|
||
|
|
||
|
logger:
|
||
|
dir: logs/judge
|
||
|
level: WARNING
|
||
|
keepHours: 2
|