add support for COMPANION_UNSPLASH_SECRET (#3463)

was missing
This commit is contained in:
Mikael Finstad 2022-02-15 01:40:32 +08:00 committed by GitHub
parent f429f43374
commit 4e23e77b64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,6 +67,7 @@ const getConfigFromEnv = () => {
searchProviders: {
unsplash: {
key: process.env.COMPANION_UNSPLASH_KEY,
secret: process.env.COMPANION_UNSPLASH_SECRET,
},
},
s3: {