简化startup

This commit is contained in:
2023-03-28 15:29:09 +08:00
parent 847a858d4c
commit d636034f06
10 changed files with 221 additions and 173 deletions

View File

@@ -1,12 +1,4 @@
{
"AllowedHosts": "*",
// 配置扫描目录
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://localhost:5000"
}
}
},
"ConfigurationScanDirectories": [ "Configurations" ]
}