From 3a43312e7a4ff5640ef198c122dbe528ece799ce Mon Sep 17 00:00:00 2001 From: Roberto Date: Tue, 16 Oct 2018 11:46:53 +0200 Subject: [PATCH] added new web.xml parameters --- smartgears/dataminer_app/templates/web.xml.j2 | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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 }} +