Explorar o código

add missing credentialsURL for box (#4681)

Mikael Finstad hai 1 ano
pai
achega
a20088f830
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

@@ -89,6 +89,7 @@ const getConfigFromEnv = () => {
       box: {
         key: process.env.COMPANION_BOX_KEY,
         secret: getSecret('COMPANION_BOX_SECRET'),
+        credentialsURL: process.env.COMPANION_BOX_KEYS_ENDPOINT,
       },
       instagram: {
         key: process.env.COMPANION_INSTAGRAM_KEY,