Newer
Older
TheCleanArchitecture / src / WebUI / Properties / launchSettings.json
@Derek Comartin Derek Comartin on 15 Jun 2021 1 KB Reorganized
{
  "iisSettings": {
    "windowsAuthentication": false,
    "anonymousAuthentication": true,
    "iisExpress": {
      "applicationUrl": "http://localhost:61846",
      "sslPort": 44312
    }
  },
  "profiles": {
    "IIS Express": {
      "commandName": "IISExpress",
      "launchBrowser": true,
      "environmentVariables": {
        "DOTNET_ENVIRONMENT": "Development"
      }
    },
    "CleanArchitecture.WebUI": {
      "commandName": "Project",
      "launchBrowser": true,
      "environmentVariables": {
        "DOTNET_ENVIRONMENT": "Development"
      },
      "applicationUrl": "https://localhost:5001;http://localhost:5000"
    },
    "Docker": {
      "commandName": "Docker",
      "launchBrowser": true,
      "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}",
      "environmentVariables": {
        "UseInMemoryDatabase": "true",
        "ASPNETCORE_HTTPS_PORT": "5001",
        "ASPNETCORE_URLS": "https://+:5001;http://+:5000"
      },
      "httpPort": 5000,
      "useSSL": true,
      "sslPort": 5001
    }
  }
}