annotate artifacts/doc/conf/seddb-db.xml @ 9650:a2a42a6bac6b
Importer (s/u-info) extensions:
outer try/catch for parse and log of line no,
catching parsing exception if not enough value fields,
parsing error and warning log messages with line number,
detecting and rejecting duplicate data series,
better differentiation between error and warning log messages
author |
mschaefer |
date |
Mon, 23 Mar 2020 14:57:03 +0100 |
parents |
295b3cb5ebc8 |
children |
20456a3c92e2 |
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> |
9649
|
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> |