-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
31 lines (26 loc) · 1.33 KB
/
.env.example
File metadata and controls
31 lines (26 loc) · 1.33 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
# Firebase Configuration
# Copy this file to .env.local and fill in your Firebase project values
PUBLIC_FIREBASE_API_KEY=your_api_key_here
PUBLIC_FIREBASE_AUTH_DOMAIN=your_project_id.firebaseapp.com
PUBLIC_FIREBASE_PROJECT_ID=your_project_id
PUBLIC_FIREBASE_STORAGE_BUCKET=your_project_id.appspot.com
PUBLIC_FIREBASE_MESSAGING_SENDER_ID=your_sender_id
PUBLIC_FIREBASE_APP_ID=your_app_id
PUBLIC_FIREBASE_MEASUREMENT_ID=your_measurement_id
# Admin User Configuration
# Set these for seeding scripts
ADMIN_USER_UID=your_firebase_auth_uid_here
ADMIN_USER_EMAIL=your_admin_email@domain.com
ADMIN_USER_DISPLAY_NAME=Your Display Name
# Firebase Database Configuration (optional)
# Specify a custom Firestore database name (e.g., "production", "development")
# Leave empty or set to "(default)" to use the default database
# FIREBASE_DATABASE_NAME=(default)
# Codecov Integration (optional for development)
# Get your upload token from https://codecov.io/gh/your-username/open-edu/settings
CODECOV_TOKEN=your_codecov_upload_token_here
# Build Information (optional - auto-generated in CI/CD)
# These are displayed in the footer for version tracking
# VITE_APP_VERSION is automatically injected from package.json via vite.config.ts
# VITE_BUILD_ID=abc123def456 # Git commit hash or build identifier
# VITE_BUILD_DATE=2025-11-23T16:30:00Z # ISO 8601 format timestamp