portfolio_site/.env.example

17 lines
327 B
Text
Raw Permalink Normal View History

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
# Secret used to generate ALTCHA captchas
ALTCHA_HMAC=<longRandomString>
2025-02-11 23:33:50 +02:00
# SQLite DB location
DATABASE_URL=local.db
2025-02-11 23:33:50 +02:00
# Rate limit Redis instance on upstash
UPSTASH_REDIS_URL=""
UPSTASH_REDIS_TOKEN=""