From 604fd06b01908c2b0e4cb4e4cb4b617f454cf7bd Mon Sep 17 00:00:00 2001 From: Ian Webster Date: Sat, 3 Jan 2015 14:50:18 -0500 Subject: [PATCH] Add example authbox config --- server/authbox_config_example.js | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 server/authbox_config_example.js 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' +};