Browse Source

add secret key placeholder to config

feat/estimateFee-limit
Ivan Socolsky 8 years ago
parent
commit
c65704a29c
No known key found for this signature in database GPG Key ID: FAECE6A05FAA4F56
  1. 1
      config.js

1
config.js

@ -56,6 +56,7 @@ var config = {
defaultUnit: 'btc',
subjectPrefix: '',
pushServerUrl: 'http://localhost:8000',
authorizationKey: '',
},
fiatRateServiceOpts: {
defaultProvider: 'BitPay',

Loading…
Cancel
Save