diff options
| author | Julie Lala <jules@okfoc.us> | 2015-01-23 02:35:46 -0500 |
|---|---|---|
| committer | Julie Lala <jules@okfoc.us> | 2015-01-23 02:35:46 -0500 |
| commit | e0debd761bc24cd42f4140d2b6cc32a4271fe975 (patch) | |
| tree | 1a4a4c770845c517590645a37a1a9453d445a218 /server/lib/webhook/config.js | |
| parent | 3eee6a15ee44a75f6deedd073f60b88d342d56ef (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.js | 2 |
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, |
