15 lines
298 B
Docker
15 lines
298 B
Docker
DB_PATH=./config/db.sqlite
|
|
FE_PATH=../frontend/browser
|
|
DOWNLOADS_PATH=./downloads
|
|
FORMAT=mp3
|
|
PORT=3000
|
|
REDIS_PORT=6379
|
|
REDIS_HOST=localhost
|
|
REDIS_RUN=true
|
|
|
|
# Credentials for Spotify API
|
|
SPOTIFY_CLIENT_ID=your_client_id
|
|
SPOTIFY_CLIENT_SECRET=your_client_secret
|
|
|
|
YT_COOKIES=
|
|
YT_DOWNLOADS_PER_MINUTE=3 |