kannon-client/example_config.json

18 lines
No EOL
258 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": 64
}
}