All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m50s
8 lines
211 B
Text
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
|