view artifacts/doc/conf/backend-db.xml @ 9641:f96be528ee35

Removed AS for table aliases in infrastructure queries to avoid Oracle problem
author mschaefer
date Mon, 02 Dec 2019 09:24:38 +0100
parents bc50ecfc58c5
children c5a496bf1b0b
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8" ?>
<backend-database>
    <!-- This is the default backend db configuration. -->
    <user>d4e</user>
    <password>d4e</password>
    <dialect>org.hibernate.dialect.PostgreSQLDialect</dialect>
    <driver>org.postgresql.Driver</driver>
    <url>jdbc:postgresql://localhost:5432/d4e</url>
    <validation-query>select 1 from rivers</validation-query>
    <max-wait>30000</max-wait>
</backend-database>

http://dive4elements.wald.intevation.org