.env.example 469 B

1234567891011121314
  1. # Stripe App ID (optional - overrides the template default)
  2. # Get this from your Stripe Apps dashboard after uploading
  3. # STRIPE_APP_ID=com.example.your-app-id
  4. # Stripe App Name (optional - overrides the template default)
  5. # STRIPE_APP_NAME=My App Name
  6. # AI Gateway API Key
  7. # Get your key from Vercel AI Gateway dashboard
  8. AI_GATEWAY_API_KEY=
  9. # Optional: Stripe API keys if you want to use real data
  10. # STRIPE_SECRET_KEY=sk_test_...
  11. # STRIPE_PUBLISHABLE_KEY=pk_test_...