mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
Update .env.example
This commit is contained in:
parent
ce9627218d
commit
ce4f68227c
10
.env.example
10
.env.example
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user