Open wjessup opened 8 years ago
this works if you change default.secret.json to secret.js and export the object:
module.exports = { "main": { "id": 0, "token": "qwerty123" }, "hackathon": { "id": 1, "token": "qwerty234" }, "workshop": { "id": 2, "token": "qwerty345" } }
In datastore.js line 5
var assign = require('./secret');
this doesn't come w/ the default package