view artifacts/doc/conf/seddb-db.xml @ 9755:0834c2591e14 3.2.x

Route MapServer through wiki container This reduces the need for local configuration changes to get a working Docker-based setup.
author Tom Gottfried <tom@intevation.de>
date Wed, 12 Oct 2022 12:53:36 +0200
parents 492f8e615c38
children 75dc4ea60938
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8" ?>
<seddb-database>
    <!-- This is the default SedDB db configuration. -->
    <user>seddb</user>
    <password>seddb</password>
    <dialect>org.hibernate.dialect.PostgreSQLDialect</dialect>
    <driver>org.postgresql.Driver</driver>
    <url>jdbc:postgresql://d4eriver-db:5432/seddb</url>
    <validation-query>select 1 from gewaesser</validation-query>
    <max-wait>30000</max-wait>
    <!--
    <connection-init-sqls>ALTER SESSION SET CURRENT_SCHEMA=SEDDB</connection-init-sqls>
    -->
</seddb-database>

http://dive4elements.wald.intevation.org