From f7d7dc691a3384463e1273445c28573547a554fd Mon Sep 17 00:00:00 2001 From: Ivan Socolsky Date: Fri, 3 Feb 2017 14:25:25 -0300 Subject: [PATCH] default to google push notification url --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index cda9ca1..f2dff51 100644 --- a/config.js +++ b/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: {