-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
34 lines (31 loc) · 1.15 KB
/
.env.example
File metadata and controls
34 lines (31 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# ============================
# 🔐 VOCAPLY ENVIRONMENT VARIABLES
# ============================
#
# 📋 INSTRUCTIONS:
# 1. Copy this file and rename to ".env"
# 2. Replace the placeholder values with your actual Firebase credentials
# 3. NEVER commit the .env file to version control!
#
# Get your Firebase credentials from:
# https://console.firebase.google.com/project/YOUR_PROJECT/settings/general
# ============================
# -------------------------
# 🔥 Firebase Configuration
# -------------------------
VITE_FIREBASE_API_KEY=your_firebase_api_key_here
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=G-XXXXXXXXXX
# -------------------------
# 🌐 Translation API (Optional)
# -------------------------
# VITE_GOOGLE_TRANSLATE_API_KEY=your_google_translate_api_key
# -------------------------
# 🤖 AI Features (Optional - Future)
# -------------------------
# VITE_OPENAI_API_KEY=your_openai_api_key
# VITE_GEMINI_API_KEY=your_gemini_api_key