Skip to content

Commit

Permalink
docs: update README.md to include old and new
Browse files Browse the repository at this point in the history
  • Loading branch information
1nb0und committed Dec 13, 2023
1 parent 0c0f104 commit 9fae933
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,13 @@ zeebe.client.connection-mode=ADDRESS
You can also configure other components like Operate. If you use different credentials for different components:

```properties
# Old scheme (will be deprecated soon)
camunda.operate.client.clientId=xxx
camunda.operate.client.clientSecret=xxx
```

```properties
# New scheme
operate.client.clientId=xxx
operate.client.clientSecret=xxx
```
Expand Down

0 comments on commit 9fae933

Please sign in to comment.