{ "profiles": { "Kestrel WebServer": { "commandName": "Project", "launchBrowser": true, "launchUrl": "http://localhost:5027/hc-ui", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "ASPNETCORE_URLS": "http://localhost:5027" } }, "WSL 2 : Ubuntu 20.04": { "commandName": "WSL2", "launchBrowser": true, "launchUrl": "http://localhost:5027/hc-ui", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "ASPNETCORE_URLS": "http://localhost:5027" }, "distributionName": "Ubuntu-20.04" } } }