forked from pneymrl2f/nightingale
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.
24 lines
400 B
24 lines
400 B
query:
|
|
connTimeout: 1000
|
|
callTimeout: 2000
|
|
indexCallTimeout: 2000
|
|
|
|
redis:
|
|
addrs:
|
|
- 127.0.0.1:6379
|
|
db: 0
|
|
pass: ""
|
|
# timeout:
|
|
# conn: 500
|
|
# read: 3000
|
|
# write: 3000
|
|
|
|
identity:
|
|
specify: ""
|
|
shell: ifconfig `route|grep '^default'|awk '{print $NF}'`|grep inet|awk '{print $2}'|awk -F ':' '{print $NF}'|head -n 1
|
|
|
|
logger:
|
|
dir: logs/judge
|
|
level: WARNING
|
|
keepHours: 2
|