view artifacts/doc/conf/backend-db.xml @ 9033:384eee4b4135

Added datacage select and chart display for flow depth evolution series loaded from database, and a correction for the tkh data
author mschaefer
date Fri, 27 Apr 2018 17:41:59 +0200
parents 4dc047fb3633
children 1574ce45c98d
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8" ?>
<backend-database>
    <!-- This is the default backend db configuration. -->
    <user>d4e</user>
    <password>d4e</password>
    <dialect>org.hibernate.dialect.PostgreSQLDialect</dialect>
    <driver>org.postgresql.Driver</driver>
    <url>jdbc:postgresql://localhost:5432/d4e</url>
    <validation-query>select 1 from rivers</validation-query>
    <max-wait>30000</max-wait>
</backend-database>

http://dive4elements.wald.intevation.org