EFB/appsettings.json
lukejelse04 e1c97e5b8c Initial Project Upload
This contains the base ASP.Net Core web application running on .Net Core Version 5
2021-09-20 07:16:48 +01:00

11 lines
182 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}