added user exclusion as web.xml param
This commit is contained in:
parent
3560b9b2cf
commit
19068bf919
|
@ -6,7 +6,15 @@
|
||||||
1665e1b7b2188755161d4f0f3a6acf562d0444e1 @ 2015-03-21 00:30:20
|
1665e1b7b2188755161d4f0f3a6acf562d0444e1 @ 2015-03-21 00:30:20
|
||||||
</display-name>
|
</display-name>
|
||||||
<description>A web processing framework supporting the OGC WPS 1.0.0 specification</description>
|
<description>A web processing framework supporting the OGC WPS 1.0.0 specification</description>
|
||||||
|
<context-param>
|
||||||
|
<param-name>excludeWritesOnSH</param-name>
|
||||||
|
<!--
|
||||||
|
empty: all users will write on SHub
|
||||||
|
*: no one will write on Shub
|
||||||
|
users list seprated by comma: users reported will not write on Shub
|
||||||
|
-->
|
||||||
|
<param-value>{{ dataminer_webxml_users_excluded }}</param-value>
|
||||||
|
</context-param>
|
||||||
<context-param>
|
<context-param>
|
||||||
<param-name>algorithmDirectory</param-name>
|
<param-name>algorithmDirectory</param-name>
|
||||||
<param-value>{{ dataminer_wps_algorithms_dest }}/{{ dataminer_infra_reference }}/software</param-value>
|
<param-value>{{ dataminer_wps_algorithms_dest }}/{{ dataminer_infra_reference }}/software</param-value>
|
||||||
|
|
Loading…
Reference in New Issue