{ "$schema": "http://json.schemastore.org/launchsettings.json", "profiles": { "Test_Study": { "commandName": "Project", "launchBrowser": true, "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Test_Study" }, "applicationUrl": "http://localhost:6100" }, "Uat_Study": { "commandName": "Project", "launchBrowser": true, "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Uat_Study" }, "applicationUrl": "http://localhost:6100" } } }