Browse Source
default to google push notification url
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
1 deletions
-
config.js
|
@ -55,7 +55,7 @@ var config = { |
|
|
defaultLanguage: 'en', |
|
|
defaultLanguage: 'en', |
|
|
defaultUnit: 'btc', |
|
|
defaultUnit: 'btc', |
|
|
subjectPrefix: '', |
|
|
subjectPrefix: '', |
|
|
pushServerUrl: 'http://localhost:8000', |
|
|
pushServerUrl: 'https://fcm.googleapis.com/fcm', |
|
|
authorizationKey: '', |
|
|
authorizationKey: '', |
|
|
}, |
|
|
}, |
|
|
fiatRateServiceOpts: { |
|
|
fiatRateServiceOpts: { |
|
|