mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-19 17:23:40 -05:00
Add national days API to calendar
This commit is contained in:
16
Calendar/Service/appsettings.Development.json
Normal file
16
Calendar/Service/appsettings.Development.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"Calendar": {
|
||||
"PersonalUrl": "",
|
||||
"HolidayUrl": "",
|
||||
"NationalDays": {
|
||||
"Url": "",
|
||||
"Key": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user