Mercurial > dive4elements > river
view flys-aft/doc/conf.xml @ 4093:7bddd4601707
Copy over W/Q values from AFT to FLYS for new discharge tables.
flys-aft/trunk@3603 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Thu, 05 Jan 2012 17:46:18 +0000 |
parents | 44dc38ca8492 |
children | b20b710aa86f |
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?> <sync> <!-- The path to the DiPs file --> <dips> <file>/the/path/to/the/dips/file</file> <repair>/the/path/to/the/xslt/to/repair/dips</repair> </dips> <!-- The FLYS side --> <side name="flys"> <db> <driver>org.postgresql.Driver</driver> <user>flys</user> <password>flys</password> <url>jdbc:postgresql://localhost:5432/flys</url> </db> </side> <!-- The AFT side --> <side name="aft"> <db> <driver>org.sqlite.JDBC</driver> <user/> <password/> <url>jdbc:sqlite:/path/to/aft.db</url> </db> </side> </sync>