Skip to content

Commit 597f32a

Browse files
authored
Update linkedin-page.mdx
reverts change to env-vars
1 parent d40c525 commit 597f32a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/providers/linkedin-page.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ It is important to request the Advertising API permissions and fill up the reque
2626
Copy the created `Client ID` and `Client Secret` and add them to your `.env` file.
2727

2828
```env
29-
SERVICE_LINKEDIN_ID=""
30-
SERVICE_LINKEDIN_SECRET=""
29+
LINKEDIN_CLIENT_ID=""
30+
LINKEDIN_CLIENT_SECRET=""
3131
```
3232
You can find those under the Auth Tab of your LinkedIn App in the developer portal.

0 commit comments

Comments
 (0)