shop/CoreCms.Net.Web.Admin/appsettings.Development.json
2025-10-11 11:19:23 +08:00

17 lines
277 B
JSON

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