-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
30 lines (26 loc) · 1.46 KB
/
.env.example
File metadata and controls
30 lines (26 loc) · 1.46 KB
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
28
29
30
# The site URL should be localhost for development, and the actual domain for production
# Development: http://localhost:3000
# Production: https://www.peels.app
NEXT_PUBLIC_SITE_URL=http://localhost:3000
# Local-first Supabase workflow:
# 1. Run `npm run supabase:start`
# 2. Run `npm run supabase:reset`
# 3. Run `npm run seed:local-media`
# 4. Copy the values from `npm run supabase:env`
# 5. Paste NEXT_PUBLIC_SUPABASE_ANON_KEY below
NEXT_PUBLIC_SUPABASE_URL=http://127.0.0.1:54331
NEXT_PUBLIC_SUPABASE_ANON_KEY=
# For contributors: Either follow the below forking instructions or ask the project maintainers for the shared development key
# For forking: Get your own free API key at https://cloud.maptiler.com/
NEXT_PUBLIC_MAPTILER_API_KEY=
# For contributors: Either follow the below forking instructions or ask the project maintainers for the shared development key
# For forking: Get your own free API key at https://protomaps.com/account
NEXT_PUBLIC_PROTOMAPS_API_KEY=
# For contributors: Either follow the below forking instructions or ask the project maintainers for the shared site key
# For forking: Get your own Turnstile credentials at https://www.cloudflare.com/products/turnstile
# Local development test keys: https://developers.cloudflare.com/turnstile/troubleshooting/testing/#test-secret-keys
NEXT_PUBLIC_TURNSTILE_SITEKEY=
# Private to local development and Cloudflare:
TURNSTILE_SECRET_KEY
# Set on the fly to control visibility on frontend:
NEXT_PUBLIC_TURNSTILE_ENABLED=