Files
HomeMonitor/Calendar/Service/appsettings.json

29 lines
617 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": "",
"Country": "recYxvMVBeTBnsPrJ"
},
"NationalDays": {
"Provider": "HolidayCalendar"
}
}
}