veridian-edge/config.demo.json
2026-01-05 23:46:51 -08:00

45 lines
No EOL
1.1 KiB
JSON

{
"$schema": "https://veridian.runfoo.run/schemas/edge-config.json",
"version": "2.0",
"facilityId": "demo-facility-01",
"edgeId": "macbook-air-demo",
"server": {
"url": "https://veridian.runfoo.run/api",
"apiKey": "edge-demo-key",
"heartbeatIntervalSec": 60,
"syncIntervalSec": 300
},
"sensorpush": {
"email": "demo@veridian.runfoo.run",
"password": "CHANGE_ME"
},
"alerts": {
"enabled": true,
"cooldownMinutes": 15,
"thresholds": [
{
"sensor": "*",
"metric": "temperature",
"min": 60,
"max": 85
}
]
},
"storage": {
"retentionDays": 30,
"maxRows": 100000
},
"dashboard": {
"enabled": true,
"port": 3030
},
"sensorMappings": [
{
"sensorId": "mock-sensor-01",
"roomId": "mock-room-01",
"name": "Demo Grow Room"
}
],
"pollingIntervalSec": 60,
"logLevel": "info"
}