Mercurial > dive4elements > river
annotate artifacts/doc/conf/backend-db.xml @ 9627:f51e23eb036a
zu pos 20
author | dnt_bjoernsen <d.tironi@bjoernsen.de> |
---|---|
date | Mon, 14 Oct 2019 16:27:31 +0200 |
parents | 9ef1262487e7 |
children | bc50ecfc58c5 |
rev | line source |
---|---|
9030 | 1 <?xml version="1.0" encoding="UTF-8" ?> |
2 <backend-database> | |
3 <!-- This is the default backend db configuration. --> | |
4 <user>d4e</user> | |
5 <password>d4e</password> | |
6 <dialect>org.hibernate.dialect.PostgreSQLDialect</dialect> | |
7 <driver>org.postgresql.Driver</driver> | |
9627 | 8 <url>jdbc:postgresql://localhost:63333/d4e2</url> |
9030 | 9 <validation-query>select 1 from rivers</validation-query> |
10 <max-wait>30000</max-wait> | |
11 </backend-database> |