mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
feat(api): add optional spotify user whitelist
This commit is contained in:
parent
a7c5c68540
commit
a27fcce03b
3 changed files with 41 additions and 4 deletions
|
|
@ -27,6 +27,7 @@ import {
|
|||
SPOTIFY_AUTH_API_URL: Joi.string().default(
|
||||
"https://accounts.spotify.com/"
|
||||
),
|
||||
SPOTIFY_USER_FILTER: Joi.string(),
|
||||
|
||||
// DB
|
||||
DB_HOST: Joi.string().required(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue