2025-02-11 23:33:50 +02:00
|
|
|
# Spotify API
|
2025-01-21 15:26:07 +02:00
|
|
|
CLIENT_ID=<spotifyAPIID>
|
|
|
|
CLIENT_SECRET=<spotifyAPISecret>
|
2025-02-11 23:33:50 +02:00
|
|
|
|
|
|
|
# Session token salt
|
2025-01-21 15:26:07 +02:00
|
|
|
SESH_SECRET=<longRandomString>
|
2025-02-11 23:33:50 +02:00
|
|
|
|
2025-02-12 04:33:08 +02:00
|
|
|
# Secret used to generate ALTCHA captchas
|
|
|
|
ALTCHA_HMAC=<longRandomString>
|
|
|
|
|
2025-02-11 23:33:50 +02:00
|
|
|
# SQLite DB location
|
2025-02-10 17:15:39 +02:00
|
|
|
DATABASE_URL=local.db
|
2025-02-11 23:33:50 +02:00
|
|
|
|
|
|
|
# Rate limit Redis instance on upstash
|
|
|
|
UPSTASH_REDIS_URL=""
|
|
|
|
UPSTASH_REDIS_TOKEN=""
|