Skip to content

Commit

Permalink
Remove commented constructor keys in example
Browse files Browse the repository at this point in the history
It’s not really useful information in the example.
  • Loading branch information
remcohaszing committed Dec 9, 2024
1 parent 9bf67d4 commit 96f89b5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/credentials.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 96f89b5

Please sign in to comment.