Mercurial > dive4elements > river
view artifacts/doc/conf/backend-db.xml @ 8475:40717a3b94aa
The used patch build of SmartGWT is not available anymore.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Wed, 26 Nov 2014 14:40:18 +0100 |
parents | 2bc7bfd89fa8 |
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>