mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-06-15 09:45:07 -04:00
29 lines
619 B
JSON
29 lines
619 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Warning",
|
|
"Microsoft": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Telemetry": {
|
|
"Endpoint": "http://signoz-otel-collector.platform:4317/"
|
|
},
|
|
"Calendar": {
|
|
"PersonalUrl": "",
|
|
"HolidayUrl": "",
|
|
"DaysOfTheYear": {
|
|
"Url": "",
|
|
"Key": ""
|
|
},
|
|
"HolidayCalendar": {
|
|
"Url": "",
|
|
"Key": "",
|
|
"CountryCodes": [ "US", "INTL" ]
|
|
},
|
|
"NationalDays": {
|
|
"Provider": "HolidayCalendar"
|
|
}
|
|
}
|
|
}
|