ansible-roles/geoserver/geoserver/templates/gcube-app.xml.j2

13 lines
352 B
Django/Jinja

<application mode="online">
<name>{{ smartgears_gcube_app_name }}</name>
<group>{{ smartgears_gcube_app_group }}</group>
<version>1.0</version>
{% if smartgears_persistence_location is defined %}
<persistence location="{{ smartgears_persistence_location }}"/>
{% endif %}
<exclude>/*</exclude>
</application>