Browse Source

default to google push notification url

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

2
config.js

@ -55,7 +55,7 @@ var config = {
defaultLanguage: 'en',
defaultUnit: 'btc',
subjectPrefix: '',
pushServerUrl: 'http://localhost:8000',
pushServerUrl: 'https://fcm.googleapis.com/fcm',
authorizationKey: '',
},
fiatRateServiceOpts: {

Loading…
Cancel
Save