{ "$schema": "http://json.schemastore.org/launchsettings.json", "profiles": { "http": { "commandName": "Project", "launchBrowser": true, "launchUrl": "swagger", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "GOOGLE_INTERNAL_KEY": "dev-test-key-12345" }, "dotnetRunMessages": true, "applicationUrl": "http://localhost:5180" }, "Container (.NET SDK)": { "commandName": "SdkContainer", "launchBrowser": true, "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/swagger", "environmentVariables": { "ASPNETCORE_HTTP_PORTS": "8080", "GOOGLE_INTERNAL_KEY": "dev-test-key-12345" }, "publishAllPorts": true } } }