Skip to content

Commit

Permalink
fix: adding correct REST port
Browse files Browse the repository at this point in the history
  • Loading branch information
ana-vinogradova-camunda committed Oct 11, 2024
1 parent e41b36a commit 2e29ec3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Example environment variables to be set to configure gRPC and REST connection:

```properties
ZEEBE_GRPC_ADDRESS=http://127.0.0.1:26500/
ZEEBE_REST_ADDRESS=http://127.0.0.1:8083/
ZEEBE_REST_ADDRESS=http://127.0.0.1:8080/
```

Properties to be set using this approach:
Expand Down

0 comments on commit 2e29ec3

Please sign in to comment.