Explorar o código

add support for COMPANION_UNSPLASH_SECRET (#3463)

was missing
Mikael Finstad %!s(int64=3) %!d(string=hai) anos
pai
achega
4e23e77b64
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      packages/@uppy/companion/src/standalone/helper.js

+ 1 - 0
packages/@uppy/companion/src/standalone/helper.js

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