diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-01-20 00:10:23 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-01-20 00:10:23 -0500 |
| commit | 717e87b7422db8e1eda655fbf04e45fe5f877c9b (patch) | |
| tree | 391531defbea8e312a49e635c1568f66f248ac82 /server/lib/webhook/config.js | |
| parent | 904a18b763889c9f85d874388fdff9daaefb89cd (diff) | |
combining webhook stuff
Diffstat (limited to 'server/lib/webhook/config.js')
| -rw-r--r-- | server/lib/webhook/config.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/server/lib/webhook/config.js b/server/lib/webhook/config.js new file mode 100644 index 0000000..ecafeb3 --- /dev/null +++ b/server/lib/webhook/config.js @@ -0,0 +1,6 @@ +module.exports = { + API_KEY: require('process').env['VVALLS_RECURLY_SECRET'], + SUBDOMAIN: 'vvalls', + ENVIRONMENT: 'sandbox', + DEBUG: true, +}; |
