diff --git a/examples/credentials.js b/examples/credentials.js index 20195f6..f985c5a 100644 --- a/examples/credentials.js +++ b/examples/credentials.js @@ -12,9 +12,6 @@ const { Transloadit } = require('transloadit') const transloadit = new Transloadit({ authKey: /** @type {string} */ (process.env.TRANSLOADIT_KEY), authSecret: /** @type {string} */ (process.env.TRANSLOADIT_SECRET), - // authKey: /** @type {string} */ (process.env.API2_SYSTEMTEST_AUTH_KEY), - // authSecret: /** @type {string} */ (process.env.API2_SYSTEMTEST_SECRET_KEY), - // endpoint: /** @type {string} */ ('https://api2-vbox.transloadit.com'), }) const firstName = 'myProductionS3'