26 lines
509 B
JSON
26 lines
509 B
JSON
{
|
|
"time_to_heartbeat": 20,
|
|
"time_to_heartbeat_offline": 25,
|
|
"save_table": true,
|
|
"time_to_save": 60,
|
|
"max_mess": 20,
|
|
"cache_size_mb": 1000,
|
|
"clear_cache_on_startup": false,
|
|
"log": {
|
|
"save_error": true,
|
|
"print_error": true,
|
|
"save_warning": true,
|
|
"print_warning": true,
|
|
"save_message": false,
|
|
"print_message": true,
|
|
"enable_debug": false
|
|
},
|
|
"heartbeat_table": {
|
|
"ID": [],
|
|
"IP": [],
|
|
"location": [],
|
|
"file_system": [],
|
|
"last_heartbeat": []
|
|
}
|
|
}
|