From df5879ffb8821e2c49e8e71c5a7cedc40e53c869 Mon Sep 17 00:00:00 2001 From: Gokhan Date: Wed, 19 Jun 2024 13:14:42 +0200 Subject: [PATCH] fix(docs): update config for disabling authentication --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21e78ed6..9de1fa17 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Calls to APIs can be authorized using basic auth or via OAuth - a token that is ### Disable Auth -To disable OAuth, set the environment variable `CAMUNDA_OAUTH_STRATEGY=NONE`. You can use this when running against a minimal Zeebe broker in a development environment, for example. +To disable OAuth, set the environment variable `CAMUNDA_OAUTH_DISABLED=true`. You can use this when running against a minimal Zeebe broker in a development environment, for example. ### Basic Auth