Skip to content

Commit d5df964

Browse files
Update quickstart.mdx
1 parent 6e1d464 commit d5df964

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs-v2/pages/connect/quickstart.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ and fill the `.env.local` file with your project and app details:
4747

4848
```bash
4949
# Used by `app/server.ts` to authorize requests to the Pipedream API — see below
50-
PIPEDREAM_OAUTH_CLIENT_ID=your_client_id
51-
PIPEDREAM_OAUTH_CLIENT_SECRET=your_client_secret
50+
PIPEDREAM_CLIENT_ID=your_client_id
51+
PIPEDREAM_CLIENT_SECRET=your_client_secret
5252
PIPEDREAM_PROJECT_ENVIRONMENT=development
5353
PIPEDREAM_PROJECT_ID=your_project_id
5454
```

0 commit comments

Comments
 (0)