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: src/content/docs/en/guides/backend/xata.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ import { FileTree } from '@astrojs/starlight/components';
19
19
### Prerequisites
20
20
21
21
- A [Xata](https://app.xata.io/signin) account with a created database. (You can use the sample database from the Web UI.)
22
-
- An Access Token (`XATA_TOKEN_API`).
22
+
- An Access Token (`XATA_API_KEY`).
23
23
- Your Database URL.
24
24
25
25
After you update and initialize the [Xata CLI](https://xata.io/docs/getting-started/installation), you will have your API token in your `.env` file and database URL defined.
0 commit comments