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

12 lines
175 B
JSON

{
"ConnectionStrings": {
"DefaultConnection": "DataSource=app.db"
},
"Logging": {
"LogLevel": {
"Default": "Warning"
}
},
"AllowedHosts": "*"
}