2025-12-16 23:43:07 +00:00
|
|
|
# SoundWave Configuration
|
2025-12-16 23:58:20 +00:00
|
|
|
SW_HOST=http://localhost:8889
|
2025-12-16 23:43:07 +00:00
|
|
|
SW_USERNAME=admin
|
|
|
|
|
SW_PASSWORD=soundwave
|
|
|
|
|
ELASTIC_PASSWORD=soundwave
|
|
|
|
|
REDIS_HOST=soundwave-redis
|
2025-12-16 23:58:20 +00:00
|
|
|
ES_URL=http://soundwave-es:9200
|
2025-12-16 23:43:07 +00:00
|
|
|
TZ=UTC
|
|
|
|
|
|
2025-12-24 01:21:01 +00:00
|
|
|
# CORS Configuration - Add your custom domains here (comma-separated)
|
|
|
|
|
# Default: http://localhost:8889,https://localhost:8889
|
|
|
|
|
# Example with custom domain: http://localhost:8889,https://localhost:8889,https://yourdomain.com
|
|
|
|
|
CORS_ALLOWED_ORIGINS=http://localhost:8889,https://localhost:8889
|
|
|
|
|
|
2025-12-16 23:43:07 +00:00
|
|
|
# Optional settings
|
|
|
|
|
SW_AUTO_UPDATE_YTDLP=true
|
|
|
|
|
DJANGO_DEBUG=false
|
|
|
|
|
|
|
|
|
|
# Last.fm API (for metadata and artwork)
|
|
|
|
|
# Register at: https://www.last.fm/api/account/create
|
|
|
|
|
LASTFM_API_KEY=6220a784c283f5df39fbf5fd9d9ffeb9
|
|
|
|
|
LASTFM_API_SECRET=
|
|
|
|
|
|
|
|
|
|
# Fanart.tv API (for high quality artwork)
|
|
|
|
|
# Register at: https://fanart.tv/get-an-api-key/
|
|
|
|
|
FANART_API_KEY=73854834d14a5f351bb2233fc3c9d755
|