diff --git a/smartgears/dataminer_app/templates/web.xml.j2 b/smartgears/dataminer_app/templates/web.xml.j2 index 2e89f0d4..3a8e5f31 100644 --- a/smartgears/dataminer_app/templates/web.xml.j2 +++ b/smartgears/dataminer_app/templates/web.xml.j2 @@ -11,7 +11,18 @@ algorithmDirectory {{ dataminer_wps_algorithms_dest }}/{{ dataminer_infra_reference }}/software - + + maxComputation + {{ dataminer_maxcomputation }} + + + saveOnStorage + {{ dataminer_saveonstorage }} + + + simulationMode + {{ dataminer_simulationmode }} +