Skip to content

Commit

Permalink
add support for COMPANION_UNSPLASH_SECRET (transloadit#3463)
Browse files Browse the repository at this point in the history
was missing
  • Loading branch information
mifi authored Feb 14, 2022
1 parent 614d5df commit e97eaff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/standalone/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ const getConfigFromEnv = () => {
searchProviders: {
unsplash: {
key: process.env.COMPANION_UNSPLASH_KEY,
secret: process.env.COMPANION_UNSPLASH_SECRET,
},
},
s3: {
Expand Down

0 comments on commit e97eaff

Please sign in to comment.