Skip to content

Commit

Permalink
Merge pull request #197 from gkocyigit/alpha
Browse files Browse the repository at this point in the history
fix(docs): update config for disabling authentication
  • Loading branch information
jwulf authored Jun 20, 2024
2 parents 5139f0e + df5879f commit 50c5954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 50c5954

Please sign in to comment.