mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00

* feat: add caching support with track metadata * feat(settings): add cache music toggle * fix(mobile): cache dir not open-able * feat(local folder): add cache export/clear actions and size of the folder * chore: ios deps upgrades * chore: upgrade lint flutter version * chore: lint secrets causing error * cd: invalid value for env var
17 lines
368 B
Plaintext
17 lines
368 B
Plaintext
# The format:
|
|
# SPOTIFY_SECRETS=clintId1:clientSecret1,clientId2:clientSecret2
|
|
SPOTIFY_SECRETS=$SPOTIFY_SECRETS
|
|
|
|
# 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
|