Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/artifact-db.xml @ 3093:b0f59d42ae4f
De-centralized database configuration.
flys-artifacts/trunk@4692 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Mon, 18 Jun 2012 14:30:43 +0000 |
parents | |
children | fa30e6322ef3 |
comparison
equal
deleted
inserted
replaced
3092:cc8e28f9ccdf | 3093:b0f59d42ae4f |
---|---|
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> |