-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
23 lines (20 loc) · 1.06 KB
/
.env.example
File metadata and controls
23 lines (20 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# ── Supabase URL (both apps) ──────────────────────────────
# From: Supabase Dashboard > Settings > API
NEXT_PUBLIC_SUPABASE_URL=https://your-project.supabase.co
# ── Supabase secret key (server-side only, never exposed to browser) ──
# From: Supabase Dashboard > Settings > API > Secret key
SUPABASE_SERVICE_ROLE_KEY=your-secret-key
# ── GitHub (admin app only) ───────────────────────────────
# Create a fine-grained PAT with:
# - Contents: Read and Write
# - Pull requests: Write
# See: https://github.com/settings/personal-access-tokens/new
GITHUB_TOKEN=ghp_your_token_here
GITHUB_OWNER=graycup
GITHUB_REPO=grayfarms
# Branch to open PRs against (default: main)
GITHUB_BASE_BRANCH=main
# ── Cloudflare Turnstile (web app only) ───────────────────
# Protects the contact info reveal from bots
TURNSTILE_SECRET_KEY=your-turnstile-secret
NEXT_PUBLIC_TURNSTILE_SITE_KEY=your-turnstile-site-key