Mabasej_Team/server/settings.json

25 lines
519 B
JSON
Raw Normal View History

{
"ID": 0,
"IP": "192.168.1.99",
2021-04-15 14:56:49 +02:00
"location": "49.14178021389778,18.353783098441415",
"time_to_heartbeat": 20,
"time_to_heartbeat_offline": 25,
2021-04-01 12:08:36 +02:00
"save_table": false,
"time_to_save": 60,
"log": {
"save_error": true,
"print_error": true,
"save_warning": true,
"print_warning": true,
"save_message": false,
"print_message": true,
2021-04-15 14:56:49 +02:00
"enable_debug": true
2021-03-17 08:48:03 +01:00
},
"heartbeat_table": {
"ID": [],
"IP": [],
"location": [],
"file_system": [],
"last_heartbeat": []
2021-04-01 12:08:36 +02:00
}
}