17 lines
484 B
Text
17 lines
484 B
Text
# Tidal proxy server configuration
|
|
|
|
# Server port (default: :8080)
|
|
PORT=:8080
|
|
|
|
# Required User-Agent prefix for API requests
|
|
# Only requests with UA starting with this prefix will be accepted
|
|
REQUIRED_UA_PREFIX=SpotiFLAC-Mobile/
|
|
|
|
# Allow any quality level in responses
|
|
# If false, the proxy rejects LOW/HIGH responses from Tidal
|
|
ALLOW_ANY_QUALITY=false
|
|
|
|
# Optional: Tidal API credentials
|
|
# If not set, the proxy uses a known public client ID
|
|
# TIDAL_CLIENT_ID=
|
|
# TIDAL_CLIENT_SECRET=
|