comparison artifacts/doc/conf/conf.xml @ 9751:308a0d822d18 3.2.x

Keep configuration and data in distinct directories This allows having distinct volumes for configuration and data (artifact database, generated mapfiles and shapefiles, etc.). While at it, cleanup MapServer configuration a little bit.
author Tom Gottfried <tom@intevation.de>
date Tue, 11 Oct 2022 11:42:09 +0200
parents 48cce699e387
children cd07130ded8d
comparison
equal deleted inserted replaced
9750:432934cda171 9751:308a0d822d18
317 <!-- Path to the template file of the meta data. --> 317 <!-- Path to the template file of the meta data. -->
318 <metadata> 318 <metadata>
319 <template>${artifacts.config.dir}/meta-data.xml</template> 319 <template>${artifacts.config.dir}/meta-data.xml</template>
320 </metadata> 320 </metadata>
321 321
322 <!-- MapServer integration -->
323 <mapserver>
324 <server path="http://localhost:8081/cgi-bin/"/>
325 <!-- Directory where generated mapfiles and shapefiles will be stored -->
326 <mapfiles path="${artifacts.config.dir}/../artifacts-data/mapserver/"/>
327 <templates path="${artifacts.config.dir}/mapserver/"/>
328 </mapserver>
322 &floodmap; 329 &floodmap;
323 &rivermap; 330 &rivermap;
324 331
325 &rest-server; 332 &rest-server;
326 333

http://dive4elements.wald.intevation.org