Kevin Matsubara 73187855ba Create new ASP.NET API project.
dotnet new webapi -o EntityFrameworkCore.API
2025-04-08 22:51:12 +02:00

10 lines
142 B
JSON

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