-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
42 lines (36 loc) · 1.6 KB
/
Copy path.env.example
File metadata and controls
42 lines (36 loc) · 1.6 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
35
36
37
38
39
40
41
42
# ===========================================
# FluxAudio - Environment Variables Template
# ===========================================
# Copy this file to .env and fill in your values
# NEVER commit .env to version control!
# ===========================================
# API Configuration
# ===========================================
# Cloudflare Workers URL for music API
VITE_API_BASE=https://your-worker.your-subdomain.workers.dev
# Optional: Web App URL for redirects (defaults to Firebase Hosting URL)
# VITE_WEB_APP_URL=https://your-project.web.app
# ===========================================
# Firebase Configuration
# ===========================================
# Get these values from Firebase Console > Project Settings > General > Your apps
VITE_FIREBASE_API_KEY=your-firebase-api-key
VITE_FIREBASE_AUTH_DOMAIN=your-project-id.firebaseapp.com
VITE_FIREBASE_PROJECT_ID=your-project-id
VITE_FIREBASE_STORAGE_BUCKET=your-project-id.firebasestorage.app
VITE_FIREBASE_MESSAGING_SENDER_ID=your-messaging-sender-id
VITE_FIREBASE_APP_ID=your-firebase-app-id
# Optional: Google Analytics Measurement ID
VITE_FIREBASE_MEASUREMENT_ID=G-XXXXXXXXXX
# ===========================================
# Optional: App Settings
# ===========================================
# VITE_APP_TITLE=FluxAudio
# VITE_DEBUG=false
# ===========================================
# Server Configuration (for server.py)
# ===========================================
# These are used by the Python server, not Vite
# Set these when running server.py:
# export R2_PUBLIC_URL=https://your-worker.workers.dev
# export MUSIC_DIR=/path/to/your/music