Mercurial > dive4elements > river
comparison etl/doc/conf.xml @ 5838:5aa05a7a34b7
Rename modules to more fitting names.
author | Sascha L. Teichmann <teichmann@intevation.de> |
---|---|
date | Thu, 25 Apr 2013 15:23:37 +0200 |
parents | flys-aft/doc/conf.xml@f0b3ad10f67f |
children |
comparison
equal
deleted
inserted
replaced
5837:d9901a08d0a6 | 5838:5aa05a7a34b7 |
---|---|
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> |