Files
trumpsignal-frontend/.env.local.example
T
k 4c3c8c6f87 KOL count: 29 → 25 across marketing/SEO copy
Backend KOL_FEEDS trimmed from 29 to 25 (dead feeds removed).
Sync all hardcoded count mentions:
- layout.tsx JSON-LD, page.tsx (metric + comparison + copy)
- kol/page.tsx, KolPageClient.tsx ("and 26 more" → "and 22 more")
- glossary/page.tsx, opengraph-image.tsx
- public/llms.txt, llms-full.txt
- drop removed KOLs (Dragonfly Capital, Nic Carter) from named lists

Bundles other in-flight frontend work already in the working tree.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-09 22:55:27 +08:00

23 lines
888 B
Bash

# Copy to .env.local and fill in your values.
# Backend REST API base URL (no trailing slash)
# Dev: http://localhost:8000
# Production: https://api.yourdomain.com
NEXT_PUBLIC_API_URL=https://api.yourdomain.com
# Backend WebSocket base URL
# Dev: ws://localhost:8000
# Production: wss://api.yourdomain.com
NEXT_PUBLIC_WS_URL=wss://api.yourdomain.com
# Public site URL used for sitemap.xml and robots.txt
# Dev: http://localhost:3001
# Production: https://yourdomain.com
NEXT_PUBLIC_SITE_URL=https://yourdomain.com
# WalletConnect v2 project ID — enables QR-code pairing (desktop → mobile wallet)
# and all WalletConnect-compatible mobile wallets (Trust, Rainbow, etc.)
# Get a FREE project ID at https://cloud.walletconnect.com (takes ~2 min)
# Leave empty: injected-only mode (browser extension wallets on desktop only)
NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID=