Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #24 from clerkinc/perkinsjr-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
perkinsjr authored Jan 19, 2023
2 parents b2620eb + a9afa17 commit 16586f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Let's deploy the Next.js application to [Vercel](https://vercel.com/). If you ha

> The install command filters out the expo package and saves a few second (and cache size) of dependency installation. The build command makes us build the application using Turbo.
2. Add your `DATABASE_URL`, `NEXT_PUBLIC_CLERK_FRONTEND_API`, `CLERK_API_KEY`, `CLERK_JWT_KEY` environment variable.
2. Add your `DATABASE_URL`, `NEXT_PUBLIC_CLERK_FRONTEND_API`, `CLERK_API_KEY`, `CLERK_JWT_KEY` or `CLERK_SECRET_KEY` and `NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY` environment variable.

3. Done! Your app should successfully deploy. Assign your domain and use that instead of `localhost` for the `url` in the Expo app so that your Expo app can communicate with your backend when you are not in development.

Expand Down

0 comments on commit 16586f4

Please sign in to comment.