From e3995cf79e32ff776093edaf848eab64eb17e2a1 Mon Sep 17 00:00:00 2001 From: Nicholas Wittstruck Date: Thu, 31 Dec 2020 12:44:17 +0100 Subject: [PATCH] Fixes layout bug in oauth section --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f423bc9..17c50e4 100644 --- a/README.md +++ b/README.md @@ -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.