Skip to content

Commit

Permalink
Adding missing env variables for Spring SDK documentation (#4447)
Browse files Browse the repository at this point in the history
* fix: adding missing env variables

- for REST configuration
- for gRPC configuration

* fix: adding correct REST port
  • Loading branch information
ana-vinogradova-camunda authored Oct 14, 2024
1 parent bfa9ae2 commit 31aa59d
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,13 @@ ZEEBE_CLIENT_ID=xxx
ZEEBE_CLIENT_SECRET=xxx
```

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:8080/
```

Properties to be set using this approach:

```properties
Expand Down

0 comments on commit 31aa59d

Please sign in to comment.