mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Enable FCM by default
This commit is contained in:
parent
80cd4063a8
commit
8cdf53b03f
@ -52,13 +52,13 @@
|
||||
<SharedWithAllTenants>true</SharedWithAllTenants>
|
||||
</ProvisioningConfig>
|
||||
<!--
|
||||
isScheduled element used to enable scheduler task to send push notification.
|
||||
Task will send push notification as batches. So this will reduce sudden request burst when many devices try to
|
||||
access server after receiving push notification.
|
||||
isScheduled element used to enable scheduler task to send push notification as batches.
|
||||
Batch size and scheduler interval can be configured via cdm-config.xml. So this will reduce sudden request
|
||||
burst when many devices try to access server after receiving push notification.
|
||||
-->
|
||||
<!--Configuration for enable firebase push notifications-->
|
||||
<!--<PushNotificationProviderConfig type="FCM" isScheduled="false">-->
|
||||
<!--</PushNotificationProviderConfig>-->
|
||||
<PushNotificationProviderConfig type="FCM" isScheduled="false">
|
||||
</PushNotificationProviderConfig>
|
||||
|
||||
<DataSource>
|
||||
<JndiConfig>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user