mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
12 lines
254 B
Plaintext
12 lines
254 B
Plaintext
# 0 or 1
|
|
# 0 = disable
|
|
# 1 = enable
|
|
ENABLE_UPDATE_CHECK=$ENABLE_UPDATE_CHECK
|
|
|
|
LASTFM_API_KEY=$LASTFM_API_KEY
|
|
LASTFM_API_SECRET=$LASTFM_API_SECRET
|
|
|
|
# Release channel. Can be: nightly, stable
|
|
RELEASE_CHANNEL=$RELEASE_CHANNEL
|
|
|
|
HIDE_DONATIONS=$HIDE_DONATIONS |