{ "profiles": { "http": { "commandName": "Project", "launchBrowser": true, "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }, "dotnetRunMessages": true, "applicationUrl": "http://localhost:5159" }, "https": { "commandName": "Project", "launchBrowser": true, "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }, "dotnetRunMessages": true, "applicationUrl": "https://localhost:7021;http://localhost:5159" }, "WSL": { "commandName": "WSL2", "launchBrowser": true, "launchUrl": "https://localhost:7021", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "ASPNETCORE_URLS": "https://localhost:7021;http://localhost:5159" }, "distributionName": "" } }, "$schema": "https://json.schemastore.org/launchsettings.json" }