Add example authbox config
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
module.exports = {
|
||||
apiKey: 'foobar',
|
||||
secretKey: '1234567'
|
||||
};
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,4 @@
|
||||
module.exports = {
|
||||
apiKey: 'foobar',
|
||||
secretKey: '1234567'
|
||||
};
|
||||