Initial commit

This commit is contained in:
2026-01-11 20:52:24 -08:00
commit a57e60beb8
97 changed files with 85727 additions and 0 deletions

13
appsettings.json Normal file
View File

@@ -0,0 +1,13 @@
{
"PageSize": 10,
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"Catalog26Context": "Server=localhost;Database=Catalog;User ID=dbuser;Password=dbpass;Integrated Security=false;Trusted_Connection=True;MultipleActiveResultSets=true;TrustServerCertificate=True"
}
}