火焰

valeb
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

docker Kestrel appseting.json

Posted on 2023-09-28 14:18  valeb  阅读(11)  评论(0编辑  收藏  举报
{
 "Kestrel": {
    "Endpoints": {
      "Http": {
        "Url": "http://*:5080"
      },
      "Https": {
        "Url": "https://*:5081",
        "Certificate": {
          "Path": "/app/server.pfx",
          "Password": "123456"
        }
      }
    }
  }
}