发布0101
大石头 编写于 2020-01-01 23:55:51
NewLife.Cube
{
  "iisSettings": {
    "windowsAuthentication": false,
    "anonymousAuthentication": true,
    "iisExpress": {
      "applicationUrl": "http://localhost:35006",
      "sslPort": 44375
    }
  },
  "profiles": {
    "IIS Express": {
      "commandName": "IISExpress",
      "launchBrowser": true,
      "environmentVariables": {
        "ASPNETCORE_ENVIRONMENT": "Development"
      }
    },
    "CubeDemoNC": {
      "commandName": "Project",
      "launchBrowser": true,
      "environmentVariables": {
        "urls": "http://*:5000;https://*:5001"
      },
      "applicationUrl": "http://localhost:5000"
    }
  }
}