Skip to content

Commit 96f89b5

Browse files
committed
Remove commented constructor keys in example
It’s not really useful information in the example.
1 parent 9bf67d4 commit 96f89b5

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

examples/credentials.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ const { Transloadit } = require('transloadit')
1212
const transloadit = new Transloadit({
1313
authKey: /** @type {string} */ (process.env.TRANSLOADIT_KEY),
1414
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'),
1815
})
1916

2017
const firstName = 'myProductionS3'

0 commit comments

Comments
 (0)