Browse Source
add secret key placeholder to config
feat/estimateFee-limit
Ivan Socolsky
8 years ago
No known key found for this signature in database
GPG Key ID: FAECE6A05FAA4F56
1 changed files with
1 additions and
0 deletions
-
config.js
|
|
@ -56,6 +56,7 @@ var config = { |
|
|
|
defaultUnit: 'btc', |
|
|
|
subjectPrefix: '', |
|
|
|
pushServerUrl: 'http://localhost:8000', |
|
|
|
authorizationKey: '', |
|
|
|
}, |
|
|
|
fiatRateServiceOpts: { |
|
|
|
defaultProvider: 'BitPay', |
|
|
|