{ "profiles": { "http": { "commandName": "Project", "launchBrowser": true, "launchUrl": "api/v1/config", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }, "dotnetRunMessages": true, "applicationUrl": "https://localhost:5294" }, "Docker": { "commandName": "Docker", "launchBrowser": true, "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/api/v1/config", "environmentVariables": { "ASPNETCORE_HTTP_PORTS": "8080" }, "publishAllPorts": true } }, "$schema": "http://json.schemastore.org/launchsettings.json" }