Mercurial > dive4elements > river
view artifacts/doc/conf/datacage-db.xml @ 9670:07d854c325d8 3.2.x
Tighten code a bit
PostgreSQL database names might also contain dots and since the extra
pattern matches a subset of the other, it will never match anyhow.
Thus remove the extra pattern, a lot of duplicate code and some
superfluous debug logging.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Wed, 20 May 2020 17:50:27 +0200 |
parents | 5aa05a7a34b7 |
children | 308a0d822d18 |
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8" ?> <datacage> <user>SA</user> <password/> <driver>org.h2.Driver</driver> <url>jdbc:h2:${artifacts.config.dir}/../datacagedb/datacage</url> </datacage>