{
  "$schema": "http://json.schemastore.org/launchsettings.json",
  "iisSettings": {
    "windowsAuthentication": false,
    "anonymousAuthentication": true,
    "iisExpress": {
      "applicationUrl": "http://localhost:5900",
      "sslPort": 0
    }
  },
  "profiles": {
    "IIS Express": {
      "commandName": "IISExpress",
      "commandLineArgs": "development_bt",
      "launchBrowser": true,
      "launchUrl": "bs/api/default",
      "environmentVariables": {
        "ASPNETCORE_ENVIRONMENT": "Development"
      }
    },
    "AppDevelopmentOwner": {
      "commandName": "Project",
      "commandLineArgs": "development_bt",
      "launchBrowser": true,
      "launchUrl": "bs/api/default",
      "environmentVariables": {
        "ASPNETCORE_ENVIRONMENT": "Development"
      },
      "applicationUrl": "http://localhost:5901;http://localhost:5900"
    },
    "AppDevelopment": {
      "commandName": "Project",
      "launchBrowser": true,
      "launchUrl": "bs/api/default",
      "environmentVariables": {
        "ASPNETCORE_ENVIRONMENT": "Development"
      },
      "applicationUrl": "http://localhost:5901;http://localhost:5900"
    },
    "Docker": {
      "commandName": "Docker",
      "launchBrowser": true,
      "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/bs/api/default",
      "commandLineArgs": "development_bt",
      "environmentVariables": {
        "ASPNETCORE_ENVIRONMENT": "Development",
        "ASPNETCORE_URLS": "https://+:443;http://+:80",
        "ASPNETCORE_HTTPS_PORT": "44330"
      },
      "sslPort": 44330,
      "httpPort": 5900,
      "useSSL": true
    }
  }
}
文档更新时间: 2022-04-22 13:18   作者:admin