mirror of
https://repository.entgra.net/community/product-iots.git
synced 2025-09-16 23:32:19 +00:00
12 lines
311 B
XML
12 lines
311 B
XML
<processor>
|
|
<!-- Remove current datsources config -->
|
|
<remove>
|
|
<name>//datasources-configuration/datasources</name>
|
|
</remove>
|
|
|
|
<!-- Add modified Carbon db and UM db config -->
|
|
<add>
|
|
<inside>//datasources-configuration</inside>
|
|
<file>ds_config.xml</file>
|
|
</add>
|
|
</processor> |