diff --git a/content/docs/configuration/environment-variables.md b/content/docs/configuration/environment-variables.md index d28d579c..fafaee16 100644 --- a/content/docs/configuration/environment-variables.md +++ b/content/docs/configuration/environment-variables.md @@ -99,7 +99,7 @@ This option is only supported for BigQuery and Cloud Storage. It is not supporte | ------------- | ------------- | | `DEKART_REQUIRE_GOOGLE_OAUTH`
version >= 0.15 | Enables Google OAuth 2.0 flow. Requires users to be authenticated.
*Example value*: `1`| | `DEKART_GOOGLE_OAUTH_CLIENT_ID`
version >= 0.15| Google OAuth 2.0 Client ID.
*Example value*: `1234567890-abcde.apps.googleusercontent.com`| -| `DEKART_GOOGLE_OAUTH_CLIENT_SECRET`
version >= 0.15| Google OAuth 2.0 Client Secret.
*Example value*: `******`| +| `DEKART_GOOGLE_OAUTH_SECRET`
version >= 0.15| Google OAuth 2.0 Client Secret.
*Example value*: `******`| Creating Google OAuth 2.0 Client ID and Client Secret: