mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-14 09:59:13 -05:00
21 lines
408 B
JSON
21 lines
408 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Warning",
|
|
"Microsoft": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Telemetry": {
|
|
"Endpoint": "http://signoz-otel-collector.platform:4317/"
|
|
},
|
|
"Calendar": {
|
|
"PersonalUrl": "",
|
|
"HolidayUrl": "",
|
|
"NationalDays": {
|
|
"Url": "",
|
|
"Key": ""
|
|
}
|
|
}
|
|
}
|