-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
41 lines (32 loc) · 2.71 KB
/
Copy path.env.example
File metadata and controls
41 lines (32 loc) · 2.71 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
# ─────────────────────────────────────────────────────────────────
# Musicanaz — Environment Variables
# Copy this file to .env.local and fill in your values.
# Variables prefixed NEXT_PUBLIC_ are exposed to the browser.
# ─────────────────────────────────────────────────────────────────
# ── Backend / Music API ───────────────────────────────────────────
# The Musiva / Turbo API that powers search, streaming, lyrics, etc.
MUSIVA_API_URL=https://shyamsingharoy-musivapi.hf.space
# ── Chart Data ───────────────────────────────────────────────────
# Deezer public chart endpoint (no key required)
DEEZER_CHART_URL=https://api.deezer.com/chart
# ── AI / Groq ────────────────────────────────────────────────────
# Groq API base URL (users supply their own API key in the UI)
GROQ_API_URL=https://api.groq.com/openai/v1/chat/completions
# ── SponsorBlock ─────────────────────────────────────────────────
SPONSORBLOCK_API_URL=https://sponsor.ajay.app
# ── Party / Real-time Server ─────────────────────────────────────
# Your deployed party/signalling server
NEXT_PUBLIC_PARTY_SERVER=https://y-brown-two.vercel.app
# ── App Public URL ────────────────────────────────────────────────
# Used for OG tags, sitemap, robots.txt, and share links
# Optional — your yt-dlp server URL, used for all users before MUSIVA
NEXT_PUBLIC_YT_DL_SERVER=
# Lyrics API
NEXT_PUBLIC_LYRICS_API_URL=https://test-0k.onrender.com
NEXT_PUBLIC_APP_URL=https://musicanaz.vercel.app
# ── Community / ToPlay API ───────────────────────────────────────
# Optional — enables community trending data overlay
NEXT_PUBLIC_TOPLAY_API_URL=
# ── YT Data Service (ytdata-go on HF Spaces) ────────────────────────────────
YTDATA_URL=https://your-ytdata-space.hf.space
NEXT_PUBLIC_YTDATA_URL=/api/ytdata