Server update 1.0

This commit is contained in:
Untriex Programming
2021-05-09 12:01:50 +02:00
parent 87d435c354
commit 60f6fcab55
25 changed files with 2065 additions and 973 deletions
+12 -13
View File
@@ -1,26 +1,25 @@
{
"ID": 0,
"IP": "192.168.1.99",
"location": "49.14178021389778,18.353783098441415",
"time_to_heartbeat": 20,
"time_to_heartbeat_offline": 25,
"save_table": false,
"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": false,
"print_error": true,
"save_warning": true,
"print_warning": false,
"print_warning": true,
"save_message": false,
"print_message": false,
"print_message": true,
"enable_debug": false
},
"heartbeat_table": {
"ID": [1],
"IP": ["10.61.42.92"],
"location": [""],
"file_system": [""],
"last_heartbeat": [5]
"ID": [],
"IP": [],
"location": [],
"file_system": [],
"last_heartbeat": []
}
}
}