mirror of
https://bitbucket.org/atlassian-docker/docker-atlassian-confluence-server.git
synced 2024-08-30 18:22:16 +00:00
add snapshot properites
This commit is contained in:
parent
ae24c0b9ee
commit
60b47ce49c
@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
<confluence-configuration>
|
<confluence-configuration>
|
||||||
|
|
||||||
<setupStep>setupstart</setupStep>
|
<setupStep>{{ atl_setup_step | default('setupstart') }}</setupStep>
|
||||||
<setupType>custom</setupType>
|
<setupType>{{ atl_setup_type | default('custom') }}</setupType>
|
||||||
<buildNumber>0</buildNumber>
|
<buildNumber>{{ atl_build_number | default('0') }}</buildNumber>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<property name="confluence.database.connection.type">database-type-standard</property>
|
<property name="confluence.database.connection.type">database-type-standard</property>
|
||||||
@ -76,5 +76,9 @@
|
|||||||
<property name="confluence.webapp.context.path">/{{ atl_tomcat_contextpath }}</property>
|
<property name="confluence.webapp.context.path">/{{ atl_tomcat_contextpath }}</property>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% if atl_snapshot_used is defined %}
|
||||||
|
<property name="hibernate.setup">true</property>
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
</properties>
|
</properties>
|
||||||
</confluence-configuration>
|
</confluence-configuration>
|
||||||
|
Loading…
Reference in New Issue
Block a user