summaryrefslogtreecommitdiff
path: root/server/lib/webhook/config.js
diff options
context:
space:
mode:
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,