Skip to content

Commit

Permalink
removing unused http port
Browse files Browse the repository at this point in the history
Signed-off-by: Fernando Rocha <fernando@diagrid.io>
  • Loading branch information
rochabr committed Jul 24, 2024
1 parent c9e0515 commit 9d2aec4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion jobs/go/sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ dapr stop -f .
1. Open a terminal and run the `job-service` app:

```bash
dapr run --app-id job-service --app-port 6200 --dapr-http-port 6280 --dapr-grpc-port 6281 --app-protocol grpc -- go run .
dapr run --app-id job-service --app-port 6200 --dapr-grpc-port 6281 --app-protocol grpc -- go run .
```

The output should be:
Expand Down
1 change: 0 additions & 1 deletion jobs/go/sdk/dapr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ apps:
- appDirPath: ./job-service/
appID: job-service
appPort: 6200
daprHTTPPort: 6280
daprGRPCPort: 6281
appProtocol: grpc
command: ["go", "run", "."]
Expand Down

0 comments on commit 9d2aec4

Please sign in to comment.