Files
tnb.server/apihost/Tnb.API.Entry/Configurations/AppSetting.json
2023-03-13 15:00:34 +08:00

13 lines
207 B
JSON

{
"AppSettings": {
"InjectMiniProfiler": true,
"SupportPackageNamePrefixs": ["Tnb"]
},
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://localhost:9231"
}
}
}
}