16 lines
327 B
Text
16 lines
327 B
Text
# Spotify API
|
|
CLIENT_ID=<spotifyAPIID>
|
|
CLIENT_SECRET=<spotifyAPISecret>
|
|
|
|
# Session token salt
|
|
SESH_SECRET=<longRandomString>
|
|
|
|
# Secret used to generate ALTCHA captchas
|
|
ALTCHA_HMAC=<longRandomString>
|
|
|
|
# SQLite DB location
|
|
DATABASE_URL=local.db
|
|
|
|
# Rate limit Redis instance on upstash
|
|
UPSTASH_REDIS_URL=""
|
|
UPSTASH_REDIS_TOKEN=""
|