diff --git a/server/authbox_config_example.js b/server/authbox_config_example.js new file mode 100644 index 0000000..ac1607d --- /dev/null +++ b/server/authbox_config_example.js @@ -0,0 +1,4 @@ +module.exports = { + apiKey: 'foobar', + secretKey: '1234567' +};