# Supabase project credentials
# Get these from: https://supabase.com/dashboard → Project Settings → API
NEXT_PUBLIC_SUPABASE_URL=https://YOUR_PROJECT_ID.supabase.co
NEXT_PUBLIC_SUPABASE_ANON_KEY=your-anon-key-here

# Database connection string (Supabase PostgreSQL)
# Get this from: Supabase Dashboard → Project Settings → Database → Connection string (URI)
# Use the "Transaction" connection string for serverless environments (Vercel, etc.)
DATABASE_URL=postgresql://postgres.YOUR_PROJECT_ID:YOUR_PASSWORD@aws-0-us-east-1.pooler.supabase.com:6543/postgres
