-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy path.env.example
More file actions
27 lines (22 loc) · 1.15 KB
/
.env.example
File metadata and controls
27 lines (22 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
# Firebase Configuration
VITE_FIREBASE_API_KEY=your_firebase_api_key_here
VITE_FIREBASE_AUTH_DOMAIN=your_firebase_auth_domain_here
VITE_FIREBASE_PROJECT_ID=your_firebase_project_id_here
VITE_FIREBASE_STORAGE_BUCKET=your_firebase_storage_bucket_here
VITE_FIREBASE_MESSAGING_SENDER_ID=your_firebase_messaging_sender_id_here
VITE_FIREBASE_APP_ID=your_firebase_app_id_here
VITE_FIREBASE_MEASUREMENT_ID=your_firebase_measurement_id_here
# TMDB API Configuration
# Get your API key from https://www.themoviedb.org/settings/api
VITE_TMDB_API_KEY=your_tmdb_api_key_here
# Google Gemini API Configuration
# Get your API key from https://aistudio.google.com/
VITE_GEMINI_API_KEY=your_gemini_api_key_here
# Custom API URL for TMDB Embed API. Refer to https://github.com/chintan992/TMDB-Embed-API for more details.
VITE_CUSTOM_API_URL=your_custom_api_url_here
# Scroll Restoration Configuration
# Set to 'true' to enable manual scroll restoration (recommended after all pages integrate useScrollRestoration)
# Set to 'false' or omit to use browser's default scroll restoration behavior
VITE_SCROLL_RESTORATION_MANUAL=true
# Video Source API
VITE_VIDEO_SOURCE_API=your_video_source_url