体验一下aspweb的功能和用法!!!

This commit is contained in:
heiye111
2025-09-22 22:28:13 +08:00
commit 8ab52738c0
145 changed files with 4569 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"DefaultConnection": "Host=localhost;Port=5555;Database=aspdb;Username=postgres;Password=123456"
}
}