Mercurial > dive4elements > river
view artifacts/doc/conf/backend-db.xml @ 9416:05405292a7ca
Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
author | gernotbelger |
---|---|
date | Thu, 16 Aug 2018 16:28:03 +0200 |
parents | 9ef1262487e7 |
children | f51e23eb036a |
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>