Skip to content

Commit 8da02ef

Browse files
committed
updated
1 parent 9c60dcd commit 8da02ef

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
DATABASE_URL="YOUR_DATABSE_URL"
2+
ACCESS_TOKEN_SECRET="YOUR_ACCESS_TOKEN_SECRET"

nextkit-nextjs-prisma-mongodb/.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ npm-debug.log*
2525
yarn-debug.log*
2626
yarn-error.log*
2727

28-
# local env files
29-
.env*.local
3028

3129
# vercel
3230
.vercel
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
NEXT_PUBLIC_SUPABASE_URL="YOUR_NEXT_PUBLIC_SUPABASE_URL"
3+
NEXT_PUBLIC_SUPABASE_ANON_KEY="YOUR_NEXT_PUBLIC_SUPABASE_ANON_KEY"
4+
DATABASE_URL="YOUR_DATABASE_URL"
5+
DIRECT_URL="YOUR_DIRECT_URL"

nextkit-nextjs-prisma-supabase/.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ npm-debug.log*
2525
yarn-debug.log*
2626
yarn-error.log*
2727

28-
# local env files
29-
.env*.local
30-
3128
# vercel
3229
.vercel
3330

0 commit comments

Comments
 (0)