mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
CLIP-1810 added missing entry
This commit is contained in:
@@ -34,6 +34,7 @@
|
|||||||
<property name="hibernate.hikari.maximumPoolSize">{{ atl_db_poolmaxsize }}</property>
|
<property name="hibernate.hikari.maximumPoolSize">{{ atl_db_poolmaxsize }}</property>
|
||||||
<property name="hibernate.hikari.minimumIdle">{{ atl_db_poolminsize }}</property>
|
<property name="hibernate.hikari.minimumIdle">{{ atl_db_poolminsize }}</property>
|
||||||
<property name="hibernate.hikari.registerMbeans">true</property>
|
<property name="hibernate.hikari.registerMbeans">true</property>
|
||||||
|
<property name="hibernate.connection.provider_class">{{ atl_db_provider_class | default('com.atlassian.confluence.impl.hibernate.DelegatingHikariConnectionProvider') }}</property>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<property name="shared-home">{{ atl_product_home_shared }}</property>
|
<property name="shared-home">{{ atl_product_home_shared }}</property>
|
||||||
|
|||||||
Reference in New Issue
Block a user