Add example authbox config

This commit is contained in:
Ian Webster 2015-01-03 14:50:18 -05:00
parent 5ca3eff6c2
commit 604fd06b01

View File

@ -0,0 +1,4 @@
module.exports = {
apiKey: 'foobar',
secretKey: '1234567'
};