初始化项目

This commit is contained in:
2025-11-26 11:14:33 +08:00
commit 0f71de8220
116 changed files with 743 additions and 0 deletions

9
appsettings.json Normal file
View File

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