feat(api): add optional spotify user whitelist

This commit is contained in:
Julian Tölle 2020-05-03 20:18:57 +02:00
parent a7c5c68540
commit a27fcce03b
3 changed files with 41 additions and 4 deletions

View file

@ -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(),