Mercurial > dive4elements > river
changeset 1133:e011f8c6e5e8
Added driver to database configuration for use with postgresql.
flys-artifacts/trunk@2652 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Tue, 06 Sep 2011 11:10:13 +0000 |
parents | f4038b828f85 |
children | bcf70a452646 |
files | flys-artifacts/ChangeLog flys-artifacts/doc/conf/conf.xml |
diffstat | 2 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/flys-artifacts/ChangeLog Tue Sep 06 10:34:49 2011 +0000 +++ b/flys-artifacts/ChangeLog Tue Sep 06 11:10:13 2011 +0000 @@ -1,3 +1,8 @@ +2011-09-06 Raimund Renkert <raimund.renkert@intevation.de> + + * doc/conf/conf.xml: + Added driver to database configuration for use with postgresql. + 2011-09-06 Ingo Weinzierl <ingo@intevation.de> * doc/conf/mapserver/mapfile.vm: Removed FONTSET attribute and set quotes
--- a/flys-artifacts/doc/conf/conf.xml Tue Sep 06 10:34:49 2011 +0000 +++ b/flys-artifacts/doc/conf/conf.xml Tue Sep 06 11:10:13 2011 +0000 @@ -176,6 +176,8 @@ Artifact-Database instance. e.g. SQLite --> <user>SA</user> <password></password> + <!-- For use with a postgresql database use the appropriate driver--> + <!--driver>org.postgresql.Driver</driver--> <url>jdbc:h2:${artifacts.config.dir}/../artifactdb/artifacts.db</url> </database> <!-- This is the default backend db configuration. -->