mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
chore(deps): bump all (#294)
This commit is contained in:
parent
1979d924c9
commit
38cf2ff549
69 changed files with 4681 additions and 3804 deletions
|
|
@ -27,7 +27,7 @@ import * as Joi from "joi";
|
|||
SPOTIFY_UPDATE_INTERVAL_SEC: Joi.number().default(60),
|
||||
SPOTIFY_WEB_API_URL: Joi.string().default("https://api.spotify.com/"),
|
||||
SPOTIFY_AUTH_API_URL: Joi.string().default(
|
||||
"https://accounts.spotify.com/"
|
||||
"https://accounts.spotify.com/",
|
||||
),
|
||||
SPOTIFY_USER_FILTER: Joi.string(),
|
||||
|
||||
|
|
@ -53,14 +53,14 @@ import * as Joi from "joi";
|
|||
{
|
||||
is: Joi.valid(true),
|
||||
then: Joi.required(),
|
||||
}
|
||||
},
|
||||
),
|
||||
PROMETHEUS_BASIC_AUTH_PASSWORD: Joi.string().when(
|
||||
"PROMETHEUS_BASIC_AUTH",
|
||||
{
|
||||
is: Joi.valid(true),
|
||||
then: Joi.required(),
|
||||
}
|
||||
},
|
||||
),
|
||||
}),
|
||||
}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue