kannon-client/example_config.json

16 lines
251 B
JSON
Raw Normal View History

2022-04-14 14:25:48 +02:00
{
"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
2022-04-20 16:15:51 +02:00
},
"tmp": "/tmp/kannon.tmp"
2022-04-14 14:25:48 +02:00
}