Skip to content

Commit 2ddc144

Browse files
committed
Update env variables
1 parent 14bb29b commit 2ddc144

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)