.env.example 216 B

1234567
  1. # AI Gateway API Key
  2. # Get your key from Vercel AI Gateway dashboard
  3. AI_GATEWAY_API_KEY=
  4. # Optional: Stripe API keys if you want to use real data
  5. # STRIPE_SECRET_KEY=sk_test_...
  6. # STRIPE_PUBLISHABLE_KEY=pk_test_...