kannon-client/example_config.json

19 lines
No EOL
289 B
JSON

{
"server": {
"host": "127.0.0.1",
"port": 3000,
"heartbeat": 10000
},
"log": {
"level": "debug",
"timestamp": "DD.MM.YYYY HH:mm:ss:SS"
},
"reconnect": {
"limit": 0,
"delay": 1000
},
"buffer": {
"limit": 40960
},
"tmp": "/tmp/kannon.tmp"
}