-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.env.example
More file actions
19 lines (16 loc) · 844 Bytes
/
.env.example
File metadata and controls
19 lines (16 loc) · 844 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Docker Compose Environment Variables
# Copy this file to .env and fill in your actual values
# These variables are used by docker-compose.yml during build and runtime
# Backend Configuration
FIREBASE_PROJECT_ID=your-firebase-project-id
# Frontend Build-Time Configuration
# IMPORTANT: These are baked into the frontend build, so you need to rebuild if you change them
VITE_BACKEND_SERVER_URL=http://localhost:5000
# Firebase Configuration (get these from your Firebase project settings)
VITE_FIREBASE_API_KEY=your-firebase-api-key
VITE_FIREBASE_AUTH_DOMAIN=your-project-id.firebaseapp.com
VITE_FIREBASE_PROJECT_ID=your-firebase-project-id
VITE_FIREBASE_STORAGE_BUCKET=your-project-id.appspot.com
VITE_FIREBASE_MESSAGING_SENDER_ID=your-messaging-sender-id
VITE_FIREBASE_APP_ID=your-firebase-app-id
VITE_FIREBASE_MEASUREMENT_ID=G-XXXXXXXXXX