Skip to content

Commit

Permalink
finalizing migration
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherBThai committed Nov 30, 2019
1 parent 82fb6c9 commit 9b4c3a5
Show file tree
Hide file tree
Showing 15 changed files with 1,716 additions and 28 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/

// Grab tokens and secret files
const debug = true;
const debug = false;
if(!debug) var tracer = require('dd-trace').init()
if(debug) var auth = require('../tokens/scuttester-auth.json');
else var auth = require('../tokens/owo-auth.json');
Expand Down
Loading

0 comments on commit 9b4c3a5

Please sign in to comment.