Skip to content

Commit

Permalink
test: fix startup
Browse files Browse the repository at this point in the history
Signed-off-by: mikeee <[email protected]>
  • Loading branch information
mikeee committed Jul 9, 2024
1 parent b54bd56 commit 2b6f405
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions examples/dist-scheduler/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,12 @@ timeout_seconds: 60
-->

```bash
dapr run \
--app-id=distributed-scheduler \
--app-port 50070 \
--app-protocol grpc \
--scheduler-host-address localhost:50006
--log-level debug \
-- go run main.go
dapr run --app-id=distributed-scheduler \
--app-port 50070 \
--app-protocol grpc \
--scheduler-host-address=localhost:50006 \
--log-level debug \
go run main.go
```

<!-- END_STEP -->
Expand Down

0 comments on commit 2b6f405

Please sign in to comment.