Modified .env instruction

This commit is contained in:
AleAtDev 2025-04-23 21:49:30 +00:00
parent fa2cfeb7c0
commit a9ae5a5b8a
2 changed files with 11 additions and 13 deletions

View File

@ -1,17 +1,15 @@
# The format:
# SPOTIFY_SECRETS=clintId1:clientSecret1,clientId2:clientSecret2
SPOTIFY_SECRETS=$SPOTIFY_SECRETS
# Structure: client,secret:client,secret
SPOTIFY_SECRETS=
# 0 or 1
# 0 = disable
# 1 = enable
ENABLE_UPDATE_CHECK=$ENABLE_UPDATE_CHECK
# Choice: true (enter: 1) or false (enter: 0)
ENABLE_UPDATE_CHECK=
LASTFM_API_KEY=$LASTFM_API_KEY
LASTFM_API_SECRET=$LASTFM_API_SECRET
LASTFM_API_KEY=
LASTFM_API_SECRET=
# Release channel. Can be: nightly, stable
RELEASE_CHANNEL=$RELEASE_CHANNEL
# Choice: stable or nightly
RELEASE_CHANNEL=
HIDE_DONATIONS=$HIDE_DONATIONS
DISABLE_SPOTIFY_IMAGES=$DISABLE_SPOTIFY_IMAGES
# Choice: true (enter: 1) or false (enter: 0)
HIDE_DONATIONS=
DISABLE_SPOTIFY_IMAGES=

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB