Files
react-dotnet-framework/backend/appsettings.json
2026-05-21 03:26:14 -04:00

12 lines
271 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"BowlingLeagueConnection": "Data Source=BowlingLeague.sqlite"
}
}