Initial solution creation

This commit is contained in:
2026-04-08 14:23:49 +09:30
parent 4179d84161
commit 3fe90355e0
87 changed files with 83825 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"ConnectionStrings": {
"DefaultConnection": "Server=(localdb)\\mssqllocaldb;Database=aspnet-FJPSite-0f82b6ff-a81b-4f3b-bb72-2429299fdbc0;Trusted_Connection=True;MultipleActiveResultSets=true"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}