Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
Merge pull request #200 from nwittstruck/fix-readme-oauth-section
Browse files Browse the repository at this point in the history
Fixes layout bug in oauth section in the readme
  • Loading branch information
jwulf committed Feb 3, 2021
2 parents 0882d4c + e3995cf commit 4c253ac
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -364,16 +364,14 @@ const zbc = new ZBClient({
Or you can put the file paths into the environment in the following variables:
```

ZEEBE_CLIENT_SSL_ROOT_CERTS_PATH
ZEEBE_CLIENT_SSL_PRIVATE_KEY_PATH
ZEEBE_CLIENT_SSL_CERT_CHAIN_PATH
```

# Enable TLS

```
ZEEBE_SECURE_CONNECTION=true

````

In this case, they will be passed to the constructor automatically.
Expand Down

0 comments on commit 4c253ac

Please sign in to comment.