Add server skeleton.

This commit is contained in:
2025-11-13 04:55:13 +00:00
parent 6c01b2128f
commit a942d40849
7 changed files with 103 additions and 0 deletions

View File

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