Skip to content

Commit 108260d

Browse files
committed
Add example .env files
1 parent a002f01 commit 108260d

3 files changed

Lines changed: 11 additions & 1 deletion

File tree

.env.example

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
LUMA_API_KEY="secret-..."
2+

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,12 @@ yarn-debug.log*
2626
yarn-error.log*
2727

2828
# local env files
29-
.env**
29+
.env
30+
.env.production
31+
.env.staging
32+
.env.local
33+
.env.local.staging
34+
.env.local.production
3035

3136
# vercel
3237
.vercel

env.local.example

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
NEXT_PUBLIC_SUPABASE_URL="http://127.0.0.1:54321"
2+
NEXT_PUBLIC_SUPABASE_ANON_KEY="sb_publissb_publishable_..."
3+

0 commit comments

Comments
 (0)