Mercurial > dive4elements > river
view artifacts/doc/conf/backend-db.xml @ 9796:13351afee667 3.2.x
Set locale in client container
Improves logging of non-ASCII characters.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Thu, 02 Nov 2023 17:48:58 +0100 |
parents | 75dc4ea60938 |
children |
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://db:5432/</url> <validation-query>select 1 from rivers</validation-query> <max-wait>30000</max-wait> </backend-database>