From 1e9607ba8e16abd8048a5f308efcca7395e0327e Mon Sep 17 00:00:00 2001 From: Ylian Saint-Hilaire Date: Tue, 16 Jan 2024 18:57:57 -0800 Subject: [PATCH] Changed publicpushnotifications setting to use alt.meshcentral.com. --- meshcentral.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meshcentral.js b/meshcentral.js index 89f2eb12..40d22caf 100644 --- a/meshcentral.js +++ b/meshcentral.js @@ -1830,8 +1830,8 @@ function CreateMeshCentralServer(config, args) { // Setup the push messaging relay obj.firebase = require('./firebase').CreateFirebaseRelay(obj, config.firebaserelay.url, config.firebaserelay.key); } else if (obj.config.settings.publicpushnotifications === true) { - // Setup the Firebase push messaging relay using https://meshcentral.com, this is the public push notification server. - obj.firebase = require('./firebase').CreateFirebaseRelay(obj, 'https://meshcentral.com/firebaserelay.aspx'); + // Setup the Firebase push messaging relay using https://alt.meshcentral.com, this is the public push notification server. + obj.firebase = require('./firebase').CreateFirebaseRelay(obj, 'https://alt.meshcentral.com/firebaserelay.aspx'); } // Start periodic maintenance