Files
mlb-gameday-dotnet-react/leagues/appsettings.json
2023-06-01 08:52:05 -05:00

11 lines
146 B
JSON

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