gcube-app.xml.j2: change 'persistence' with 'local-persistence'. That's controversial, I'm going to open a ticket about it.

This commit is contained in:
Andrea Dell'Amico 2017-11-24 17:53:31 +01:00
parent 39cf54e24a
commit aaf93fdf2c
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<description> {{ item.description }} </description>
{% endif %}
{% if item.persistence_location is defined %}
<persistence location="{{ item.persistence_location }}"/>
<local-persistence location="{{ item.persistence_location }}"/>
{% endif %}
{% if item.exclude_handlers is defined %}
{% for eh in item.exclude_handlers %}