Files
mlb-gameday-dotnet-react/venues/appsettings.json
2023-01-24 20:03:13 -06:00

11 lines
146 B
JSON

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