hanyadikhetvan/appsettings.json

14 lines
239 B
JSON
Raw Permalink Normal View History

2021-02-08 20:48:10 +01:00
{
2021-02-09 18:23:36 +01:00
"HanyadikHetVan": {
"StartDate": "2021-02-01"
},
2021-02-08 20:48:10 +01:00
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}