fleshout backend

This commit is contained in:
KS Jannette
2026-08-03 04:23:32 -04:00
parent a00282b1e6
commit 092ef17439
19 changed files with 500 additions and 52 deletions

View File

@@ -6,7 +6,17 @@
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"BowlingLeagueConnection": "Data Source=BowlingLeague.sqlite"
"Cors": {
"AllowedOrigins": [
"http://localhost:3000"
]
},
"RateLimiting": {
"PermitLimit": 100,
"WindowSeconds": 60,
"QueueLimit": 0
},
"Persistence": {
"Provider": "InMemory"
}
}
}