添加项目文件。
This commit is contained in:
13
apihost/Tnb.API.Entry/Configurations/AppSetting.json
Normal file
13
apihost/Tnb.API.Entry/Configurations/AppSetting.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"AppSettings": {
|
||||
"InjectMiniProfiler": true,
|
||||
"SupportPackageNamePrefixs": ["Tnb"]
|
||||
},
|
||||
"Kestrel": {
|
||||
"Endpoints": {
|
||||
"Http": {
|
||||
"Url": "http://localhost:9231"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user