-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
27 lines (20 loc) · 789 Bytes
/
.env.example
File metadata and controls
27 lines (20 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#*** For Development ***#
# Basic
NEXT_PUBLIC_SITE_URL=http://localhost:3000
# Supabase Credentials (From your local project generated using Supabase CLI)
NEXT_PUBLIC_SUPABASE_URL=http://127.0.0.1:54321
NEXT_PUBLIC_SUPABASE_ANON_KEY=xxxxxxxxx
# Upstash
UPSTASH_REDIS_REST_URL=xxxxxxxxx
UPSTASH_REDIS_REST_TOKEN=xxxxxxxxx
#*** For Production ***#
# These are only here as examples.
# Add these to your production deployment environment (Vercel, Amplify, etc.)
# # Basic
# NEXT_PUBLIC_SITE_URL=http://localhost:3000
# # Supabase Credentials (From your production project on Supabase on your self-hosted Supabase project)
# NEXT_PUBLIC_SUPABASE_URL=xxxxxxxxx
# NEXT_PUBLIC_SUPABASE_ANON_KEY=xxxxxxxxx
# # Upstash
# UPSTASH_REDIS_REST_URL=xxxxxxxxx
# UPSTASH_REDIS_REST_TOKEN=xxxxxxxxx