Skip to content

Commit a6eb207

Browse files
authored
Remove commented constructor keys in example (#207)
It’s not really useful information in the example.
1 parent 043c90c commit a6eb207

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)