{ "iisSettings": { "windowsAuthentication": false, "anonymousAuthentication": true, "iisExpress": { "applicationUrl": "http://localhost:53069/", "sslPort": 0 } }, "profiles": { "IIS Express": { "commandName": "IISExpress", "launchBrowser": true, "launchUrl": "api/info", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development_Test" } }, "ConfigurationApi(Dev)": { "commandName": "Project", "launchBrowser": true, "launchUrl": "api/info", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development_Test" }, "applicationUrl": "http://localhost:28240/" }, "ConfigurationApi(DevBase)": { "commandName": "Project", "launchBrowser": true, "launchUrl": "api/info", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development_Base" }, "applicationUrl": "http://localhost:28240/" }, "ConfigurationApi(Prod)": { "commandName": "Project", "launchBrowser": true, "launchUrl": "api/info", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Production" }, "applicationUrl": "http://localhost:28240/" } } }