Update MUSIC_SERVICE option in .env.example

Make SquidWTF default option
This commit is contained in:
Branson
2026-01-17 11:03:01 -05:00
committed by GitHub
parent aa8fdb4aca
commit bd8971835e

View File

@@ -4,8 +4,8 @@ SUBSONIC_URL=http://localhost:4533
# Path where downloaded songs will be stored on the host (only applies if STORAGE_MODE=Permanent) # Path where downloaded songs will be stored on the host (only applies if STORAGE_MODE=Permanent)
DOWNLOAD_PATH=./downloads DOWNLOAD_PATH=./downloads
# Music service to use: Deezer or Qobuz (default: Deezer) # Music service to use: SquidWTF, Deezer, or Qobuz (default: SquidWTF)
MUSIC_SERVICE=Deezer MUSIC_SERVICE=SquidWTF
# ===== DEEZER CONFIGURATION ===== # ===== DEEZER CONFIGURATION =====
# Deezer ARL token (required if using Deezer) # Deezer ARL token (required if using Deezer)