All Downloads are FREE. Search and download functionalities are using the official Maven repository.

aspnetcore.3.0.Properties.launchSettings.json Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
{
  "$schema": "http://json.schemastore.org/launchsettings.json",
  "iisSettings": {
    "windowsAuthentication": false, 
    "anonymousAuthentication": true, 
    "iisExpress": {
      "applicationUrl": "http://localhost:61788",
      "sslPort": 44301
    }
  },
  "profiles": {
    "IIS Express": {
      "commandName": "IISExpress",
      "launchBrowser": true,
      "launchUrl": "openapi",
      "environmentVariables": {
        "ASPNETCORE_ENVIRONMENT": "Development"
      }
    },
    "OpenAPI": {
      "commandName": "Project",
      "launchBrowser": true,
      "launchUrl": "openapi",
      "applicationUrl": "https://localhost:5001;http://localhost:5000",
      "environmentVariables": {
        "ASPNETCORE_ENVIRONMENT": "Development"
      }
    },
    "Docker": {
      "commandName": "Docker",
      "launchBrowser": true,
      "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/openapi",
      "publishAllPorts": true,
      "useSSL": true
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy