-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
27 lines (21 loc) · 1 KB
/
.env.example
File metadata and controls
27 lines (21 loc) · 1 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
# Environment Variables for StadiumFlow AI
# Copy this file to .env.local and add your API keys
# Option 1: Google Gemini API Key
# Get yours at: https://aistudio.google.com/apikey
# GEMINI_API_KEY=your_gemini_api_key_here
# ---- Firebase Configuration ----
# Get these from: Firebase Console > Project Settings > General > Your apps > Config
NEXT_PUBLIC_FIREBASE_API_KEY=your_firebase_api_key
NEXT_PUBLIC_FIREBASE_AUTH_DOMAIN=your-project.firebaseapp.com
NEXT_PUBLIC_FIREBASE_PROJECT_ID=your-project-id
NEXT_PUBLIC_FIREBASE_STORAGE_BUCKET=your-project.appspot.com
NEXT_PUBLIC_FIREBASE_MESSAGING_SENDER_ID=123456789
NEXT_PUBLIC_FIREBASE_APP_ID=1:123456789:web:abcdef
NEXT_PUBLIC_FIREBASE_MEASUREMENT_ID=G-XXXXXXXXXX
# ---- Google Maps ----
# Get yours at: https://console.cloud.google.com/apis/credentials
NEXT_PUBLIC_GOOGLE_MAPS_API_KEY=your_google_maps_api_key_here
# ---- App Configuration ----
NEXT_PUBLIC_APP_URL=http://localhost:3000
NEXT_PUBLIC_STADIUM_NAME=Narendra Modi Stadium
NEXT_PUBLIC_STADIUM_CAPACITY=132000