From 5440571d914a44ad76c654a9d19935f366fd760d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian=20T=C3=B6lle?= Date: Sat, 21 Nov 2020 15:38:56 +0100 Subject: [PATCH] docs: fix SPOTIFY_AUTH_API_URL default value typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 270db85..ceafedb 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ All configuration must be set as environment variables. Default values are added - `SPOTIFY_CLIENT_SECRET`: _Required_, Spotify App Client Secret - `SPOTIFY_FETCH_INTERVAL_MIN`: **5**: Interval for fetching recently listened tracks from Spotify. - `SPOTIFY_WEB_API_URL`: **https://api.spotify.com/**: Spotify WEB API Endpoint. -- `SPOTIFY_AUTH_API_URL`: **https://acounts.spotify.com/**: Spotify Authentication API Endpoint. +- `SPOTIFY_AUTH_API_URL`: **https://accounts.spotify.com/**: Spotify Authentication API Endpoint. - `SPOTIFY_USER_FILTER`: **""**: If set, only allow Spotify users with these ids to access the app. If empty, allow all users to access the app. Seperate ids with `,` eg.: `231421323123,other_id`. #### Database