{ "profiles": { "SelfHostServer": { "commandName": "Project", "launchBrowser": true, "launchUrl": "http://localhost:8080/", "environmentVariables": { "ASPNETCORE_URLS": "http://localhost:8080/", "ASPNETCORE_ENVIRONMENT": "Development" } } } }