Add project files.

This commit is contained in:
2025-11-27 21:29:51 +01:00
parent 4148db69de
commit a8e1d94391
64 changed files with 3794 additions and 0 deletions

12
SmartDB/appsettings.json Normal file
View File

@@ -0,0 +1,12 @@
{
"ConnectionStrings": {
"DefaultConnection": "Server=(localdb)\\mssqllocaldb;Database=aspnet-SmartDB-34b0f352-ae1c-4216-903e-55f1899d0fee;Trusted_Connection=True;MultipleActiveResultSets=true"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}