摘要: 配置http时可以直接通过urls简单配置,多个配置用分号分割 { "urls": "http://*:8080", //"urls": "http://*:8080;http://*:8081" } 需要配置https时候需要指定证书文件 { "Kestrel": { "Endpoints": { 阅读全文
posted @ 2023-11-03 21:12 Hey,Coder! 阅读(126) 评论(0) 推荐(0)