51fadf5811dbe6cd7fe68cf533142282bc593c3d..da70ee8b828a2db0496aabc9fef9c20f7b7fee5c
2023-08-28 liaoxujun@qq.com
Merge branch 'master' of http://47.108.235.38:8080/r/DocumentService
da70ee 对比 | 目录
2023-08-28 liaoxujun@qq.com
修正iis启动取消https端口
e9a02f 对比 | 目录
2个文件已修改
6 ■■■■ 已修改文件
DocumentServiceAPI.Web.Entry/DocumentServiceAPI.Web.Entry.csproj.user 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Web.Entry/Properties/launchSettings.json 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
DocumentServiceAPI.Web.Entry/DocumentServiceAPI.Web.Entry.csproj.user
@@ -4,7 +4,7 @@
    <DebuggerFlavor>ProjectDebugger</DebuggerFlavor>
  </PropertyGroup>
  <PropertyGroup>
    <ActiveDebugProfile>DocumentServiceAPI.Web.Entry</ActiveDebugProfile>
    <ActiveDebugProfile>IIS Express</ActiveDebugProfile>
    <NameOfLastUsedPublishProfile>E:\workdir\标书软件\ApiService\DocumentServiceAPI\DocumentServiceAPI.Web.Entry\Properties\PublishProfiles\FolderProfile.pubxml</NameOfLastUsedPublishProfile>
  </PropertyGroup>
</Project>
DocumentServiceAPI.Web.Entry/Properties/launchSettings.json
@@ -4,8 +4,8 @@
    "windowsAuthentication": false,
    "anonymousAuthentication": true,
    "iisExpress": {
      "applicationUrl": "http://localhost:53785",
      "sslPort": 44342
      "applicationUrl": "http://localhost:5001"
    }
  },
  "profiles": {