forked from novatorem/novatorem
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
22 lines (18 loc) · 784 Bytes
/
.env.example
File metadata and controls
22 lines (18 loc) · 784 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Now Playing Widget - Environment Variables
# Copy this file to .env and fill in your values
# You only need to configure ONE service (Spotify OR Last.fm)
# ===================
# SPOTIFY (Option 1)
# ===================
# Get these from https://developer.spotify.com/dashboard/applications
# See SetUp.md for detailed instructions on obtaining the refresh token
SPOTIFY_CLIENT_ID=your_spotify_client_id_here
SPOTIFY_SECRET_ID=your_spotify_client_secret_here
SPOTIFY_REFRESH_TOKEN=your_spotify_refresh_token_here
# ===================
# LAST.FM (Option 2)
# ===================
# Get your API key from https://www.last.fm/api/account/create
# Your username is visible in your Last.fm profile URL
LAST_FM_API_KEY=your_lastfm_api_key_here
LAST_FM_USERNAME=your_lastfm_username_here