Skip to content

Commit

Permalink
Update README (nextjs#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
slavingia authored Sep 18, 2024
1 parent c3203cc commit ed6c8ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Fun fact: the majority of the UI for this application was built with [v0](https:
- **Database**: [Postgres](https://www.postgresql.org/)
- **ORM**: [Drizzle](https://orm.drizzle.team/)
- **Payments**: [Stripe](https://stripe.com/)
- **UI LIbrary**: [shadcn/ui](https://ui.shadcn.com/)
- **UI Library**: [shadcn/ui](https://ui.shadcn.com/)

## Getting Started

Expand Down Expand Up @@ -102,7 +102,7 @@ In your Vercel project settings (or during deployment), add all the necessary en
1. `BASE_URL`: Set this to your production domain.
2. `STRIPE_SECRET_KEY`: Use your Stripe secret key for the production environment.
3. `STRIPE_WEBHOOK_SECRET`: Use the webhook secret from the production webhook you created in step 1.
4. `DATABASE_URL`: Set this to your production database URL.
4. `POSTGRES_URL`: Set this to your production database URL.
5. `AUTH_SECRET`: Set this to a random string. `openssl rand -base64 32` will generate one.

## Other Templates
Expand Down

0 comments on commit ed6c8ea

Please sign in to comment.