mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-02-12 11:01:52 +00:00
Changed publicpushnotifications setting to use alt.meshcentral.com.
This commit is contained in:
parent
f93bb3a82f
commit
1e9607ba8e
1 changed files with 2 additions and 2 deletions
|
@ -1830,8 +1830,8 @@ function CreateMeshCentralServer(config, args) {
|
||||||
// Setup the push messaging relay
|
// Setup the push messaging relay
|
||||||
obj.firebase = require('./firebase').CreateFirebaseRelay(obj, config.firebaserelay.url, config.firebaserelay.key);
|
obj.firebase = require('./firebase').CreateFirebaseRelay(obj, config.firebaserelay.url, config.firebaserelay.key);
|
||||||
} else if (obj.config.settings.publicpushnotifications === true) {
|
} else if (obj.config.settings.publicpushnotifications === true) {
|
||||||
// Setup the Firebase push messaging relay using https://meshcentral.com, this is the public push notification server.
|
// 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://meshcentral.com/firebaserelay.aspx');
|
obj.firebase = require('./firebase').CreateFirebaseRelay(obj, 'https://alt.meshcentral.com/firebaserelay.aspx');
|
||||||
}
|
}
|
||||||
|
|
||||||
// Start periodic maintenance
|
// Start periodic maintenance
|
||||||
|
|
Loading…
Reference in a new issue