change the position of value and description elements in the workflow definition

This commit is contained in:
Miriam Baglioni 2020-06-25 12:36:08 +02:00
parent abcbebcbb4
commit 05a99cfb61
1 changed files with 1 additions and 1 deletions

View File

@ -28,8 +28,8 @@
</property>
<property>
<name>dbSchema</name>
<description>the database schema according to the D-Net infrastructure (beta or production)</description>
<value>beta</value>
<description>the database schema according to the D-Net infrastructure (beta or production)</description>
</property>
<property>
<name>mongoURL</name>