From 4958515a218535f1ae9b8240aaf93b067c7bdb97 Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Thu, 4 Apr 2019 12:15:15 +0200 Subject: [PATCH] Modified Google Push Services --- notify/push.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/notify/push.yaml b/notify/push.yaml index 588f7c18..8a923246 100644 --- a/notify/push.yaml +++ b/notify/push.yaml @@ -4,5 +4,8 @@ - name: push platform: html5 - gcm_api_key: !secret google_push_key - gcm_sender_id: !secret google_push_id + #gcm_api_key: !secret google_push_key + #gcm_sender_id: !secret google_push_id + vapid_pub_key: !secret vapid_pub_key + vapid_prv_key: !secret vapid_prv_key + vapid_email: !secret vapid_email -- 2.47.3