diff --git a/src/Admin/Properties/launchSettings.json b/src/Admin/Properties/launchSettings.json index 541af8e76a..cc004ca425 100644 --- a/src/Admin/Properties/launchSettings.json +++ b/src/Admin/Properties/launchSettings.json @@ -21,7 +21,7 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }, - "applicationUrl": "http://localhost:62912/" + "applicationUrl": "http://localhost:62911/" } } } diff --git a/src/Api/Properties/launchSettings.json b/src/Api/Properties/launchSettings.json index 2e5da0f1d7..a0beab3a56 100644 --- a/src/Api/Properties/launchSettings.json +++ b/src/Api/Properties/launchSettings.json @@ -18,7 +18,7 @@ "Api": { "commandName": "Project", "launchBrowser": true, - "applicationUrl": "http://localhost:5000", + "applicationUrl": "http://localhost:4000", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } diff --git a/src/Billing/Properties/launchSettings.json b/src/Billing/Properties/launchSettings.json index 295dbfb4ce..9e0b5dd91f 100644 --- a/src/Billing/Properties/launchSettings.json +++ b/src/Billing/Properties/launchSettings.json @@ -19,7 +19,7 @@ "Billing": { "commandName": "Project", "launchBrowser": true, - "launchUrl": "http://localhost:44519", + "launchUrl": "http://localhost:44518", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }, diff --git a/src/Events/Properties/launchSettings.json b/src/Events/Properties/launchSettings.json index 6ce93e8903..7324a34834 100644 --- a/src/Events/Properties/launchSettings.json +++ b/src/Events/Properties/launchSettings.json @@ -21,7 +21,7 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }, - "applicationUrl": "http://localhost:46274/" + "applicationUrl": "http://localhost:46273/" } } } diff --git a/src/EventsProcessor/Properties/launchSettings.json b/src/EventsProcessor/Properties/launchSettings.json index d7bb7a4129..05465871e4 100644 --- a/src/EventsProcessor/Properties/launchSettings.json +++ b/src/EventsProcessor/Properties/launchSettings.json @@ -21,7 +21,7 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }, - "applicationUrl": "http://localhost:54104/" + "applicationUrl": "http://localhost:54103/" } } } \ No newline at end of file diff --git a/src/Icons/Properties/launchSettings.json b/src/Icons/Properties/launchSettings.json index 07548ae929..07b87c6f02 100644 --- a/src/Icons/Properties/launchSettings.json +++ b/src/Icons/Properties/launchSettings.json @@ -23,7 +23,7 @@ "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }, - "applicationUrl": "http://localhost:5003/" + "applicationUrl": "http://localhost:50024/" } } } \ No newline at end of file diff --git a/src/Identity/Properties/launchSettings.json b/src/Identity/Properties/launchSettings.json index 407e322d0a..3076c134cd 100644 --- a/src/Identity/Properties/launchSettings.json +++ b/src/Identity/Properties/launchSettings.json @@ -18,7 +18,7 @@ "Identity": { "commandName": "Project", "launchBrowser": true, - "applicationUrl": "http://localhost:33657", + "applicationUrl": "http://localhost:33656", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } diff --git a/src/Notifications/Properties/launchSettings.json b/src/Notifications/Properties/launchSettings.json index 0bb43fce0a..d3b375a36b 100644 --- a/src/Notifications/Properties/launchSettings.json +++ b/src/Notifications/Properties/launchSettings.json @@ -18,7 +18,7 @@ "Notifications": { "commandName": "Project", "launchBrowser": false, - "applicationUrl": "http://localhost:5000", + "applicationUrl": "http://localhost:61840", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }