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

14 lines
281 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"DBConnectionString": "Host=localhost;Port=5470;Database=venues;Username=postgres;Password=postgres"
}
}