File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed
nextkit-nextjs-prisma-mongodb
nextkit-nextjs-prisma-supabase Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1+ DATABASE_URL = " YOUR_DATABSE_URL"
2+ ACCESS_TOKEN_SECRET = " YOUR_ACCESS_TOKEN_SECRET"
Original file line number Diff line number Diff line change @@ -25,8 +25,6 @@ npm-debug.log*
2525yarn-debug.log *
2626yarn-error.log *
2727
28- # local env files
29- .env * .local
3028
3129# vercel
3230.vercel
Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff line change @@ -25,9 +25,6 @@ npm-debug.log*
2525yarn-debug.log *
2626yarn-error.log *
2727
28- # local env files
29- .env * .local
30-
3128# vercel
3229.vercel
3330
You can’t perform that action at this time.
0 commit comments