From c65704a29cb7e8d4fd19578821393da959dcd22d Mon Sep 17 00:00:00 2001 From: Ivan Socolsky Date: Thu, 2 Feb 2017 15:17:49 -0300 Subject: [PATCH] add secret key placeholder to config --- config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/config.js b/config.js index 6c0bc4e..cda9ca1 100644 --- a/config.js +++ b/config.js @@ -56,6 +56,7 @@ var config = { defaultUnit: 'btc', subjectPrefix: '', pushServerUrl: 'http://localhost:8000', + authorizationKey: '', }, fiatRateServiceOpts: { defaultProvider: 'BitPay',