From 96f89b5740a164951d6a3d826fe5f66be2c3222c Mon Sep 17 00:00:00 2001 From: Remco Haszing Date: Mon, 9 Dec 2024 15:49:54 +0100 Subject: [PATCH] Remove commented constructor keys in example MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s not really useful information in the example. --- examples/credentials.js | 3 --- 1 file changed, 3 deletions(-) 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'