Browse Source

add missing credentialsURL for box (#4681)

Mikael Finstad 1 year ago
parent
commit
a20088f830
1 changed files with 1 additions and 0 deletions
  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,