From 11b7d78aeaad0ed96a3f38df2fe5d0bc86587ed3 Mon Sep 17 00:00:00 2001 From: 1nb0und <133918079+1nb0und@users.noreply.github.com> Date: Wed, 20 Dec 2023 23:47:12 -0500 Subject: [PATCH] feat: update README.md (cherry picked from commit 3cfa1818223e8ae63f25b5abc007a55d525c4490) --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 80667e477..64e14b392 100644 --- a/README.md +++ b/README.md @@ -146,17 +146,10 @@ 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 -``` - Otherwise, if you use same credentials across all components: ```properties