-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.env.example
More file actions
57 lines (48 loc) · 2.33 KB
/
Copy path.env.example
File metadata and controls
57 lines (48 loc) · 2.33 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# Supabase
NEXT_PUBLIC_SUPABASE_URL=https://your-project.supabase.co
NEXT_PUBLIC_SUPABASE_ANON_KEY=your-anon-key
# Supabase Postgres (Settings → Database → Connection string → URI)
DATABASE_URL=postgresql://postgres.[project-ref]:[password]@aws-0-[region].pooler.supabase.com:6543/postgres
# Canonical site URL (production: https://pullos.dev). Used for OAuth callbacks and metadata.
NEXT_PUBLIC_SITE_URL=http://localhost:3000
# Google Analytics 4 measurement ID (optional). Leave empty to disable.
# Create a GA4 property → Admin → Data streams → Web → Measurement ID (G-XXXXXXXX)
NEXT_PUBLIC_GA_MEASUREMENT_ID=
# Comma-separated GitHub usernames granted reviewer access
PULL_REVIEWER_GITHUB_USERNAMES=
# Comma-separated GitHub usernames granted platform admin access
PULL_ADMIN_GITHUB_USERNAMES=
# Peer review knobs (optional; defaults shown)
# Approvals required before a community submission is finalized
PULL_PEER_REVIEW_REQUIRED_APPROVALS=2
# How long a reviewer claim lasts (minutes)
PULL_PEER_REVIEW_CLAIM_MINUTES=20
# Minimum open-source reputation to peer-review without staff role
PULL_PEER_REVIEW_REPUTATION_MIN=40
# Protects /api/cron/github-sync (Vercel Cron sends Authorization: Bearer <CRON_SECRET>)
CRON_SECRET=
# Resend transactional email (optional locally — emails no-op without a key)
RESEND_API_KEY=
# Verified sender, e.g. Pull <notifications@pullos.dev>
# Reply-To is always Pull <hello@pullos.dev> (see lib/email/client.ts)
RESEND_FROM=Pull <onboarding@resend.dev>
# Newsletter signups (footer) — Zoho Campaigns Developer API
# Self Client from https://api-console.zoho.com (or your region's console)
ZOHO_CLIENT_ID=
ZOHO_CLIENT_SECRET=
ZOHO_REFRESH_TOKEN=
# Contacts → Manage Lists → target list → List Key
ZOHO_CAMPAIGNS_LIST_KEY=
# Optional; only needed outside the .com data center (e.g. https://accounts.zoho.eu)
# ZOHO_ACCOUNTS_DOMAIN=
# Optional; the Campaigns REST API host (e.g. https://campaigns.zoho.eu outside the .com DC)
# ZOHO_CAMPAIGNS_API_DOMAIN=
# Support / Bitcoin donations (public /support page)
# Blink receive-only API (Generate API key with Receive + Read scopes — never Write)
BLINK_API_KEY=
BLINK_WALLET_ID=
# Optional override; defaults to https://api.blink.sv/graphql
# BLINK_API_URL=
# Public on-chain / Silent Payment receive addresses
NEXT_PUBLIC_ONCHAIN_ADDRESS=
NEXT_PUBLIC_SILENT_PAYMENT_ADDRESS=