简化startup
This commit is contained in:
@@ -1,12 +1,4 @@
|
||||
{
|
||||
"AllowedHosts": "*",
|
||||
// 配置扫描目录
|
||||
"Kestrel": {
|
||||
"Endpoints": {
|
||||
"Http": {
|
||||
"Url": "http://localhost:5000"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ConfigurationScanDirectories": [ "Configurations" ]
|
||||
}
|
||||
Reference in New Issue
Block a user