veridian-edge/config.example.json
2026-01-01 23:14:50 -08:00

21 lines
No EOL
572 B
JSON

{
"$schema": "https://veridian.runfoo.run/schemas/edge-config.json",
"version": "1.0",
"facilityId": "YOUR_FACILITY_UUID",
"backendUrl": "https://api.veridian.runfoo.run",
"backendApiKey": "YOUR_API_KEY",
"sensorpush": {
"email": "sensors@facility.com",
"password": "YOUR_PASSWORD"
},
"sensorMappings": [
{
"sensorId": "123456.7890",
"roomId": "ROOM_UUID",
"name": "Flower Room 1"
}
],
"pollingIntervalSec": 60,
"bufferMaxRows": 10000,
"logLevel": "info"
}