From c3c5300e3ba2558c509c6ce8ec76469c48106a24 Mon Sep 17 00:00:00 2001 From: Kiran K Date: Tue, 21 Nov 2023 18:48:41 +0530 Subject: [PATCH] Update dsync environment variable names --- docs/jackson/deploy/env-variables.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/jackson/deploy/env-variables.md b/docs/jackson/deploy/env-variables.md index 3e7e61e3..447a2f3a 100644 --- a/docs/jackson/deploy/env-variables.md +++ b/docs/jackson/deploy/env-variables.md @@ -393,21 +393,21 @@ Set one of these to `1` or `true` to turn off our anonymous analytics. We only t The following env vars are used to configure the directory sync feature. -`GOOGLE_CLIENT_` env vars are only applicable if you are using Google Workspace as a directory sync provider. +`DSYNC_GOOGLE_` env vars are only applicable if you are using Google Workspace as a directory sync provider. -### **GOOGLE_CLIENT_ID** +### **DSYNC_GOOGLE_CLIENT_ID** The Google authentication client ID. NPM library option: `dsync.providers.google.clientId` -### **GOOGLE_CLIENT_SECRET** +### **DSYNC_GOOGLE_CLIENT_SECRET** The Google authentication client secret. NPM library option: `dsync.providers.google.clientSecret` -### **GOOGLE_REDIRECT_URI** +### **DSYNC_GOOGLE_REDIRECT_URI** The URI to redirect to after completing the authentication request.