We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cb9ff3 commit 06aa77fCopy full SHA for 06aa77f
.env.example
@@ -0,0 +1,21 @@
1
+# Supabase
2
+SUPABASE_URL=''
3
+SUPABASE_ANON_KEY=''
4
+SUPABASE_SERVICE_ROLE_KEY=''
5
+
6
+# Replicate
7
+REPLICATE_API_TOKEN=''
8
9
+# Use the following in the development environment
10
+NGROK_HOST=''
11
12
+# Stripe
13
+NEXT_PUBLIC_STRIPE_PUBLISHABLE_KEY=''
14
+STRIPE_SECRET_KEY=''
15
+STRIPE_WEBHOOK_SECRET=''
16
17
+# Use the following in the production environment
18
+NEXT_PUBLIC_SITE_URL=''
19
20
+# Resend
21
+RESEND_API_KEY=''
.gitignore
@@ -30,7 +30,10 @@ yarn-debug.log*
30
yarn-error.log*
31
32
# env files (can opt-in for committing if needed)
33
-.env*
+.env.local
34
+.env
35
+.env.production
36
+.env.development
37
38
# vercel
39
.vercel
0 commit comments