forked from community/device-mgt-core
revert-70aa11f8
parent
b906d43cc8
commit
c6d993e532
@ -0,0 +1,48 @@
|
|||||||
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
|
<!--
|
||||||
|
~ Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
|
||||||
|
~
|
||||||
|
~ WSO2 Inc. licenses this file to you under the Apache License,
|
||||||
|
~ Version 2.0 (the "License"); you may not use this file except
|
||||||
|
~ in compliance with the License.
|
||||||
|
~ you may obtain a copy of the License at
|
||||||
|
~
|
||||||
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
~
|
||||||
|
~ Unless required by applicable law or agreed to in writing,
|
||||||
|
~ software distributed under the License is distributed on an
|
||||||
|
~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||||
|
~ KIND, either express or implied. See the License for the
|
||||||
|
~ specific language governing permissions and limitations
|
||||||
|
~ under the License.
|
||||||
|
-->
|
||||||
|
|
||||||
|
<DeviceMgtConfiguration>
|
||||||
|
<ManagementRepository>
|
||||||
|
<DataSourceConfiguration>
|
||||||
|
<JndiLookupDefinition>
|
||||||
|
<Name>jdbc/DM_DS</Name>
|
||||||
|
</JndiLookupDefinition>
|
||||||
|
</DataSourceConfiguration>
|
||||||
|
<EmailClientConfiguration>
|
||||||
|
<minimumThread>8</minimumThread>
|
||||||
|
<maximumThread>100</maximumThread>
|
||||||
|
<keepAliveTime>20</keepAliveTime>
|
||||||
|
<ThreadQueueCapacity>1000</ThreadQueueCapacity>
|
||||||
|
</EmailClientConfiguration>
|
||||||
|
<IdentityConfiguration>
|
||||||
|
<ServerUrl>https://localhost:9443</ServerUrl>
|
||||||
|
<AdminUsername>admin</AdminUsername>
|
||||||
|
<AdminPassword>admin</AdminPassword>
|
||||||
|
</IdentityConfiguration>
|
||||||
|
<PolicyConfiguration>
|
||||||
|
<monitoringClass>org.wso2.carbon.policy.mgt</monitoringClass>
|
||||||
|
<monitoringEnable>true</monitoringEnable>
|
||||||
|
<monitoringFrequency>60000</monitoringFrequency>
|
||||||
|
<maxRetries>5</maxRetries>
|
||||||
|
<minRetriesToMarkUnreachable>8</minRetriesToMarkUnreachable>
|
||||||
|
<minRetriesToMarkInactive>20</minRetriesToMarkInactive>
|
||||||
|
</PolicyConfiguration>
|
||||||
|
</ManagementRepository>
|
||||||
|
</DeviceMgtConfiguration>
|
||||||
|
|
@ -0,0 +1,39 @@
|
|||||||
|
<Notifications>
|
||||||
|
<NotificationMessage type="enrol">
|
||||||
|
<Subject>Enroll your Device with WSO2 MDM</Subject>
|
||||||
|
<Header>Dear {first-name},</Header>
|
||||||
|
<Body>
|
||||||
|
You have been registered to the WSO2 MDM. Below is the link to enroll.
|
||||||
|
</Body>
|
||||||
|
<Url>{downloadUrl}</Url>
|
||||||
|
<Footer1>
|
||||||
|
Best Regards,
|
||||||
|
</Footer1>
|
||||||
|
<Footer2>
|
||||||
|
WSO2 MDM Team.
|
||||||
|
</Footer2>
|
||||||
|
<Footer3>
|
||||||
|
http://www.wso2.com
|
||||||
|
</Footer3>
|
||||||
|
</NotificationMessage>
|
||||||
|
<NotificationMessage type="userRegistration">
|
||||||
|
<Subject>Enroll your Device with WSO2 MDM</Subject>
|
||||||
|
<Header>Dear {first-name},</Header>
|
||||||
|
<Body>
|
||||||
|
You have been registered to WSO2 MDM with following credentials.
|
||||||
|
Username: {user-name}
|
||||||
|
Password: {password}
|
||||||
|
Below is the link to enroll.
|
||||||
|
</Body>
|
||||||
|
<Url>{downloadUrl}</Url>
|
||||||
|
<Footer1>
|
||||||
|
Best Regards,
|
||||||
|
</Footer1>
|
||||||
|
<Footer2>
|
||||||
|
WSO2 MDM Team.
|
||||||
|
</Footer2>
|
||||||
|
<Footer3>
|
||||||
|
http://www.wso2.com
|
||||||
|
</Footer3>
|
||||||
|
</NotificationMessage>
|
||||||
|
</Notifications>
|
Loading…
Reference in new issue