diff --git a/product/modules/distribution/src/repository/conf/datasources/cdm-datasources.xml b/product/modules/distribution/src/repository/conf/datasources/cdm-datasources.xml new file mode 100755 index 00000000000..e24759f81b3 --- /dev/null +++ b/product/modules/distribution/src/repository/conf/datasources/cdm-datasources.xml @@ -0,0 +1,28 @@ + + + org.wso2.carbon.ndatasource.rdbms.RDBMSDataSourceReader + + + + + WSO2DEVICE_DB + The datasource used for EMM + + jdbc/WSO2DEVICE_DB + + + + jdbc:h2:repository/database/WSO2DEVICE_DB;DB_CLOSE_ON_EXIT=FALSE + wso2carbon + wso2carbon + org.h2.Driver + 50 + 60000 + true + SELECT 1 + 30000 + + + + +