{ "profiles": { "API.Development": { "commandName": "Project", "launchBrowser": true, "launchUrl": "swagger", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development" }, "dotnetRunMessages": true, "applicationUrl": "https://localhost:7088;http://localhost:5088" }, "API.Production": { "commandName": "Project", "launchBrowser": true, "launchUrl": "swagger", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Production", "DOTNET_ENVIRONMENT": "Production" }, "applicationUrl": "https://localhost:7088;http://localhost:5088" }, "WSL": { "commandName": "WSL2", "launchBrowser": true, "launchUrl": "https://localhost:7088/swagger", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "ASPNETCORE_URLS": "https://localhost:7088;http://localhost:5088", "DOTNET_ENVIRONMENT": "Development" }, "distributionName": "" } }, "$schema": "https://json.schemastore.org/launchsettings.json", "iisSettings": { "windowsAuthentication": false, "anonymousAuthentication": true, "iisExpress": { "applicationUrl": "http://localhost:57212", "sslPort": 44386 } } }