default to google push notification url

This commit is contained in:
Ivan Socolsky 2017-02-03 14:25:25 -03:00
parent b9d0b16674
commit f7d7dc691a
No known key found for this signature in database
GPG Key ID: FAECE6A05FAA4F56
1 changed files with 1 additions and 1 deletions

View File

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