Skip to content

Commit

Permalink
Update dsync environment variable
Browse files Browse the repository at this point in the history
names
  • Loading branch information
devkiran committed Nov 21, 2023
1 parent 2b6e6a4 commit c3c5300
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/jackson/deploy/env-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit c3c5300

Please sign in to comment.