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

Commit

Permalink
Fixes layout bug in oauth section
Browse files Browse the repository at this point in the history
  • Loading branch information
nwittstruck committed Dec 31, 2020
1 parent 0882d4c commit e3995cf
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 e3995cf

Please sign in to comment.