mahjong_group/server/CoreCms.Net.Web.WebApi/appsettings.Development.json
2026-01-01 14:35:52 +08:00

18 lines
279 B
JSON

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