Update .env.example

This commit is contained in:
ilovearchlinux 2024-09-28 10:35:46 -03:00 committed by GitHub
parent ce9627218d
commit ce4f68227c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,14 +1,14 @@
# The format:
# SPOTIFY_SECRETS=clintId1:clientSecret1,clientId2:clientSecret2
SPOTIFY_SECRETS=
SPOTIFY_SECRETS=xxx:yyy,xxx:yyy
# 0 or 1
# 0 = disable
# 1 = enable
ENABLE_UPDATE_CHECK=
ENABLE_UPDATE_CHECK=0
LASTFM_API_KEY=
LASTFM_API_SECRET=
LASTFM_API_KEY=""
LASTFM_API_SECRET=""
# Release channel. Can be: nightly, stable
RELEASE_CHANNEL=
RELEASE_CHANNEL=nightly