annotate artifacts/doc/conf/seddb-db.xml @ 9573:b9c87bbff6a4
mean bed height -> mean bed LEVEL
author |
gernotbelger |
date |
Tue, 06 Nov 2018 10:56:22 +0100 |
parents |
6657d89a0b34 |
children |
f51e23eb036a |
rev |
line source |
9030
|
1 <?xml version="1.0" encoding="UTF-8" ?> |
|
2 <seddb-database> |
|
3 <!-- This is the default SedDB db configuration. --> |
|
4 <user>seddb</user> |
|
5 <password>seddb</password> |
|
6 <dialect>org.hibernate.dialect.PostgreSQLDialect</dialect> |
|
7 <driver>org.postgresql.Driver</driver> |
9371
|
8 <url>jdbc:postgresql://localhost:5432/seddb</url> |
9030
|
9 <validation-query>select 1 from gewaesser</validation-query> |
|
10 <max-wait>30000</max-wait> |
|
11 <!-- |
|
12 <connection-init-sqls>ALTER SESSION SET CURRENT_SCHEMA=SEDDB</connection-init-sqls> |
|
13 --> |
|
14 </seddb-database> |