- # Stripe App ID (optional - overrides the template default)
- # Get this from your Stripe Apps dashboard after uploading
- # STRIPE_APP_ID=com.example.your-app-id
- # Stripe App Name (optional - overrides the template default)
- # STRIPE_APP_NAME=My App Name
- # AI Gateway API Key
- # Get your key from Vercel AI Gateway dashboard
- AI_GATEWAY_API_KEY=
- # Optional: Stripe API keys if you want to use real data
- # STRIPE_SECRET_KEY=sk_test_...
- # STRIPE_PUBLISHABLE_KEY=pk_test_...
|