add snapshot properites

This commit is contained in:
Adam Brokes 2022-04-04 16:10:13 +10:00
parent ae24c0b9ee
commit 60b47ce49c
No known key found for this signature in database
GPG Key ID: D0853F559CE0213B

View File

@ -2,9 +2,9 @@
<confluence-configuration>
<setupStep>setupstart</setupStep>
<setupType>custom</setupType>
<buildNumber>0</buildNumber>
<setupStep>{{ atl_setup_step | default('setupstart') }}</setupStep>
<setupType>{{ atl_setup_type | default('custom') }}</setupType>
<buildNumber>{{ atl_build_number | default('0') }}</buildNumber>
<properties>
<property name="confluence.database.connection.type">database-type-standard</property>
@ -76,5 +76,9 @@
<property name="confluence.webapp.context.path">/{{ atl_tomcat_contextpath }}</property>
{% endif %}
{% if atl_snapshot_used is defined %}
<property name="hibernate.setup">true</property>
{% endif %}
</properties>
</confluence-configuration>