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>
|
||||
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user