view flys-aft/doc/conf.xml @ 4092:b3fc044f75ba

Added code to store W/Q values into FLYS database. flys-aft/trunk@3602 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 05 Jan 2012 17:06:29 +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>

http://dive4elements.wald.intevation.org