Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/conf.xml @ 373:7f7d6037d242
Added ehcache support.
flys-artifacts/trunk@1782 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Fri, 29 Apr 2011 16:56:37 +0000 |
parents | dfbb3d50b0bd |
children | 478940d06876 |
comparison
equal
deleted
inserted
replaced
372:fc3cf0ef777e | 373:7f7d6037d242 |
---|---|
60 </rest-server> | 60 </rest-server> |
61 <!-- garbage collection of outdated artifacts --> | 61 <!-- garbage collection of outdated artifacts --> |
62 <cleaner> | 62 <cleaner> |
63 <sleep-time>60000</sleep-time> | 63 <sleep-time>60000</sleep-time> |
64 </cleaner> | 64 </cleaner> |
65 | |
66 <cache> | |
67 <config-file>${artifacts.config.dir}/cache.xml</config-file> | |
68 </cache> | |
69 | |
65 <database> | 70 <database> |
66 <!-- This Section configures the Settings for connecting to the | 71 <!-- This Section configures the Settings for connecting to the |
67 Artifact-Database instance. e.g. SQLite --> | 72 Artifact-Database instance. e.g. SQLite --> |
68 <user>SA</user> | 73 <user>SA</user> |
69 <password></password> | 74 <password></password> |