forked from misiektoja/spotify_monitor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
32 lines (25 loc) · 1 KB
/
Copy path.env.example
File metadata and controls
32 lines (25 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Copy this file to .env and add secrets only
# Keep non-secret settings in spotify_monitor.conf
# The --setup wizard can populate supported secrets safely
# Browser import can validate and populate SP_DC_COOKIE
# For a manually extracted cookie, --set-sp-dc is the most secure entry method
# Directly setting SP_DC_COOKIE below remains supported
SP_DC_COOKIE=
# Read-only Last.fm API key for scrobble health monitoring
# Use --set-lastfm-credentials for hidden entry
LASTFM_API_KEY=
# Private PKCE refresh token for Spotify recent-play access
# Use --setup-scrobble-health or --authorize-scrobble-health to create it
SPOTIFY_SCROBBLE_REFRESH_TOKEN=
# Advanced client mode
REFRESH_TOKEN=
# Optional legacy metadata credentials
SP_APP_CLIENT_ID=
SP_APP_CLIENT_SECRET=
# Optional email notification password
SMTP_PASSWORD=
# Optional Discord webhook or ntfy topic URL
# Select discord or ntfy with WEBHOOK_PROVIDER in spotify_monitor.conf
WEBHOOK_URL=
# Optional ntfy access token for protected topics
NTFY_ACCESS_TOKEN=