-
-
Notifications
You must be signed in to change notification settings - Fork 135
Expand file tree
/
Copy pathexample.env
More file actions
24 lines (19 loc) · 634 Bytes
/
Copy pathexample.env
File metadata and controls
24 lines (19 loc) · 634 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Create a free PostgreSQL database: https://vercel.com/postgres
DB_PRISMA_URL=
DB_URL_NON_POOLING=
# Create github oauth app: https://github.com/settings/developers
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
# Site Url
NEXT_PUBLIC_APP_URL="http://localhost:3000"
UPLOADTHING_URL="http://localhost:3000"
# Create an account in resend and get the api key https://resend.com/
RESEND_API_KEY=
# Create a project in uploadthing and get api keys https://uploadthing.com/
UPLOADTHING_SECRET=
UPLOADTHING_APP_ID=
#Stripe https://stripe.com/
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=
STRIPE_SECRET_KEY=
STRIPE_WEBHOOK_SECRET =
STRIPE_PRO_PLAN_ID=