comparison artifacts/doc/conf/seddb-db.xml @ 9790:75dc4ea60938 3.2.x

Drop using explicit container names Compose will generate names for the containers and containers can connect each other on the network via the service names. This avoids the unnecessary extra "name space" and prepares the application for usage with different project names.
author Tom Gottfried <tom@intevation.de>
date Thu, 20 Jul 2023 10:25:59 +0200
parents 492f8e615c38
children
comparison
equal deleted inserted replaced
9789:a1399209b0d6 9790:75dc4ea60938
3 <!-- This is the default SedDB db configuration. --> 3 <!-- This is the default SedDB db configuration. -->
4 <user>seddb</user> 4 <user>seddb</user>
5 <password>seddb</password> 5 <password>seddb</password>
6 <dialect>org.hibernate.dialect.PostgreSQLDialect</dialect> 6 <dialect>org.hibernate.dialect.PostgreSQLDialect</dialect>
7 <driver>org.postgresql.Driver</driver> 7 <driver>org.postgresql.Driver</driver>
8 <url>jdbc:postgresql://d4eriver-db:5432/seddb</url> 8 <url>jdbc:postgresql://db:5432/seddb</url>
9 <validation-query>select 1 from gewaesser</validation-query> 9 <validation-query>select 1 from gewaesser</validation-query>
10 <max-wait>30000</max-wait> 10 <max-wait>30000</max-wait>
11 <!-- 11 <!--
12 <connection-init-sqls>ALTER SESSION SET CURRENT_SCHEMA=SEDDB</connection-init-sqls> 12 <connection-init-sqls>ALTER SESSION SET CURRENT_SCHEMA=SEDDB</connection-init-sqls>
13 --> 13 -->

http://dive4elements.wald.intevation.org