Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/conf.xml @ 997:4c82609824c8
For doc purposes add section with db config in config.xml
flys-artifacts/trunk@2433 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Mon, 01 Aug 2011 08:11:12 +0000 |
parents | 66b3f2f064de |
children | b0218f21c664 |
comparison
equal
deleted
inserted
replaced
996:f61fe8b561d2 | 997:4c82609824c8 |
---|---|
117 | 117 |
118 <cache> | 118 <cache> |
119 <config-file>${artifacts.config.dir}/cache.xml</config-file> | 119 <config-file>${artifacts.config.dir}/cache.xml</config-file> |
120 </cache> | 120 </cache> |
121 | 121 |
122 <!-- This is the default configuration of the datacage db: | |
123 <datacage> | |
124 <user/> | |
125 <password/> | |
126 <driver>org.h2.Driver</driver> | |
127 <url>jdbc:h2:mem:datacage;INIT=RUNSCRIPT FROM '${artifacts.config.dir}/datacage.sql'</url> | |
128 </datacage> | |
129 --> | |
130 | |
122 <database> | 131 <database> |
123 <!-- This Section configures the Settings for connecting to the | 132 <!-- This Section configures the Settings for connecting to the |
124 Artifact-Database instance. e.g. SQLite --> | 133 Artifact-Database instance. e.g. SQLite --> |
125 <user>SA</user> | 134 <user>SA</user> |
126 <password></password> | 135 <password></password> |