Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/conf.xml @ 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 | da3c3e286c88 |
children | 64b465699a24 |
comparison
equal
deleted
inserted
replaced
1132:f4038b828f85 | 1133:e011f8c6e5e8 |
---|---|
174 <database> | 174 <database> |
175 <!-- This Section configures the Settings for connecting to the | 175 <!-- This Section configures the Settings for connecting to the |
176 Artifact-Database instance. e.g. SQLite --> | 176 Artifact-Database instance. e.g. SQLite --> |
177 <user>SA</user> | 177 <user>SA</user> |
178 <password></password> | 178 <password></password> |
179 <!-- For use with a postgresql database use the appropriate driver--> | |
180 <!--driver>org.postgresql.Driver</driver--> | |
179 <url>jdbc:h2:${artifacts.config.dir}/../artifactdb/artifacts.db</url> | 181 <url>jdbc:h2:${artifacts.config.dir}/../artifactdb/artifacts.db</url> |
180 </database> | 182 </database> |
181 <!-- This is the default backend db configuration. --> | 183 <!-- This is the default backend db configuration. --> |
182 <!-- | 184 <!-- |
183 <backend-database> | 185 <backend-database> |