UNPKG

box-view-api

Version:

Box View API, node.js client library

17 lines (16 loc) 578 B
// Change this to contain a real api token. // But don't commit the changes, or else everyone will know them! // // To make git stop tracking changes to this file, // so that they don't get accidentally committed: // // `git update-index --assume-unchanged test/framework/boxViewDetails.js` // // You can still explicitly `git add` it, or if you want to turn tracking on again: // // `git update-index --no-assume-unchanged test/framework/boxViewDetails.js` // module.exports = { validApiKey: 'replace-with-a-valid-api-key', dummyApiKey: 'leave-this-dummy-api-key-alone' };