This commit is contained in:
shisupeng
2025-02-12 17:00:49 +08:00
parent dce9f31aae
commit 11cdcf9110
16 changed files with 642 additions and 20 deletions

View File

@@ -0,0 +1,15 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://*:5000"
}
}
}
}