Files
HomeMonitor/Calendar/Service/appsettings.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": ""
}
}
}