Files
ASP.NET/01-Introductory-Sessions/Session00/Projects/CommentAPI/appsettings.json
T

10 lines
142 B
JSON

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