forked from NeptuneHub/AudioMuse-AI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
37 lines (30 loc) · 916 Bytes
/
.env.example
File metadata and controls
37 lines (30 loc) · 916 Bytes
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
# Copy this file to `.env` and fill in the values that match your setup.
# Docker Compose files under deployment/ read these variables to keep settings in one place.
# --- Jellyfin ---
JELLYFIN_USER_ID=YOUR_JELLYFIN_USER_ID
JELLYFIN_TOKEN=YOUR_JELLYFIN_API_TOKEN
JELLYFIN_URL=http://jellyfin.example.com:8096
# --- Emby ---
EMBY_USER_ID=
EMBY_TOKEN=
EMBY_URL=
# --- Navidrome ---
NAVIDROME_URL=
NAVIDROME_USER=
NAVIDROME_PASSWORD=
# --- Lyrion ---
LYRION_URL=http://lyrion.example.com
# --- Shared backend configuration ---
POSTGRES_USER=audiomuse
POSTGRES_PASSWORD=audiomusepassword
POSTGRES_DB=audiomusedb
POSTGRES_PORT=5432
POSTGRES_HOST=postgres
REDIS_URL=redis://redis:6379/0
# --- Remote worker integration ---
WORKER_URL=http://worker.example.com:8029/worker
WORKER_POSTGRES_HOST=server.example.com
WORKER_REDIS_URL=redis://server.example.com:6379/0
# --- API keys ---
GEMINI_API_KEY=
MISTRAL_API_KEY=