Files
HomeMonitor/Calendar/Service/appsettings.Development.json

17 lines
302 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Calendar": {
"PersonalUrl": "",
"HolidayUrl": "",
"NationalDays": {
"Url": "",
"Key": ""
}
}
}