NET-Web-API-w-Angular/appsettings.json

9 lines
151 B
JSON
Executable file

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