-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
16 lines (12 loc) · 591 Bytes
/
.env.example
File metadata and controls
16 lines (12 loc) · 591 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# FlutterFlow Custom Code Command - Environment Variables
# Required: Gemini API key for code generation
# Get your key at: https://makersuite.google.com/app/apikey
VITE_GEMINI_API_KEY=your_gemini_api_key_here
# Optional: Anthropic API key for Claude models
# Get your key at: https://console.anthropic.com/
VITE_ANTHROPIC_API_KEY=
# Optional: OpenAI API key for GPT models
# Get your key at: https://platform.openai.com/api-keys
VITE_OPENAI_API_KEY=
# Billing is handled server-side via BuildShip-hosted Stripe sessions.
# No client-side Stripe publishable key is required in this app.