We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a002f01 commit 108260dCopy full SHA for 108260d
3 files changed
.env.example
@@ -0,0 +1,2 @@
1
+LUMA_API_KEY="secret-..."
2
+
.gitignore
@@ -26,7 +26,12 @@ yarn-debug.log*
26
yarn-error.log*
27
28
# local env files
29
-.env**
+.env
30
+.env.production
31
+.env.staging
32
+.env.local
33
+.env.local.staging
34
+.env.local.production
35
36
# vercel
37
.vercel
env.local.example
@@ -0,0 +1,3 @@
+NEXT_PUBLIC_SUPABASE_URL="http://127.0.0.1:54321"
+NEXT_PUBLIC_SUPABASE_ANON_KEY="sb_publissb_publishable_..."
3
0 commit comments