Coreshop/CoreCms.Net.Web.WebApi/appsettings.Development.json
2025-09-20 19:42:36 +08:00

18 lines
279 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
//服务器配置
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://*:2016"
}
}
}
}