{ "$schema": "http://json.schemastore.org/launchsettings.json", "profiles": { "Test_HIR_SCP": { "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, "launchUrl": "swagger", "applicationUrl": "http://localhost:6200", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Test_HIR_SCP" } }, "Uat_HIR_SCP": { "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, "launchUrl": "swagger", "applicationUrl": "http://localhost:6200", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Uat_HIR_SCP" } } } }