textbelt/server/authbox_config_example.js
2015-01-03 14:50:18 -05:00

5 lines
65 B
JavaScript

module.exports = {
apiKey: 'foobar',
secretKey: '1234567'
};