-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
32 lines (32 loc) · 838 Bytes
/
config.json
File metadata and controls
32 lines (32 loc) · 838 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
// =============================================================================
// config.json - Runtime Configuration File
// =============================================================================
/*
{
"transmission": {
"interval": 5000,
"server_url": "https://lostdevs.io/ctrl1/master.php",
"timeout": 15000,
"retry_attempts": 3,
"batch_size": 1
},
"buffer": {
"max_size": 50,
"cache_duration": 300000,
"cleanup_interval": 60000,
"emergency_flush": true
},
"security": {
"secret_key": "lostdev-sensor1-1008200303082003",
"enable_encryption": false,
"signature_algorithm": "HMAC-SHA256",
"timestamp_validation": true
},
"monitoring": {
"metrics_interval": 30000,
"log_level": "INFO",
"performance_tracking": true,
"error_reporting": true
}
}
*/