Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/pages/reference/configuration/environment-variables.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -1128,12 +1128,12 @@ unique on each node and different from `CUBESTORE_REMOTE_DIR`.

## `CUBESTORE_GCP_CREDENTIALS`

A Base64-encoded JSON key file for connecting to Google Cloud. Required when
A Base64-encoded JSON key for connecting to Google Cloud. Required when
using Google Cloud Storage

| Possible Values | Default in Development | Default in Production |
| --------------------------------------------------------------------------------------- | ---------------------- | --------------------- |
| [A valid Google BigQuery JSON key file encoded as a Base64 string][gcp-docs-creds-json] | N/A | N/A |
| Possible Values | Default in Development | Default in Production |
| ------------------------------------------------------------------------------- | ---------------------- | --------------------- |
| [A valid Google Cloud JSON key encoded as a Base64 string][gcp-docs-creds-json] | N/A | N/A |

## `CUBESTORE_GCP_KEY_FILE`

Expand Down
Loading