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

14 lines
277 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"DBConnectionString": "Host=localhost;Database=mlb-game-day;Username=postgres;Password=postgres"
}
}