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: # Structure: client,secret:client,secret
# SPOTIFY_SECRETS=clintId1:clientSecret1,clientId2:clientSecret2 SPOTIFY_SECRETS=
SPOTIFY_SECRETS=$SPOTIFY_SECRETS
# 0 or 1 # Choice: true (enter: 1) or false (enter: 0)
# 0 = disable ENABLE_UPDATE_CHECK=
# 1 = enable
ENABLE_UPDATE_CHECK=$ENABLE_UPDATE_CHECK
LASTFM_API_KEY=$LASTFM_API_KEY LASTFM_API_KEY=
LASTFM_API_SECRET=$LASTFM_API_SECRET LASTFM_API_SECRET=
# Release channel. Can be: nightly, stable # Choice: stable or nightly
RELEASE_CHANNEL=$RELEASE_CHANNEL RELEASE_CHANNEL=
HIDE_DONATIONS=$HIDE_DONATIONS # Choice: true (enter: 1) or false (enter: 0)
DISABLE_SPOTIFY_IMAGES=$DISABLE_SPOTIFY_IMAGES HIDE_DONATIONS=
DISABLE_SPOTIFY_IMAGES=

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB