Skip to content

Commit f0f6aeb

Browse files
author
Paul Asjes
authored
Merge pull request #34 from workos/pma/update-env-variables
Update env variables
2 parents 14bb29b + 2ddc144 commit f0f6aeb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,9 @@ You will need a [WorkOS account](https://dashboard.workos.com/signup).
2323
```bash
2424
WORKOS_CLIENT_ID=<YOUR_CLIENT_ID>
2525
WORKOS_API_KEY=<YOUR_API_SECRET_KEY>
26-
WORKOS_REDIRECT_URI=http://localhost:3000/callback
2726
WORKOS_COOKIE_PASSWORD=<YOUR_COOKIE_PASSWORD>
27+
28+
NEXT_PUBLIC_WORKOS_REDIRECT_URI=http://localhost:3000/callback
2829
```
2930

3031
5. Run the following command and navigate to [http://localhost:3000](http://localhost:3000).

0 commit comments

Comments
 (0)