We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 043c90c commit a6eb207Copy full SHA for a6eb207
examples/credentials.js
@@ -12,9 +12,6 @@ const { Transloadit } = require('transloadit')
12
const transloadit = new Transloadit({
13
authKey: /** @type {string} */ (process.env.TRANSLOADIT_KEY),
14
authSecret: /** @type {string} */ (process.env.TRANSLOADIT_SECRET),
15
- // authKey: /** @type {string} */ (process.env.API2_SYSTEMTEST_AUTH_KEY),
16
- // authSecret: /** @type {string} */ (process.env.API2_SYSTEMTEST_SECRET_KEY),
17
- // endpoint: /** @type {string} */ ('https://api2-vbox.transloadit.com'),
18
})
19
20
const firstName = 'myProductionS3'
0 commit comments