Skip to content

Commit

Permalink
Merge pull request #198 from camunda/alpha
Browse files Browse the repository at this point in the history
Alpha
  • Loading branch information
jwulf authored Jun 21, 2024
2 parents ac38249 + 50c5954 commit d18c716
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 d18c716

Please sign in to comment.