Shortlist / frontend /.env.example
Eren-Sama
Initial commit — full-stack AI portfolio architect
53e1531
# Shortlist Frontend Environment Variables
# Copy to .env.local and fill in your values
# These are PUBLIC — safe to expose in the browser
# Backend API URL
NEXT_PUBLIC_API_URL=http://localhost:8000
# Supabase project credentials (public/anon only)
NEXT_PUBLIC_SUPABASE_URL=https://your-project.supabase.co
NEXT_PUBLIC_SUPABASE_ANON_KEY=your-anon-key