From 2f10ef9cf5d90fe28f4d2d16f08fad9f1d6f27df Mon Sep 17 00:00:00 2001 From: Sipke Schoorstra Date: Mon, 25 Dec 2023 22:23:31 +0100 Subject: [PATCH] Update localhost port for workflow sample The localhost port for the Elsa.Samples.AspNet.RunTaskIntegration has been updated from 7211 to 5001 in both the run-workflow.http and launchSettings.json files. This adjustment ensures that the workflow sample correctly points to the new localhost port, maintaining synchronization within the application. --- .../Properties/launchSettings.json | 26 +------------------ .../run-workflow.http | 2 +- 2 files changed, 2 insertions(+), 26 deletions(-) diff --git a/src/samples/aspnet/Elsa.Samples.AspNet.RunTaskIntegration/Properties/launchSettings.json b/src/samples/aspnet/Elsa.Samples.AspNet.RunTaskIntegration/Properties/launchSettings.json index fdfb9bd8c..fd29bb985 100644 --- a/src/samples/aspnet/Elsa.Samples.AspNet.RunTaskIntegration/Properties/launchSettings.json +++ b/src/samples/aspnet/Elsa.Samples.AspNet.RunTaskIntegration/Properties/launchSettings.json @@ -1,34 +1,10 @@ { - "iisSettings": { - "windowsAuthentication": false, - "anonymousAuthentication": true, - "iisExpress": { - "applicationUrl": "http://localhost:45784", - "sslPort": 44326 - } - }, "profiles": { - "http": { - "commandName": "Project", - "dotnetRunMessages": true, - "launchBrowser": true, - "applicationUrl": "http://localhost:5047", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } - }, "https": { "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "https://localhost:7211;http://localhost:5047", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } - }, - "IIS Express": { - "commandName": "IISExpress", - "launchBrowser": true, + "applicationUrl": "https://localhost:5001", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } diff --git a/src/samples/aspnet/Elsa.Samples.AspNet.RunTaskIntegration/run-workflow.http b/src/samples/aspnet/Elsa.Samples.AspNet.RunTaskIntegration/run-workflow.http index c6e648ffc..52c1aec2a 100644 --- a/src/samples/aspnet/Elsa.Samples.AspNet.RunTaskIntegration/run-workflow.http +++ b/src/samples/aspnet/Elsa.Samples.AspNet.RunTaskIntegration/run-workflow.http @@ -1 +1 @@ -POST https://localhost:7211/workflows/hungry \ No newline at end of file +POST https://localhost:5001/workflows/hungry \ No newline at end of file