Mercurial > dive4elements > river
view artifacts/doc/conf/backend-db.xml @ 8446:75b84f139c1b
(issue1733) Clearly set location distance defaults
This fixes the default values for the distance panel.
The data values were set in initDefaults after the ctor.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Mon, 27 Oct 2014 12:32:04 +0100 |
parents | eb65364040a8 |
children | 2bc7bfd89fa8 |
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> </backend-database>