cmziuk/.env.example
Cameron Redmore 46cc5eb8a1
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m50s
Add configuration example, enhance song display with history, and improve UI responsiveness
2025-08-08 19:19:37 +01:00

8 lines
211 B
Text

# Copy to .env and fill in your secrets
# These are used by the Bun/Elysia server to fetch your current/last played track from Last.fm
LASTFM_API_KEY=
LASTFM_USERNAME=
# Optional
PORT=3000
NODE_ENV=development