-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
20 lines (17 loc) · 739 Bytes
/
.env.example
File metadata and controls
20 lines (17 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Firebase Configuration - CodeFlow Project
VITE_FIREBASE_API_KEY=your-firebase-api-key
VITE_FIREBASE_AUTH_DOMAIN=your-project.firebaseapp.com
VITE_FIREBASE_PROJECT_ID=your-project-id
VITE_FIREBASE_STORAGE_BUCKET=your-project.appspot.com
VITE_FIREBASE_MESSAGING_SENDER_ID=your-sender-id
VITE_FIREBASE_APP_ID=your-app-id
VITE_FIREBASE_MEASUREMENT_ID=your-measurement-id
# Deployment Platform Configuration
# Set to 'vercel' when deploying to Vercel
VITE_DEPLOYMENT_PLATFORM=vercel
# AI Backend Configuration
# Set this to your deployed backend URL (Vercel, Netlify, etc.)
VITE_AI_ENDPOINT=/api/ai-chat
# Google AI API Key - Server-side only
# Set this in Vercel environment variables, NOT here
# GOOGLE_AI_API_KEY=your-google-ai-api-key