comparison artifacts/doc/conf/backend-db.xml @ 9030:4dc047fb3633

adding removed files
author gernotbelger
date Fri, 27 Apr 2018 10:48:28 +0200
parents
children 1574ce45c98d
comparison
equal deleted inserted replaced
9029:3e90c84f3aea 9030:4dc047fb3633
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>
8 <url>jdbc:postgresql://localhost:5432/d4e</url>
9 <validation-query>select 1 from rivers</validation-query>
10 <max-wait>30000</max-wait>
11 </backend-database>

http://dive4elements.wald.intevation.org