textbelt/server/authbox_config_example.js

5 lines
65 B
JavaScript
Raw Permalink Normal View History

2015-01-03 19:50:18 +00:00
module.exports = {
apiKey: 'foobar',
secretKey: '1234567'
};