add secret key placeholder to config

This commit is contained in:
Ivan Socolsky 2017-02-02 15:17:49 -03:00
parent 62de18b8ab
commit c65704a29c
No known key found for this signature in database
GPG Key ID: FAECE6A05FAA4F56
1 changed files with 1 additions and 0 deletions

View File

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