mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-14 01:25:38 -05:00
13 lines
249 B
JSON
13 lines
249 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Warning",
|
|
"Microsoft": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Telemetry": {
|
|
"Endpoint": "http://signoz-otel-collector.platform:4317/"
|
|
}
|
|
}
|