Skip to content

Commit

Permalink
Defer launch URL and port to launchSettings.json
Browse files Browse the repository at this point in the history
Signed-off-by: Tiago Alves Macambira <tmacam@burocrata.org>
  • Loading branch information
tmacam committed Jan 12, 2023
1 parent 509656b commit fb8589c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/Workflow/WorkflowWebApp/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@
}
}).WithName("GetOrderEndpoint");

app.Run("http://0.0.0.0:10080");
app.Run();

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:10080;http://localhost:10080"
"applicationUrl": "https://localhost:10080"
}
}
}

0 comments on commit fb8589c

Please sign in to comment.