-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.env.example
More file actions
32 lines (27 loc) · 868 Bytes
/
.env.example
File metadata and controls
32 lines (27 loc) · 868 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
# FUGA API Configuration
FUGA_API_TOKEN=your_fuga_api_token_here
FUGA_CLIENT_ID=your_fuga_client_id_here
FUGA_CLIENT_SECRET=your_fuga_client_secret_here
FUGA_API_BASE_URL=https://api.fuga.com
# TuneCore API Configuration
TUNECORE_PARTNER_ID=your_partner_id_here
TUNECORE_API_KEY=your_api_key_here
TUNECORE_API_BASE_URL=https://api.tunecore.com
# Suno AI API Configuration
SUNO_API_TOKEN=your_suno_api_token_here
SUNO_API_BASE=https://api.sunoapi.org
# Upload Configuration
MAX_CONCURRENT_UPLOADS=3
UPLOAD_TIMEOUT_MS=300000
RETRY_ATTEMPTS=3
RETRY_DELAY_MS=5000
# Logging Configuration
LOG_LEVEL=info
# Music Directory Configuration (optional)
MUSIC_ROOT_DIR=./music
SUPPORTED_FORMATS=wav,flac,mp3
# DistroKid Configuration
DISTROKID_EMAIL=your_distrokid_email@example.com
DISTROKID_PASSWORD=your_secure_password
DISTROKID_HEADLESS=true
DISTROKID_PREVIEW_MODE=false