fix for web.xml properties
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-catalogue/grsf-publisher-ws@144050 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
58641a14b2
commit
ea16b0efff
|
@ -29,18 +29,18 @@
|
|||
</welcome-file-list>
|
||||
|
||||
<context-param>
|
||||
<description>Scope of pending products under manage activities</description>
|
||||
<description>Context of pending products under manage activities</description>
|
||||
<param-name>ManageVRE</param-name>
|
||||
<!-- <param-value>/d4science.research-infrastructures.eu/FARM/GRSF_Admin</param-value> -->
|
||||
<param-value>/gcube/devNext/NextNext</param-value>
|
||||
<param-value>/d4science.research-infrastructures.eu/FARM/GRSF_Admin</param-value>
|
||||
<!-- <param-value>/gcube/devNext/NextNext</param-value> -->
|
||||
<!-- <param-value>/gcube/preprod/Dorne</param-value> -->
|
||||
</context-param>
|
||||
|
||||
<context-param>
|
||||
<description>Scope of products no longer under manage activities</description>
|
||||
<description>Context of products no longer under manage activities</description>
|
||||
<param-name>PublicVRE</param-name>
|
||||
<!-- <param-value>/d4science.research-infrastructures.eu/FARM/GRSF</param-value> -->
|
||||
<param-value>/gcube/devNext/NextNext</param-value>
|
||||
<param-value>/d4science.research-infrastructures.eu/FARM/GRSF</param-value>
|
||||
<!-- <param-value>/gcube/devNext/NextNext</param-value> -->
|
||||
<!-- <param-value>/gcube/preprod/preVRE</param-value> -->
|
||||
</context-param>
|
||||
</web-app>
|
||||
|
|
Reference in New Issue