feat: initial .NET 9 static site for SilverDOCK deployment

This commit is contained in:
dev-agent
2026-01-20 22:22:39 +00:00
commit da6806c3cb
8 changed files with 4477 additions and 0 deletions

9
appsettings.json Normal file
View File

@@ -0,0 +1,9 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*"
}