diff --git a/IRaCIS.Core.API/Properties/launchSettings.json b/IRaCIS.Core.API/Properties/launchSettings.json index a5c135eb9..97ef39971 100644 --- a/IRaCIS.Core.API/Properties/launchSettings.json +++ b/IRaCIS.Core.API/Properties/launchSettings.json @@ -53,6 +53,14 @@ "ASPNETCORE_ENVIRONMENT": "CertificateApply" }, "applicationUrl": "http://localhost:6400" + }, + "IRaCIS.CenterImageDev": { + "commandName": "Project", + "launchBrowser": true, + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "CenterImageDev" + }, + "applicationUrl": "http://localhost:6100" } } } \ No newline at end of file