mirror of https://github.com/dapr/quickstarts.git
removing unused http port
Signed-off-by: Fernando Rocha <fernando@diagrid.io>
This commit is contained in:
parent
c9e0515ef2
commit
9d2aec4d49
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@ apps:
|
|||
- appDirPath: ./job-service/
|
||||
appID: job-service
|
||||
appPort: 6200
|
||||
daprHTTPPort: 6280
|
||||
daprGRPCPort: 6281
|
||||
appProtocol: grpc
|
||||
command: ["go", "run", "."]
|
||||
|
|
|
|||
Loading…
Reference in New Issue