Files
mlb-gameday-dotnet-react/teams/appsettings.Development.json
Noah Spannbauer 0d5eb3e801 Updating
2023-02-15 12:46:50 -06:00

14 lines
278 B
JSON

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