You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,8 @@ This repository provides a practical implementation of the Vectorize Connect SDK
24
24
To fully test the features of this demonstration, you'll need to set up the following environment variables:
25
25
26
26
```
27
-
VECTORIZE_TOKEN=your_vectorize_token
28
-
VECTORIZE_ORG=your_vectorize_org_id
27
+
VECTORIZE_API_KEY=your_vectorize_token
28
+
VECTORIZE_ORGANIZATION_ID=your_vectorize_org_id
29
29
```
30
30
31
31
### Google Drive Features
@@ -81,4 +81,4 @@ The demo application provides a user interface to test various features of the V
81
81
82
82
## Support
83
83
84
-
For questions or support with the Vectorize Connect SDK, please refer to the [official documentation](https://docs.vectorize.io) or reach out to the Vectorize support team.
84
+
For questions or support with the Vectorize Connect SDK, please refer to the [official documentation](https://docs.vectorize.io) or reach out to the Vectorize support team.
0 commit comments