summaryrefslogtreecommitdiff
path: root/server/lib/webhook/config.js
diff options
context:
space:
mode:
authorJulie Lala <jules@okfoc.us>2015-01-23 02:35:46 -0500
committerJulie Lala <jules@okfoc.us>2015-01-23 02:35:46 -0500
commite0debd761bc24cd42f4140d2b6cc32a4271fe975 (patch)
tree1a4a4c770845c517590645a37a1a9453d445a218 /server/lib/webhook/config.js
parent3eee6a15ee44a75f6deedd073f60b88d342d56ef (diff)
getting webhooks in order.. didnt need as many as i thought
Diffstat (limited to 'server/lib/webhook/config.js')
-rw-r--r--server/lib/webhook/config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/lib/webhook/config.js b/server/lib/webhook/config.js
index ecafeb3..3d7e1c5 100644
--- a/server/lib/webhook/config.js
+++ b/server/lib/webhook/config.js
@@ -1,5 +1,5 @@
module.exports = {
- API_KEY: require('process').env['VVALLS_RECURLY_SECRET'],
+ API_KEY: process.env['VVALLS_RECURLY_SECRET'],
SUBDOMAIN: 'vvalls',
ENVIRONMENT: 'sandbox',
DEBUG: true,