mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-14 09:59:13 -05:00
21 lines
415 B
JSON
21 lines
415 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Warning",
|
|
"Microsoft": "Information"
|
|
}
|
|
},
|
|
"Power": {
|
|
"Database": {
|
|
"Name": "Power",
|
|
"Port": 1434,
|
|
"TrustServerCertificate": true
|
|
}
|
|
},
|
|
"Hub": {
|
|
"Power": ""
|
|
},
|
|
"Telemetry": {
|
|
"Endpoint": "http://signoz-otel-collector.platform:4317/"
|
|
}
|
|
} |