Skip to content

Commit 7f82e2b

Browse files
committed
➕ Added env example
1 parent dadb316 commit 7f82e2b

File tree

3 files changed

+18
-128
lines changed

3 files changed

+18
-128
lines changed

Diff for: .env.example

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# app
2+
NEXT_PUBLIC_APP_NAME=
3+
NEXT_PUBLIC_APP_URL=
4+
5+
# database
6+
DATABASE_URL=
7+
8+
# clerk
9+
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=
10+
CLERK_SECRET_KEY=
11+
12+
# google
13+
NEXT_PUBLIC_GOOGLE_API_KEY=
14+
15+
# stripe
16+
STRIPE_SECRET_KEY=
17+
NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=
18+
STRIPE_WEBHOOK_SECRET=

Diff for: package.json

-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
"lucide-react": "^0.396.0",
4242
"next": "14.2.6",
4343
"next-themes": "^0.3.0",
44-
"openai": "^4.52.1",
4544
"react": "^18",
4645
"react-day-picker": "^8.10.1",
4746
"react-dom": "^18",

Diff for: pnpm-lock.yaml

-127
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)