Mercurial > dive4elements > river
view artifacts/doc/conf/backend-db.xml @ 9783:ae298eccc25c 3.2.x
Remove outdated Intevation logo
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Wed, 26 Apr 2023 16:28:07 +0200 |
parents | 492f8e615c38 |
children | 75dc4ea60938 |
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://d4eriver-db:5432/</url> <validation-query>select 1 from rivers</validation-query> <max-wait>30000</max-wait> </backend-database>