mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-14 17:23:11 -05:00
20 lines
403 B
JSON
20 lines
403 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Warning",
|
|
"Microsoft": "Information"
|
|
}
|
|
},
|
|
"Weather": {
|
|
"Port": {
|
|
"Prefix": "/dev/ttyACM",
|
|
"BaudRate": 115200
|
|
},
|
|
"Queue": {
|
|
"Name": "weather"
|
|
}
|
|
},
|
|
"Telemetry": {
|
|
"Endpoint": "http://signoz-otel-collector.platform:4317/"
|
|
}
|
|
} |