comparison flys-artifacts/doc/conf/artifact-db.xml @ 3938:c0cab28ba1ea

merged flys-artifacts
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 28 Sep 2012 12:15:03 +0200
parents fa30e6322ef3
children 9c4e2192810c
comparison
equal deleted inserted replaced
3865:436eec3be6ff 3938:c0cab28ba1ea
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <database>
3 <!-- This Section configures the Settings for connecting to the
4 Artifact-Database instance. e.g. SQLite -->
5 <user>SA</user>
6 <password></password>
7 <!-- For use with a postgresql database use the appropriate driver-->
8 <!--driver>org.postgresql.Driver</driver-->
9 <url>jdbc:h2:${artifacts.config.dir}/../artifactdb/artifacts.db</url>
10 </database>

http://dive4elements.wald.intevation.org