添加项目文件。
This commit is contained in:
12
apihost/Tnb.API.Entry/appsettings.json
Normal file
12
apihost/Tnb.API.Entry/appsettings.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"AllowedHosts": "*",
|
||||
// 配置扫描目录
|
||||
"Kestrel": {
|
||||
"Endpoints": {
|
||||
"Http": {
|
||||
"Url": "http://localhost:5000"
|
||||
}
|
||||
}
|
||||
},
|
||||
"ConfigurationScanDirectories": [ "Configurations" ]
|
||||
}
|
||||
Reference in New Issue
Block a user