This commit is contained in:
2025-02-26 14:53:02 +08:00
commit 0c985bcd3f
693 changed files with 69501 additions and 0 deletions

16
bin/appsettings.json Normal file
View File

@@ -0,0 +1,16 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Kestrel": {
"EndPoints": {
"Http": {
"Url": "http://+:5001"
}
}
},
"AllowedHosts": "*"
}