# Copy to `.env` (it is gitignored). All values are OPTIONAL. # # Without Spotify credentials the resolver validates names against MusicBrainz and links # to Spotify/Bandcamp SEARCH pages — works with zero setup. # # With credentials it uses the Spotify Web API for DIRECT artist links. # Create a (free) app at https://developer.spotify.com/dashboard to get these. SPOTIFY_CLIENT_ID= SPOTIFY_CLIENT_SECRET= # Port the resolver listens on (default 8787). If you change it, also update # RESOLVER_URL in extension/content.js and the host in extension/manifest.json. PORT=8787