sascha@4071: <?xml version="1.0" encoding="UTF-8"?>
sascha@4071: <sync>
sascha@4094:   <!-- If modified send messages -->
sascha@4094:   <notifications>
sascha@4094:     <notifaction url="http://example.com">
sascha@4094:       <caches>
sascha@4094:         <cache name="my-cache"/>
sascha@4094:       </caches>
sascha@4094:     </notifaction>
sascha@4094:   </notifications>
sascha@4077:   <!-- The path to the DiPs file -->
sascha@4083:   <dips>
sascha@4083:     <file>/the/path/to/the/dips/file</file>
sascha@4083:     <repair>/the/path/to/the/xslt/to/repair/dips</repair>
sascha@4083:   </dips>
sascha@4071:   <!-- The FLYS side -->
sascha@4072:   <side name="flys">
sascha@4072:     <db>
sascha@4072:       <driver>org.postgresql.Driver</driver>
sascha@4072:       <user>flys</user>
sascha@4072:       <password>flys</password>
sascha@4072:       <url>jdbc:postgresql://localhost:5432/flys</url>
sascha@4072:     </db>
sascha@4072:   </side>
sascha@4072:   <!-- The AFT side -->
sascha@4072:   <side name="aft">
sascha@4071:     <db>
sascha@4075:       <driver>org.sqlite.JDBC</driver>
sascha@4071:       <user/>
sascha@4071:       <password/>
sascha@4072:       <url>jdbc:sqlite:/path/to/aft.db</url>
teichmann@4773:       <!--
teichmann@4773:       <execute-login>
teichmann@4773:         <statement>ALTER SESSION SET CURRENT_SCHEMA=AFT</statement>
teichmann@4773:       </execute-login>
teichmann@4773:       -->
sascha@4071:     </db>
sascha@4072:   </side>
sascha@4071: </sync>