Mercurial > dive4elements > river
view artifacts/doc/conf/backend-db.xml @ 8474:2bc7bfd89fa8
Add validation-query to example configuration.
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Tue, 25 Nov 2014 14:06:05 +0100 |
parents | eb65364040a8 |
children | 953acbb12cbc |
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</validation-query> <!-- For oracle use: select 1 from dual --> </backend-database>