We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e1d464 commit d5df964Copy full SHA for d5df964
docs-v2/pages/connect/quickstart.mdx
@@ -47,8 +47,8 @@ and fill the `.env.local` file with your project and app details:
47
48
```bash
49
# 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
+PIPEDREAM_CLIENT_ID=your_client_id
+PIPEDREAM_CLIENT_SECRET=your_client_secret
52
PIPEDREAM_PROJECT_ENVIRONMENT=development
53
PIPEDREAM_PROJECT_ID=your_project_id
54
```
0 commit comments