Changed publicpushnotifications setting to use alt.meshcentral.com.
Ylian Saint-Hilaire committed
Jan 16, 2024 at 18:57 UTC
1e9607ba8e16abd8048a5f308efcca7395e0327e
1 file changed
+2
-2
meshcentral.js
+2
-2
@@ -1830,8 +1830,8 @@ function CreateMeshCentralServer(config, args) {
1830
// Setup the push messaging relay
1831
obj.firebase = require('./firebase').CreateFirebaseRelay(obj, config.firebaserelay.url, config.firebaserelay.key);
1832
} else if (obj.config.settings.publicpushnotifications === true) {
1833
- // Setup the Firebase push messaging relay using https://meshcentral.com, this is the public push notification server.
1834
- obj.firebase = require('./firebase').CreateFirebaseRelay(obj, 'https://meshcentral.com/firebaserelay.aspx');
1833
+ // Setup the Firebase push messaging relay using https://alt.meshcentral.com, this is the public push notification server.
1834
+ obj.firebase = require('./firebase').CreateFirebaseRelay(obj, 'https://alt.meshcentral.com/firebaserelay.aspx');
1835
}
1836
1837
// Start periodic maintenance