-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
33 lines (26 loc) · 2.22 KB
/
Copy path.env.example
File metadata and controls
33 lines (26 loc) · 2.22 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
# ============================================================
# InstinctFi — Environment Variables
# Copy this file to .env.local and fill in the values.
# ============================================================
# ── Supabase ─────────────────────────────────────────────────
NEXT_PUBLIC_SUPABASE_URL=https://YOUR_PROJECT.supabase.co
NEXT_PUBLIC_SUPABASE_ANON_KEY=your-anon-key
SUPABASE_SERVICE_ROLE_KEY=your-service-role-key # Server-only, never expose to client
# ── Auth ──────────────────────────────────────────────────────
AUTH_JWT_SECRET=generate-a-strong-random-secret-min-32-chars
# ── Site URLs ─────────────────────────────────────────────────
NEXT_PUBLIC_BASE_URL=http://localhost:3000
NEXT_PUBLIC_SITE_URL=http://localhost:3000
NEXT_PUBLIC_APP_DOMAIN=localhost # e.g. instinctfi.com in production
# ── Solana ────────────────────────────────────────────────────
NEXT_PUBLIC_SOLANA_NETWORK=devnet # devnet | mainnet-beta
# NEXT_PUBLIC_RPC_URL= # Optional custom RPC endpoint
# ── Admin ─────────────────────────────────────────────────────
NEXT_PUBLIC_ADMIN_WALLETS=Pubkey1,Pubkey2 # Comma-separated base58 admin wallets
# ── Social Links (optional) ──────────────────────────────────
# NEXT_PUBLIC_GITHUB_URL=https://github.com/your-org/instinctfi
# NEXT_PUBLIC_TWITTER_URL=https://x.com/instinctfi
# NEXT_PUBLIC_DISCORD_URL=https://discord.gg/your-invite
# ── Push Notifications (optional) ────────────────────────────
# NEXT_PUBLIC_VAPID_PUBLIC_KEY=
# VAPID_PRIVATE_KEY=