9030
|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <sync> |
|
3 <!-- If modified send messages --> |
|
4 <notifications> |
|
5 <notifaction url="http://example.com"> |
|
6 <caches> |
|
7 <cache name="my-cache"/> |
|
8 </caches> |
|
9 </notifaction> |
|
10 </notifications> |
|
11 <!-- The path to the DiPs file --> |
|
12 <dips> |
|
13 <file>/the/path/to/the/dips/file</file> |
|
14 <repair>/the/path/to/the/xslt/to/repair/dips</repair> |
|
15 </dips> |
|
16 <!-- The FLYS side --> |
|
17 <side name="flys"> |
|
18 <db> |
|
19 <driver>org.postgresql.Driver</driver> |
|
20 <user>flys</user> |
|
21 <password>flys</password> |
|
22 <url>jdbc:postgresql://localhost:5432/flys</url> |
|
23 </db> |
|
24 </side> |
|
25 <!-- The AFT side --> |
|
26 <side name="aft"> |
|
27 <db> |
|
28 <driver>org.sqlite.JDBC</driver> |
|
29 <user/> |
|
30 <password/> |
|
31 <url>jdbc:sqlite:/path/to/aft.db</url> |
|
32 <!-- |
|
33 <execute-login> |
|
34 <statement>ALTER SESSION SET CURRENT_SCHEMA=AFT</statement> |
|
35 </execute-login> |
|
36 --> |
|
37 </db> |
|
38 </side> |
|
39 </sync> |