Update config_server.json

This commit is contained in:
q158073378252010
2018-04-18 15:33:01 +08:00
committed by GitHub
parent bd3b4ee030
commit e7305b78dd

View File

@@ -5,6 +5,16 @@
//可能取值 "debug" "info" "warning" "error" 其中"debug"记录的数据最多,"error"记录的最少 "none"表示不记录任何内容 默认值为"warning"
"loglevel": "debug"
},
"policy": {
"levels": {
"0": {
"uplinkOnly": 0,
"downlinkOnly": 0,
"connIdle": 150,
"handshake": 4
}
}
},
"inbound": {
//默认值为"0.0.0.0"
"listen": "127.0.0.1",