diff --git a/IRaCIS.Core.API/Properties/launchSettings.json b/IRaCIS.Core.API/Properties/launchSettings.json index 705519807..6b3702208 100644 --- a/IRaCIS.Core.API/Properties/launchSettings.json +++ b/IRaCIS.Core.API/Properties/launchSettings.json @@ -32,6 +32,14 @@ }, "applicationUrl": "http://localhost:6100" }, + "US_HIR": { + "commandName": "Project", + "launchBrowser": true, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "US_HIR" + }, + "applicationUrl": "http://localhost:6100" + }, "Test_HIR": { "commandName": "Project", "launchBrowser": true,